I tried to add the following to $:/DefaultTiddlers:
<<list-links filter:"[tag[default]]">>
But the default tiddlers became
<<list-links
and
filter:
Is there any way to have the default tiddler (I only need one) to be the tiddler tagged with default?
Use case: a template tiddler I use to create a number of TW files. The title of the default tiddler in each file will be different, but I don't want to have to do the extra step of changing $:/DefaultTiddlers in each file.