mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 06:49:58 +00:00
add HiddenSetting: variable type configuration
This commit is contained in:
parent
39ea150e19
commit
3b7544f640
@ -20,7 +20,8 @@ tags: $:/tags/Global
|
||||
\procedure DV-SEARCH-DETAILS() $:/temp/varSearch/details
|
||||
\procedure DV-SEARCH-STATE() $:/state/varSearch/name
|
||||
\procedure DV-EXCLUDE() $:/state/varExclude
|
||||
<!-- typeSelector options: checkbox, radio (default) -->
|
||||
|
||||
<!-- HiddenSettings typeSelector options: checkbox, radio (default) -->
|
||||
\procedure DV-TYPE-CONFIG() $:/config/DumpVariables/type-selector
|
||||
|
||||
<!-- Construct filter strings -->
|
||||
|
@ -0,0 +1,11 @@
|
||||
created: 20240501111046716
|
||||
modified: 20240501111407244
|
||||
tags: [[Hidden Settings]]
|
||||
title: Hidden Setting: Variable Search Type Configuration
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
$:/config/DumpVariables/type-selector defines if radio-buttons or checkboxes are used in $:/AdvancedSearch ''-> Variables'' tab.
|
||||
|
||||
; Options
|
||||
: `radio` (default) if config tiddler is missing
|
||||
: `checkbox` -- to use checkboxes instead of radio-buttons
|
Loading…
Reference in New Issue
Block a user