If I wanted to export everything from a single-file wiki necessary to make an identical node-based wiki, what filter would I use
I'm probably not telling you anything you probably don't already know-- you have been at this longer than I-- but this is what I use [is[shadow]] [!is[system]] catches all recently modified shadow tiddlers (such as control panel settings) and content (non system/shadow) tiddlers To get modified system tiddlers is a little trickier-- such as non-plugin $:/ prefix tiddlers or config tiddlers suggestions are out there to title $:/ prefixed files with $:/. which makes them easy to find with a filter [is[system]prefix[$:/.]] [is[system]!prefix[$:/state]!prefix[$:/temp]!sort[modified]] [is[system]!prefix[$:/state]!prefix[$:/temp]days[-days since wiki was created]] -- 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/7d820003-ba19-4663-a80e-b189b2cc9cc6%40googlegroups.com.

