This repository contains ALL the codemirror-6 plugins.
I’ve set up an automation process: When the parser repo above gets updated, the codemirror-6 plugins get updated automatically.
Is “the parser” all about language support in Code Mirror? I have found it difficult identifying exactly what “Lang-tiddlywiki” is about and how it compares to standard code mirror. I may be just missing something but I expect others may also.
@BurningTreeC please just add a little more description here
@Xyvir please place a little more info on a home tiddler of the Demo, at the moment it is so vanilla people may wonder why they are on an “empty wiki”.
Yes, the parser is all about TiddlyWiki5 language-support in Codemirror.
lang-tiddlywiki is basically the Codemirror6 TiddlyWiki5 parser that reads the text from the editor and creates structured chunks that get categorized and allow for syntax highlighting and context-aware autocompletion.
Standard Codemirror (Codemirror 5) doesn’t have TiddlyWiki5 language-support at all.