Ok, here we go. If you have your browser set with a default download 
directory, then this code can export a bunch of tiddlers all at once:

\define quotedCurrent() $(currentTiddler)$
\define filename() $(currentTiddler)$.html

List
 tiddlers to export with this tag: <$edit-text tag="input" width="50"
 placeholder="Tag name" tiddler="$:/temp/myfavtag"/><br/>

---

<$button>Save the following tiddlers
<$list filter="[tag{$:/temp/myfavtag}]">
<$action-sendmessage
 $message="tm-download-file" 
$param="$:/core/templates/exporters/StaticRiver" 
exportFilter=<<quotedCurrent>> 
filename=<<filename>>/>
</$list>
</$button>

<$list filter="[tag{$:/temp/myfavtag}]">
<<currentTiddler>><br/>
</$list>

HTH
Mark

-- 
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/39d86efb-3e0c-46ae-8d6f-051b91690fcc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to