Very nice plugin, Tony! Just wanted to share this simple macro for listing
all the entries containing the word "filterword"
\define listNotes(txt:"")
<$set name=filter1 value="[!title{!!title}tag[DailyNotes]search:text[$txt$]
reverse[]]" >
<$list filter=<<filter1>> >
<$set name=filter2 value="[title<currentTiddler>get[text]splitregexp[<br
/>]regexp[(?i)$txt$]join[<br />]]">
!! {{!!title}}
<$list filter=<<filter2>> variable=note>
<<note>>
</$list>
</$set>
</$list>
</$set>
\end
<<listNotes "filterword">>
Best,
Anders
søndag 17. mai 2020 17.53.27 UTC+2 skrev Tony K følgende:
>
> fixed
> thanks for letting me know
>
> On Sunday, May 17, 2020 at 5:22:52 PM UTC+3, Riz wrote:
>>
>> Hi, links to demo seems dead?
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/320edbb7-aa9c-4617-b760-2553f3188e62%40googlegroups.com.