Re: [tw5] Filter to exclude tiddlers from includeWikis

Hi Louis,

I’m running several TW 5.2.1 wikis on node and I use the includeWikis properties in tiddlywiki.info file. Example wiki AAA has

“includeWikis”: [
{“path”: “…/BBB”}
]

Is there a filter expression I can use from within wiki AAA that will exclude tiddlers from BBB?

No, there’s no automatic way to distinguish tiddlers from different wikis. You’d have to use tags or other manual criteria to distinguish them.

Best wishes

Jeremy

I think you could try to use the $:/config/OriginalTiddlerPaths tiddler to determine which tiddlers come from a specific path on disk and then exclude those.

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