Multiwiki in TW NodeJS?

Given the folder structure below, is it possible in TW NodeJS to have each of the project folders be its own TW instance, but also be able to open the top level projects folder as a TW that includes the content of the subfolders? Thank you in advance!

Projects/

  • Project_folder1/
  • Project_folder2/
  • Project_folder3/
1 Like

You should be able to configure a parent wiki that uses the includeWikis option in TiddlyWiki.info load other wikis as content:

https://tiddlywiki.com/#tiddlywiki.info%20Files

2 Likes

and you can use ‘File System Paths’ to have tiddlers tagged or with a specific field be placed into the correct folder.

However I have not been able to figure out a way to have the be their own instance in the sense that TW serves them separately in a way that allows you to have different domains/subdomains be directed to them. Such a thing would be cool as a way to save RAM

and as a bonus if you already have a bunch of tiddlers that you want to segregate you can build a set of commands similar to what you see in the ExternalImages commands.