On Wednesday, April 28, 2021 at 9:26:25 PM UTC+2 si wrote: > Thank you very much Mario!
You are welcome. I think a button may make more sense anyway, but am I right to assume that > it is not (easily) possible to have the title automatically update as I > type? > Right. .. In TiddlyWiki the tiddlers are "immutable" [1]. They can't be changed, after they have been created. There actually is _no_ function in TW that says: Edit existing tiddler. The only function to write to a tiddler is: $tw.wiki.addTiddler(...) Adding a tiddler with the same title, will overwrite the existing one. That's the only way to change a tiddler. Let's say you have "New Tiddler" and you want to change it to "Faust - Goethe". As soon as you start typing F .. you add tiddler F, then Fa, Fau, Faus ... and so on. - go to https://tiddlywiki.com - create a new tiddler - Copy this into a new tiddler: <$edit-text tiddler=<<currentTiddler>> field=title /> - Save - open the right sidebar : Recent tab <- important - start typing Nice - right? have fun! mario [1] https://en.wikipedia.org/wiki/Immutable_object -- 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/4e6a2341-06a1-44fc-8c18-3fb39054e233n%40googlegroups.com.

