To customize where tiddlers are stored, I used following rules in $:/config/FileSystemPaths
[is[system]!has[draft.of]removeprefix[$:/]addprefix[_system/]]
[tag[Journal]addprefix[journals/]]
[tag[TiddlyWiki Doc]tagging[]addprefix[tiddlywiki-notes/]]
[tag[TiddlyWiki Doc]addprefix[tiddlywiki-notes/]]
[has[bibtex-title]addprefix[bibtex/]]
Every rule works fine, except the tagging
operator.
[tag[TiddlyWiki Doc]tagging[]addprefix[tiddlywiki-notes/]]
This rule should move all the tiddlers tagged with child tags of TiddlyWiki Doc
. But it has no effect.
I have tested [tag[TiddlyWiki Doc]tagging[]]
in advanced search and Commander plugin. It works as expected. But when used inside $:/config/FileSystemPaths
it becomes ineffective.
Am I making some mistake here? Or is it a bug in TW?