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

New features: added two fields at the top of CodeBlock: `start_line_numbers_at` and `highlight_lines_extra`. Logic of the field `start_line_numbers_at` is as follows: 1. The field accepts integer values - fractional values...

This is not intended as a ready-to-merge pull request – it still needs some work and I'd like some feedback. When I type `__foo//bar%%` into the WYSIWYG editor, then a...

Exemplary implementation of the insertParagraph buttons. The buttons need access to the current view to execute the command. Due to javascript scoping rules we have to provide a function to...

Complexity: ⭐️
:watch: 2h

Add support for `enable_line_numbers`, `start_line_numbers_at` and `highlight_lines_extra` in code blocks. It is a correct version of pull request #109 Logic of `start_line_numbers_at` field: 1. The field accepts integer values -...

Currently, if you create a ListItem in the built-in DokuWik editor that contains the following code:    - listitem with wrap | Test1 | Test2 | | Result1 | Result2 |...

Really great plugin! It's already a must have, I really appreciate the approach compared to ckgedit ! The downside for us is the loss of paste image from clipboard (we're...

Complexity: ⭐️⭐️
plugin integration

When disable Bootstrap3 Template: ![1](https://user-images.githubusercontent.com/23565841/197664293-9321992a-8c0c-434c-be99-b40cee53dd36.png) Bootstrap3 Template: ![2](https://user-images.githubusercontent.com/23565841/197664313-c69d44c8-e966-45e1-b88e-80b53ef3475f.png)

When editing a page that contains: ====== header ====== Some text ===== subheader ===== Some more text All headers are duplicated: ====== header ====== ====== header ====== Some text =====...

The wrap plugin is pretty popular and also very complex in the way different styles can be combined. OTOH it is a very visual plugin. It might be a good...

Complexity: ⭐️⭐️⭐️
Needs Design
plugin integration
:watch: 1w

Some CMS systems I've used allow admins to customise the buttons available in the editor toolbar, which looks as though it's called the menu on Prosemirror. It would be good...