Hi jdunham > The real question is whether it would be easy or even feasible to keep > my own tiddler content in a separate area or even *gasp* a separate > file from the TW and all its plugins? It would make it so much easier > to test different plug-ins and themes and beta versions without > putting one's data at risk. Eric Shulman (tiddlytools.com) has made a exportTiddlerPlugin which allows you to save chosen tiddlers into different formats. On of them is the purestore format, which is a small HTML archive file containing tiddler data only (no core code). Check it out here: http://www.tiddlytools.com/#ExportTiddlersPluginInfo. You can use LoadtiddlersPlugin (obtainable from tiddlytools.com as well) to open your "purestored" tiddlers in another TW - and TemporaryTiddlersPlugin (tiddlytools.com) to make them dissapear again when saving changes... > For me, tiddlers I write are entirely different from the javascript- > based tiddlers which drive the system or add cool features, and mixing > them all together just seems to add risk and confusion. I'm fine with > them all being tiddlers, but storing them all in one tangled, > alphabetized mass is undesirable for me. > > Is there a solution to this, or is it worth me working on one?
There are many ways to make lists show only those tiddlers you want to be shown. Try using excludeLists as a tag on the tiddlers you don't want in the lists and excludeSearch if you don't want them to appear when searching... TaggerPlugin is very good for streamlining the way you tag tiddlers - there has been a lot of refinements to it's functionality. Have a look at Tobias Beer's tbgtd.tiddlyspot.com to see how far it can be taken - it's very impressive - yet very simple to use.. Regards Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

