This is another solution. If you like to do not hard coded

Title: what you like
Tag: $:/tags/Macro

\define myproject(mtag, msort:"modified", title:"My Project")
<$set name="mytag" value=<<__mtag__>> >
<$navigator story="$:/StoryList" history="$:/HistoryList">
 <$button class="tc-btn-invisible tc-tiddlylink">
 {{$:/core/images/folder}} $title$
 <$action-sendmessage $message="tm-close-all-tiddlers" />
 <$list filter="[tag<mytag>] +[sort[$msort$]]">
 <$action-navigate $to=<<currentTiddler>>/>        
 </$list>
 </$button>
</$navigator>
</$set>
\end


Invoke it whenever you like as below

For example open all tiddler tagged with `xxx` and sort them by title.

<<myproject mtag:"xxx" title:"Open My Project"  msort:"title">>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a4d7fb04-d2ef-4990-b9d9-ceeb12e0720b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to