Though I might add my own macros for opening & closing tiddlers based on
tags:
<<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/c76c99ec-872e-4a65-af60-5dd9be40d06e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.