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
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
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
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
5.3.3 is normal in my site for cm6
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
I think I have reimplemented the codemirror’s widget completion, title completion image completion macro completion snippets completion(support placeholder), min length completion.
Great job! Wonderful.