--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/4cb1112f-1f1a-4962-b728-224534551c59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Let me share an approach I use, conceptualy, not in detail.
By introducing a button to toggle a field setting on each tiddler in the view template, then responding to this toggle=yes you can render fields in the view template however you want, this includes the text field, including in edit mode. You need to use templates so you avoid editing the current tiddler directly.
I have a button that folds the tiddler, then displays from the view template an edit text in in view mode. Using this method you could build your own edit view with any number of style, button and other features without touching the default editor.
Regards
Tony