Hi Mario. Nice try, but the quotes shouldn't effect the execution of tiddlers marked with startup-routines and indeed it is so.
Little bit more background: According documentation TW uses 3 different system tags for startup-routines. The so marked tiddlers are parsed and executed.
The tags are:
- $:/tags/StartupAction
- $:/tags/StartupAction/Browser
- $:/tags/StartupAction/Node
I created 3 tiddlers which contains a action-createtiddler-Widget.
As I expected the tiddler marked with $:/tags/StartupAction is executed twice: After start of the node.js-Server and a second time by calling TW via the browser.
The tiddler marked with $:/tags/StartupAction/Browser is executed while calling the server with the browser.
Only the tiddler marked with $:/tags/StartupAction/Node is not executed on server-startup.
So this seems to be a bug for me or I misunderstanding or miss something important.
Cheers
ToraxMalu