dokuwiki-plugin-codemirror icon indicating copy to clipboard operation
dokuwiki-plugin-codemirror copied to clipboard

Improvement - The edit form should be resizable...

Open intersel opened this issue 9 years ago • 2 comments

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...

intersel avatar May 31 '15 20:05 intersel

The CSS resize property doesn't work with CodeMirror: https://github.com/codemirror/CodeMirror/issues/850

albertgasset avatar Jun 07 '15 10:06 albertgasset

well actually it works with the given css statement. made it in my dokuwiki... EDIT: works only on firefox...

intersel avatar Jun 07 '15 23:06 intersel