Op zondag 15 april 2018 11:28:34 UTC+2 schreef Mat: > > My interpretation is this: > > You want, somewhere in TiddlyWiki, a field where you fill in the title. > Next to it is a button that, when clicked, creates the tiddler from some > template and shows it in edit mode with the title filled in and with focus > on the text area. > > Correct? > > <:-) >
Yes that is exactly what I wanted to do, with 1 more, I wanted to create that tiddler from a template. The only way I found so far was to create a new tiddler from the template, clone that one and rename that tiddler and delete the first tiddler. As described here <https://groups.google.com/forum/#!topic/tiddlywikidev/2dS4AFcg_VA>: The simplest way appears to be: > > -- enter the 'newtitle' to a temp tiddler or field, via an edit-text > widget (starting out with the current title) > -- create a "Rename Tiddler" button: > -- creates a clone (using 'currentTiddler' as the template) with the > title set to value of 'newtitle' ('tm-new-tiddler') > -- deletes the original tiddler ($action-deletetiddler widget) > > To create the clone, you may find the $x-maketid widget from here > <http://gwiz-beta.tiddlyspot.com/> more convenient to use than an > $action-sendmessage widget. > That looked to me like overdoing it.This can't be that crazy. The only other possible sollution was with the tm-new-tiddler widget but I cant figure out how to use the paramObject (not much info found). A point in the right direction would be much appriciated. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9ebf6f72-e2ba-451b-a734-9647f5ebf163%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

