I am using TW from nodejs. I run this command to serve TW via http.
tiddlywiki tw-scripts-demo --listen port=8081
Currently I have around 600 individual .tid files inside my tiddlers/ folder. To improve organization of tiddlers, I want to place related tiddlers inside folders. Say all tiddlers on C++ go into Cpp folder and all tiddlers on Python go into Python folder.
But I observe that tiddlywiki does not load tiddlers from the subfolder.
How do I make tiddlywiki load tiddlers from the subfolders and save them back?
Organizing tiddlers into subfolders is helpful if I want to use an external tool to edit my tiddlers. For example, it would be easier to find a tiddler on Github and edit it there if they are organized into folders.
I am using TW from nodejs. I run this command to serve TW via http.
tiddlywiki tw-scripts-demo --listen port=8081Currently I have around 600 individual
.tidfiles inside mytiddlers/folder. To improve organization of tiddlers, I want to place related tiddlers inside folders. Say all tiddlers on C++ go into Cpp folder and all tiddlers on Python go into Python folder.But I observe that tiddlywiki does not load tiddlers from the subfolder.
How do I make tiddlywiki load tiddlers from the subfolders and save them back?
Organizing tiddlers into subfolders is helpful if I want to use an external tool to edit my tiddlers. For example, it would be easier to find a tiddler on Github and edit it there if they are organized into folders.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/ea54eeaa-1f89-4435-aa26-5ea6d220ae70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you Jeremy for quick response and for having this feature in TW. I looked closely and it is working perfectly.
I am sorry for reporting false positive.