albertgasset / dokuwiki-plugin-codemirror

This project is now hosted on GitLab https://gitlab.com/albertgasset/dokuwiki-plugin-codemirror
GNU General Public License v2.0
17 stars 15 forks source link

Improvement - The edit form should be resizable... #28

Open intersel opened 9 years ago

intersel commented 9 years ago

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

albertgasset commented 9 years ago

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

intersel commented 9 years ago

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