vue-codemirror6 icon indicating copy to clipboard operation
vue-codemirror6 copied to clipboard

Wierd codemirror styles

Open kwinso opened this issue 3 years ago • 1 comments

Component produces codemirror editor with these wierd styles that are little bit hard to edit:

image

This is the setup: image

kwinso avatar Aug 01 '22 15:08 kwinso

I didn't expect to write the logic for props on the template side.

Component produces codemirror editor with these wierd styles that are little bit hard to edit:

This is just the specification on the CodeMirror side. (To be exact, style-mod) Personally, I think it's a good idea to load a modified version of the OneDark Theme source.

I make it myself, but it is unstable and not at a level that can be put to practical use: https://github.com/logue/codemirror6-bootstrap-theme

logue avatar Aug 02 '22 01:08 logue