I'm always planning to make w WYSIWYG editor for tw, I think it can be done by:
1. single click to edit style only text like //this//, right-click and choose "edit" in the context menu to edit macro or widget 2. this means we are editing things in "block level", we can know how to group similar things into "block" by traversing AST of parsed wikitext 3. we may have to hijack the rendered tiddler, replace DOM of the block we click on, with an input textfield, and that small text editor will change tiddler's text. I'm pretty interested in this. There still are lots of things to experiment. But I'm recently working on a Git-based TiddlyWiki Desktop variant, so I'm not working on this topic. Lin Onetwo 在2020年6月28日星期日 UTC+8 上午8:54:02<OGNSYA> 写道: > @BJ Thanks for that! How did I miss this... > I might be googling this wrong things. Where could I have found this? > > @Saq Thanks! I'll check it out! > > On Saturday, June 27, 2020 at 10:31:17 PM UTC+1 [email protected] wrote: > >> @ognsya you might save yourself some work by adapting the editing >> technique from: >> >> https://groups.google.com/forum/m/#!topic/tiddlywiki/lQ1N1t-0Gtw >> > -- 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/3b367e9d-e100-4c2b-8610-bf2c357b60b2n%40googlegroups.com.

