Hi guys.
I’m pretty new to code mirror being using it just as an editor from the very high level (input => result). My case is @uiw/react-codemirror implementation and using it as an json document editor.
But now there’s a goal to disable edition only of some specific document nodes.
Solutions I’ve googled resolve this somehow on the text editor ranges. But how could one achieve this on the json nodes level instead?
And how additionally to customize look and feel accordingly. E.g. change the highlighting and add specific bullets UI (relatively to the json level nodes not just the text lines).
So how to achieve this the most effective in React?
Shank you!
