On Tuesday, May 5, 2020 at 10:35:34 AM UTC+2, Edgaras wrote: ... > So I am wondering, are there any existing plugins/efforts or discussions > to try to make TiddlyWiki editor more like RoamResearch or Dynalist, where > you can can focus on writing/producing content in the same mode as you view > it? >
Hi, I think there are a lot discussions in this group, but there isn't an up to date plugin, that is close, to what you want. In the end the editor, has to create wikitext, even if it is displayed as rendered text. We need wikitext, be stored in a tiddler. Everything else doesn't make much sense. There is a project named: ProseMirror, which is from the same author, that created CodeMirror. We already have a CodeMirror editor plugin, that allows us to completely change the internal editor behavior. With ProseMirror, it would be possible to create what you want. There is an example link, which shows an edit-element, that can switch between "prose text" and Markdown. https://prosemirror.net/examples/markdown/ It should be possible to use a "full-screen" edit view, to create a Zen-like writing experience. If we put enough work into it, it is possible to create TW wikitext as the "backend text", which would allow us to add functionality, that we consider for granted. eg: lists, widgets and transclusions. The library used will add about 300kByte to a single file wiki. have fun! mario -- 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/a13f9b2f-c0d6-49d7-ae6f-539c1f55eead%40googlegroups.com.

