On Saturday, April 28, 2018 at 11:59:43 AM UTC+2, Mat wrote: > > I think it makes sense to improve the editmode experience and I have some > opinions on what should be done BUT I think *the main problem is the very > editor*! I really wish we could have a more interactive editor that > featured something comparable to Intellisense > <https://www.youtube.com/watch?v=lSPHucggmLo> - word completion, hover > over a widgetname to get e.g parameter list etc. This *really* would > simplify editing. (It really doesn't make sense that we have to look up > parameters etc in the docs all the time!) >
With 5.1.16 we did a complete revise of the codemirror editor. Including the "cm-autocomplete" addOn. ... It knows about CSS, HTML, XML, javascript, elements. Since those elements are part of cm. ... There is an "anyword-hint" function, that uses the existing text to lookup new words. ... We also made the whole configuration much easier, since importing an add on also auto-configures the plugin with sensible defaults. So _no_ messing around with a json tiddler anymore. Most settings are directly available in the ControlPanel. ... I know, that's far away from "Intellisense", but the basics are there, we "just" would need some TW-wiki-text-hint creators :) have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/2049e0be-f9b6-48d4-966e-b6c062a0e3ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
