Hi TheDiveO > I've looked around the TW5 source code in more detail and found the filesystem plugin. It is used when running TW5 as a server under Node.js. At this time, the filesystem plugin unfortunately uses only a single tiddler/ directory for storing tiddlers in files. Looks as if this plugin could need some love so it uses hierarchical directories instead and understands the system folder structure $:/....
That would certainly be possible. The current arrangement is designed to allow users to use subdirectories if they want - see how the tw5.com edition organises tiddlers into folders, largely based on tag rather than by decomposing titles. Best wishes Jeremy On Fri, Aug 29, 2014 at 7:48 AM, TheDiveO <[email protected]> wrote: > Thanks BJ for the pointer. I think that there are some things in your > repos that I will pick up over time. However, the thing I'm missing is the > storing my system tiddlers $:/TheDiveO/* in a proper directory structure. > > I've looked around the TW5 source code in more detail and found the > filesystem plugin. It is used when running TW5 as a server under Node.js. > At this time, the filesystem plugin unfortunately uses only a single > tiddler/ directory for storing tiddlers in files. Looks as if this plugin > could need some love so it uses hierarchical directories instead and > understands the system folder structure $:/.... > > Best regards, > 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.
