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

A modern WYSIWYG editor for DokuWiki

Results 53 dokuwiki-plugin-prosemirror issues
Sort by recently updated
recently updated
newest added

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

enhancement
✪ Schema
Complexity: ⭐️⭐️⭐️

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

enhancement
✪ Menu
Complexity: ⭐️⭐️
:watch: 2d

Dynamic images are currently not handled well. We should offer a checkbox or similar for this. See https://www.dokuwiki.org/images#dynamic_images

Complexity: ⭐️⭐️
:watch: 1d

It would be great if we could have the same headline mechanism as in the the standard editor. (increase or decrease or equal headline)

✪ Menu
Complexity: ⭐️⭐️
:watch: 2d

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

bug
✪ Schema
✪ Reverse Renderer
Complexity: ⭐️⭐️⭐️

hide plugin code better from user

Complexity: ⭐️
Needs Design
plugin integration

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

bug
✪ Reverse Renderer
Complexity: ⭐️

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

Complexity: ⭐️⭐️
Needs Design