On Sunday, June 6, 2021 at 12:43:25 PM UTC-7 [email protected] wrote: > is there a way to have a button create a new tiddler ,save it and close > it all in one click? >
You can create a tiddler and set field values without ever opening it by using $action-setfield, like this: <$button> click me <$action-setfield $tiddler="SomethingNew" text="yabba dabba doo!" tags="foo bar baz" caption="this is a caption" somefield="argle bargle" /> </$button> -e -- 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/313af374-c925-4081-a308-e12677296901n%40googlegroups.com.

