I'm using react-codemirror2 to implement a code editor. I want to set the gutter marker for all the lines. We can use setGutterMarker method to set gutterMaker
I have embedded a codmirror html file by 3 different way such as iframe tag, embed tag and object tag inside another html file on the same server. <!-- The C
I am trying to make a text editor with firepad and codemirror, everything works perfectly on page loading, but when I try to change the mode on button click, th
I receive the errors in my code from an external API. It gives me the 1)line number 2) error description I could achieve the highlighting process but I need to