On Thu, 28 Nov 2013, Marcus Bointon wrote:

I imported my TW into tiddlyspace, but the only export option I can find
exports back to TW, so Chris, I'd like to know how I can export to
JSON+HTML please. I don't have any non-standard macros, it's all vanilla.

You can get the JSON+HTML of just your tiddlers via the following two
URLs. This gets both the private and public tiddlers. Assuming your
space is named "cdent" then these URLs will work (that is, replace
"cdent" with the name of your space).

   http://cdent.tiddlyspace.com/bags/cdent_public/tiddlers.json?fat=1&render=1
   http://cdent.tiddlyspace.com/bags/cdent_private/tiddlers.json?fat=1&render=1

The result is a list of JSON objects, each object a tiddler with
(amongst other things) the following attributes:

* title: the tiddler's title
* tags: a list of tags
* text: the original wikitext of the tiddler
* render: the HTML of the tiddler

There are other URIs that can give you different collections but the
above is the most straightforward way to insure you are only getting
the tiddlers you imported. Find out more at:

    http://tiddlyweb.tiddlyspace.com/HTTP%20API

--
Chris Dent                                   http://burningchrome.com/
                                [...]

--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to