Thanks Simon and Jeremy and TonyM, I found I was under-utilizing TheDiveO's incomparable ThirdFlow Plugin <https://thediveo.github.io/ThirdFlow/output/thirdflow.html>. That actually streamlines the whole think quite a bit.
Best wishes, Admls On Tuesday, March 12, 2019 at 9:11:43 AM UTC, Simon Huber wrote: > > I'll add a short how-to list: > > > - make a plugin-folder anywhere > - add a "plugin.info" file in this folder, format and fill it, see an > example: > > https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror/plugin.info > - the plugin.info "list" can contain a number of tiddler titles that > will show up as tabs in your plugin tiddler > - add them as ".tid" files in your plugin-folder, format them in the > ".tid" format > - you can create sub-folders that contain ".tid" files, they will be > included in your plugin > - for javascript tiddlers create a "files" folder in your plugin-folder > - create a "tiddlywiki.files" file within the "files" folder > - see an example "tiddlywiki.files" : > > https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror/files/tiddlywiki.files > - use this format to add your javascript tiddlers / js tiddlers that > overwrite core tiddlers and your own js tiddlers > - the "file" parameter in tiddlywiki.files is a relative path, > relative to where the tiddlywiki.files file is located > - if you put a js tiddler in files/modules/widgets/tiddler.js it's > "modules/widgets/tiddler.js > - that's it > > -- 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 https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/5558a570-5af2-41ad-b9a4-07fdd78e9be0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
