Hi, I'm trying to understand how to programmatically add a field or tag to a tiddler.
I'm trying to auto add tag or field to my tiddlers. My thought was to use a macro, such that whenever I add it to a tiddler's text, the macro adds a tag or field value to the current tiddler. Examples on TW5 show a button that needs to be clicked, but I'm looking to do something like the following: \define todo() <span><strong>To Do</strong></span> <$action-setfield field="mytodo" value="todo"/> \end --- <<todo>> // adds a field "mytodo" with value "todo" Thanks! Sid -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f061c600-2a3b-4fc0-a391-9e7c086839ddn%40googlegroups.com.

