mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 08:12:14 -08:00
Filter titles in new fieldname popup by entered string (#2585)
This commit is contained in:
parent
3486acaec6
commit
d038e0bc1b
1 changed files with 2 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$
|
|||
<div class="tc-dropdown-item">
|
||||
<<lingo Fields/Add/Dropdown/User>>
|
||||
</div>
|
||||
<$list filter="[!is[shadow]!is[system]fields[]sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type" variable="currentField">
|
||||
<$list filter="[!is[shadow]!is[system]fields[]search:title{$:/temp/newfieldname}sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type" variable="currentField">
|
||||
<$link to=<<currentField>>>
|
||||
<<currentField>>
|
||||
</$link>
|
||||
|
|
@ -81,7 +81,7 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$
|
|||
<div class="tc-dropdown-item">
|
||||
<<lingo Fields/Add/Dropdown/System>>
|
||||
</div>
|
||||
<$list filter="[fields[]sort[]] -[!is[shadow]!is[system]fields[]]" variable="currentField">
|
||||
<$list filter="[fields[]search:title{$:/temp/newfieldname}sort[]] -[!is[shadow]!is[system]fields[]]" variable="currentField">
|
||||
<$link to=<<currentField>>>
|
||||
<<currentField>>
|
||||
</$link>
|
||||
|
|
@ -97,4 +97,3 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$
|
|||
</span>
|
||||
</div>
|
||||
</$fieldmangler>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue