Skip to content

Commit

Permalink
small sidebar-search update
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC committed Aug 24, 2021
1 parent c764e4f commit 98a0c53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/musicsheets/ui/sidebar.tid
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,20 @@ caption: Music

<$list filter="[<searchWord>!match[]]">

<$set name="filterWordRegexp" value={{{ [<filterWord>addprefix[^]] }}}>

<$list filter="[all[tiddlers]]" variable="tiddler">

<$list filter="[<tiddler>get[text]search-replace:gm:regexp<searchRegexp>,[]!match[]search-replace<filterWord>,[]search<searchWord>]">
<$list filter="[<tiddler>get[text]search-replace:gm:regexp<searchRegexp>,[]!match[]search-replace::regexp<filterWordRegexp>,[]search<searchWord>]">

<$link to=<<tiddler>>><$text text=<<tiddler>>/></$link>

</$list>

</$list>

</$set>

</$list>

</$list>
Expand Down

0 comments on commit 98a0c53

Please sign in to comment.