Goal: To export individual tiddlers in a format where they can be imported. 

The code below works well, EXCEPT:

   - It exports as HTML, which when imported doesn't get parsed the way 
   importing json or .tid files do. If there's a workaround for importing HTML 
   that would solve.
   - I don't see a way to alter the code to export .tid files.
   
One idea would be to mashup functionality from $:/core/macros/export, 
however I have been usuccessful in doing so... 

Any help is appreciated. 

https://groups.google.com/forum/#!topic/TiddlyWiki/qUTYW1knPXo 

\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>


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1a66ce58-5bbc-4cd4-a65b-8ebd698159b4%40googlegroups.com.

Reply via email to