dokuwiki-plugin-prosemirror
dokuwiki-plugin-prosemirror copied to clipboard
A modern WYSIWYG editor for DokuWiki
Maybe I haven't seen it yes, but I can't find a way to get out of a table, if it's at the end of the page. Is there some kind...
When copy/pasting from a webpage to e.g. LibreOffice Writer, any hyperlinks contained in the text are automatically retained. When copy/pasting the same text into the Prosemirror editor, the links are...
ToDo - [x] How to create sublists (see also #8) - these have to close the current paragraph and then add themselves - [ ] How to create sublists with...
Dynamic images are currently not handled well. We should offer a checkbox or similar for this. See https://www.dokuwiki.org/images#dynamic_images
It would be great if we could have the same headline mechanism as in the the standard editor. (increase or decrease or equal headline)
Place the following wikitext on a page: ``` * # some code def foobar puts "flarp" end ``` Save the page. Edit the page again, but now switch to the...
hide plugin code better from user
The ProseMirror editor automatically creates newlines in footnotes, as you can notice afterwards in the DW editor: ``` Why do footnotes produce newlines?(( Look at this footnote in DW editor....
what to work on next - [x] our white board has a list of syntax modes with checkmarks for the ones implemented, missing ones need to be added - [...
### Implementation Tasks: - [ ] NodeView --> textarea - [ ] SchemaDefinition - [ ] parsing rules - [ ] menu item ### Design Questions: - [ ] How...