Hi Dave > I think I can probably achieve what I want in nodejs/TW5 (not sure of > details), but I was just wondering if > TW5 has the ability yet to automatically load / import on startup a list of > tiddlers from another TW file > , say all tagged with "include" or something like that.
The situation here is quite stable, and unlikely to change further: since around 2010, all modern browsers prevent or severely limit network access by HTML files loaded from a file:// URI, and severely limit network access by http:// hosted files. There are a few narrow use cases that can be made to work in tightly defined situations, but the good old days of circa 2007 are gone forever. (See the current implementation of external tiddlers for an example of the brittle current solutions). > TW files A through Z have a bunch of tiddlers with various things in them. > TW file called "Master" has all the "front end" stuff like styling and menu > items and macros etc to work with all the tiddlers of each file, > so if I have an idea and change the Master TW5, when I open TW5 "J" the new > front end is showing the changes. You can do this kind of thing with Node.js using the ability to link wikis together with the “includeWikis” property of the tiddlywiki.info file. Best wishes Jeremy. > > > Can this be done yet with TW5 somehow as it currently stands? > > -- > 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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/fe1fea08-d554-4c87-9833-b59370d0e45e%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/fe1fea08-d554-4c87-9833-b59370d0e45e%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/BAAC28B1-D50D-493C-8103-12047145FB35%40gmail.com. For more options, visit https://groups.google.com/d/optout.

