Thanks! I'll try it out. I'm not that deep into 'TiddlyWiki programming' yet.
In fact, I just modified my TW to turn the `<script>` tag back on to make hacking TW a bit easier, because I'll be simply using it locally on my laptop anyways. On Saturday, August 3, 2019 at 12:12:57 PM UTC+2, Mat wrote: > > Thanks for sharing Melvin. > > Just a note; your use of the html term "input tag" risks causing confusion > here because in TW "tag" is the visual tag pills seen in tiddlers. Just > sayin'. > > A thought: Do you necessarily want to apply the text using a button or > wouldn't it be more convenient if the text was simply applied as you type > it? You can do this by this construct; > > <$vars curr=<<currentTiddler>>> > <$tiddler tiddler=dummy> > <$edittext tiddler=<<curr>> field="thefieldyouwant" /> > </$tiddler> > </$vars> > > > <:-) > >> -- 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/66616417-a648-4205-8abd-2f1a5cf98d2c%40googlegroups.com.

