dokuwiki-plugin-codemirror
dokuwiki-plugin-codemirror copied to clipboard
Improvement - The edit form should be resizable...
Perhaps I've got an old version (2014) but it seems that the 'div' of the edit form is not resizable.
It would be great to have it resizable adding this kind of css statement:
form#dw__editform .CodeMirror {resize: both;}
Sorry if it's done in the current version...
The CSS resize property doesn't work with CodeMirror: https://github.com/codemirror/CodeMirror/issues/850
well actually it works with the given css statement. made it in my dokuwiki... EDIT: works only on firefox...