cosmocode / dokuwiki-plugin-prosemirror

A modern WYSIWYG editor for DokuWiki
https://wysiwyg.wiki.cosmocode.de/
54 stars 20 forks source link

Toggle Button Position #185

Closed splitbrain closed 1 year ago

splitbrain commented 1 year ago

The position of the toggle button for the editor is not ideal currently and highly dependent on Template styles (because it's absolute positioning relates to the next higher positioned element).

Currently it's HTML is added at the end of the form and then moved via absolute positioning. It should be possible to move the button to a more convenient location in the HTML (ideally right after the editing intro text) and position it with floating or flexbox instead.

Also worth to have a look at #86 while at it.