On Thursday, January 14, 2016 at 6:58:20 AM UTC-8, Mat wrote: > > @Alex > > I am following this thread with interest. I am wondering if a set of >> tiddlers is exported as JSON, then they can be reformed into tiddlers when >> imported into a new wiki -- either in bulk or as needed. >> > > Yes, exactly. To test it, open two browser tabs, one with tiddlywiki.com > and the other with tiddlywiki.com/empty. > > From tw.com, either export a single tiddler as json (i.e via the regular > tiddler toolbar) or use Export All under the sidebar Tools tab. This > creates a json file on your computer. >
In addition to exporting either a single tiddler or all tiddlers, you can use the $:/AdvancedSearch filter tab to export *selected* tiddlers. Next to the filter input field are three buttons (two are hidden until you enter some input). The down-arrow provides a list of pre-defined filters. The X resets the filter input. The "half box with up arrow" is the *export* button. Clicking it gives a popup list of formats, including "JSON file". Choose a format to export the selected tiddlers to a file. You can then drop that file onto any open TiddlyWiki and import the tiddlers in the usual way. By the way... in TWClassic, http://www.tiddlytools.com/#ExportTiddlersPlugin used an export file format that became known as "PureStore", which was just the "store area" portion of the TWC file (i.e., just the tiddler data, without all the TW core run-time code). Because this format is *identical* to the store area used in full TWClassic files, they are able to be imported directly into another file by using the TWClassic "Backstage" import interface (or my ImportTiddlersPlugin... which was the original importer, even before the TWCore functionality.) enjoy, -e -- 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 post to this group, send email to [email protected]. 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/f5a6c4d9-aa17-4e59-855c-7844533e6905%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

