I have not used Bob yet, but I see it has the same tiddlers-as-files support 
that TiddlyServer does. Theres nothing stopping you from "expanding" a plugin 
tiddler (make non-shadow copies of all the shadow tiddlers) in vanilla 
tiddlywiki.

Back up your data! 

Apparently, the easiest way to generate a non-shadow tiddler from a shadow is 
to delete a field that does not exist. The below filter generates a list of 
plugin content tiddlers, then calls delete on a gibberish string field name. 
Replace the <author> and <plugin> tokens with the names from the tiddler you 
wish to unpack. 

<$button>
<$list filter="[[$:/plugins/<author>/<plugin>]plugintiddlers[]]">
<$action-deletefield jhsfjh/>
</$list>
Unpack!
</$button>

You could then manually move the folder and setup the info.json file.

-- 
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/51e2ece9-544d-479b-bbeb-bc7dbe6e4da3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to