There does seem to be a bug here. Tried multiple other options using both 
json and .tid core exporters and all of them are null when imported. Not 
sure why the core exporters are not passing the content to the exported 
files... 

As a work around, perhaps there there a more explicit "for each" style loop 
option that will force individual tiddler save before progressing to the 
next tiddler? Other ideas?

</jared>


On Tuesday, May 19, 2020 at 3:14:38 PM UTC-7, Jared Lettau wrote:
>
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f59b8bea-1cdb-444d-9ecc-b7120778944f%40googlegroups.com.

Reply via email to