Hi TheDiveO > I completely missed this folder as for some reason my searches didn't brought up the $:/core/save/all tiddler
It sounds like what you need is a reliable way of searching across the entire TiddlyWiki5 repository directory tree. I use search all the time during development to help me locate things. I use a text editor called Sublime Text 2 that has decent search capabilities, but I'm sure there are many others. > So I can now try to roll my own > "save-all-except-things-already-in-my-plugin"... any idea on how to filter those tiddlers that are present both as a normal tiddler and a shadow tiddler (from my plugin)? The rationale is that I want to save a TW5 edition that contains my plugin tiddler as well as some associated documentation, but not the plugin tiddlers that have shadows; this is because I'm developing my plugin in TW5 using my hierarchical file saver adaptor in order to use a single repository structure without any need for symbolic links or copying files around. I'll create a repo showing how to do this. Best wishes Jeremy. On Sun, Aug 31, 2014 at 5:48 PM, TheDiveO <[email protected]> wrote: > Hi Andreas, > > thank you for the pointers. By coincidence I had noticed the fine work of > Christian Heigele and Christian Jurke also a few weeks ago; it's a useful > resource about the inner workings of TW5. > > But more important to me was you mentioning that the $:/core/save/all > tiddler isn't special (as I was afraid of) but instead can be found inside > the TW5 repository and there inside the core/templates/ folder. I > completely missed this folder as for some reason my searches didn't brought > up the $:/core/save/all tiddler, albeit it is sitting here: > core/templates/save-all.tid > <https://github.com/Jermolene/TiddlyWiki5/blob/master/core/templates/save-all.tid>. > So thank you very much for making me aware of it. I'm to focused on the > repo file structure exactly representing the system tiddler structure, it > seems... > > So I can now try to roll my own > "save-all-except-things-already-in-my-plugin"... any idea on how to filter > those tiddlers that are present both as a normal tiddler and a shadow > tiddler (from my plugin)? The rationale is that I want to save a TW5 > edition that contains my plugin tiddler as well as some associated > documentation, but not the plugin tiddlers that have shadows; this is > because I'm developing my plugin in TW5 using my hierarchical file saver > adaptor in order to use a single repository structure without any need for > symbolic links or copying files around. > > Any help appreciated, > TheDiveO > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
