Hi, im trying to create a tiddler with a list auf tiddler-titles. This list shows every opened tiddler from top to botton, so if you open another tiddler its title is appended to the botton.
Furthermore there are little "x's" to delete single tiddlers from this list. The title is not deleted if you close a tiddler. The last step would be a button to export all shown tiddlers in the shown order to static html. I looked up the $:/HistoryList tiddler which seems to be exactly what I'm looking for. I tried to get the titles with TextReference (http://tiddlywiki.com/static/TextReference.html) but this does not work. I thinks it is because of the structure of this JSONTiddler ("Note: *It is currently only possible to retrieve data from the immediate properties of the root object of a JSONTiddler." * [http://tiddlywiki.com/static/DataTiddlers.html]). My question is: Is it possible to extract the title of the opened tiddlers from $:/HistoryList to add them to an editable list for printing in the exact "open-order" ? Maybe a way to append all entries of $:/HistoryList!currentTiddler to a list? Best regards Alex -- 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/71ab085e-5dfc-49f2-ada9-32d219d3985d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

