Hi everyone
I have searched high and low for an answer to this question:
Is there an easy way to open all tiddlers found using a filter expression?
The expression in question is
[title[Summary]] =[tag[Journal]!sort[]]
Many thanks in anticipation.
R
Hi everyone
I have searched high and low for an answer to this question:
Is there an easy way to open all tiddlers found using a filter expression?
The expression in question is
[title[Summary]] =[tag[Journal]!sort[]]
Many thanks in anticipation.
R
G’day,
Sounds like you are asking for something like this (try at TiddlyWiki.com):
<$button>
<$list filter = "[tag[HelloThere]!sort[]]">
<$action-navigate $to={{!!title}}/>
</$list>
open tiddlers
</$button>
Hi @Charlie_Veniot,
how to change your code to open all tiddlers?
My Wiki is not so big and I want to have them all opened.
Thanks in advance
Stefan
Helo Stefan, and Happy Monday to you!
I’m thinking it is just a matter of taking my earlier code sample and changing it to:
<$button>
<$list filter = "[all[tiddlers]!sort[]]">
<$action-navigate $to={{!!title}}/>
</$list>
open tiddlers
</$button>
EDIT: just tried it out with a small TW, and that seems to work A-1.