python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Enable yaml linting in codemirror
I want to enable linting for yaml in code mirror but even after adding lint:true I am unable to see linting for yaml, the same works fine for other language like JavaScript.
Noob
Votes: 0
Answers: 2
Firepad and CodeMirror 6
I couldn't find this information on either Firepad documentation or CodeMirror. I have read CodeMirror is npm bundle based. Is Firepad compatible with CodeMirror 6 ?
Magnetism
Votes: 0
Answers: 2
Codemirror does not refresh the contents of the textarea until its clicked or if I use the JSON.parse on the contents while setting
I am developing a web application using Vuejs/Nuxtjs within that I have some textarea which is controlled by CodeMirror for beautification purposes. The problem I am facing is that when the content of...
BATMAN_2008
Votes: 0
Answers: 2
Collaborative editor other users cursor modification
I am using CodeMirror and Firepad to create a webapp for collaborative code editor. I want to modify the styling of the cursors. I am able to modify the cursor of the user using the CodeMirror CSS cla...
Magnetism
Votes: 0
Answers: 0