CodeMirror 6 plugin Beta

I think, the error comes from tw5-keyboard-navigation.

When I remove the plugin (+clear browser cache + remove temp-tiddlers), I will get the error immediately by typing one letter :frowning:

Hello @Charlie_Veniot

are you using Chrome browser? I’m investigating about this issue and with FireFox it doesn’t happen after checking out the latest view component of codemirror 6 where the maintainer has published a fix.
In Chrome this is still happening in my tests

G’day g’day,

Yup, Chrome Version 118.0.5993.86

Hi all,

tiddler title completion is added again!
It can be triggered by typing ?? (configurable)

Best wishes,
Simon

2 Likes

Hi @BurningTreeC
with the new version 5.3.2 it is not possible to activate the search / replace tools with ctrl + f and bring it in a sticky position

Hi @StS

is the problem the same in version 5.3.3?

Thank you,
Simon

@BurningTreeC: Yes, it is…

Thanks, Stefan

5.3.3 is normal in my site for cm6

1 Like

I recently added some completions based on your plugin, such as image completion, title completion, code snippet completion, character count and minimap . My next step is to write lang-tiddlywiki.

Hello @oeyoews

Would you like to share your code with me?
I’d be very interested to integrate your extensions in the plugin.

Best wishes,
Simon

cm6’s completion icon seems to be good

I think I have reimplemented the codemirror’s widget completion, title completion image completion macro completion snippets completion(support placeholder), min length completion.




now, tiddlywiki-codemirror-6 support codeblock highlight(markdown)

before:

after:

1 Like

Great job! Wonderful.

@BurningTreeC It turns out that codemirror5 has parsing support for tiddlywiki.

And according to the type of each codeblock, has different autocompletion.




Just a little progress on lang-tiddlywiki

1 Like

1 Like

5 Likes