Hi all
I'm new to TW5 on Node.JS
I'm using TW5 under Node as a "companion wiki" for my application. The application can invoke tiddlywiki (via URL executed in the OS default browser) with a tiddler name parameter (to view/edit existent or create new tiddler).
I would like to be able to also pass a user name to sign the edits/creations : automatically fill $:/status/UserName with the parameter value. Is this possible?
I've already tried the
http://tobibeer.github.io/tb5/#Review%20UserName%20On%20Startup approaches but they are not optimum in terms of seamless integration of the tools from the user perspective.
Best regards
André