Christopher Arcadia ,
That's cool thanks, added to my standard macros.
Regards
TonyM
On Wednesday, July 26, 2017 at 2:41:37 PM UTC+10, Christopher Arcadia wrote:
>
> Thought I might post the macros I use for opening & closing tiddlers based
> on a filter:
>
> <<openByFilter "[tag[mytag]]">>
>
> <<closeByFilter "[tag[mytag]]">>
>
>
>
> \define closeByFilter(filter)
> filter: $filter$
> <$button>
> close filtered tiddlers
> <$list filter=$filter$>
> <$action-sendmessage $message="tm-close-tiddler"/>
> </$list>
> </$button>
> \end
>
> \define openByFilter(filter)
> filter: $filter$
> <$button>
> open filtered tiddlers
> <$list filter=$filter$>
> <$action-navigate $to={{!!title}}/>
> <$action-sendmessage $message="tm-unfold-all-tiddlers"/>
> </$list>
> </$button>
> \end
>
>
>
>
> On Friday, June 20, 2014 at 3:26:03 AM UTC-4, Jon wrote:
>>
>> Hi
>>
>> I'd find it really useful to be able to simultaneously open all the
>> tiddlers with a particular tag and then close them all again.
>>
>> Is that already possible?
>>
>> Thanks
>> Jon
>>
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3dc556ee-55b8-4c30-afbd-7fdfbf58732f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.