Hi David, On Tuesday, February 14, 2017 at 12:31:08 AM UTC+1, David Szego wrote: > > Thanks, PMario. I'm missing something... If I use a message to create or > navigate to a tiddler that doesn't exist, it opens a new tiddler called > "New Tiddler...".
use action-setfield and action-navigate http://tiddlywiki.com/#ActionSetFieldWidget see the examples here. eg: <$button> <$action-setfield $tiddler="asdf" tags="NewTag [[Another New Tag]]" color="red"/> <$action-navigate $to="asdf"/> create / modify and open ~asdf </$button> send-message isn't flexible enough. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/90f81636-368d-4d4b-87cf-73bd11595717%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
