humhub-prosemirror icon indicating copy to clipboard operation
humhub-prosemirror copied to clipboard

Results 28 humhub-prosemirror issues
Sort by recently updated
recently updated
newest added

https://github.com/humhub/humhub-internal/issues/129

It would be very nice to be able to use slash commands in the richtext editor. ``` /codeblock ```` ![Screenshot_1](https://github.com/humhub/humhub-prosemirror/assets/35392110/d733de31-1c2f-4083-b7d8-94a363219fb9) Currently I've not seen many editors using Prosemirror as a...

### What steps will reproduce the problem? 1. Open Humhub on a mobile device 2. Write a new post (don't save) 3. Select some text you've just written ### What...

bug
mobile

Problem: people do not find where to attach a file in the richtext editor. You need to click on the "image" icon. This is not intuitive, and people think you...

enhancement

## Why this PR See #67 for introduction and goal. Supersedes #69 and #71 as most of it is rewritten everything is rebased into two commits and this PR is...

Currently it's also not possible to select a row/column.

enhancement

The embeded ProseMirror Editor on the front page of https://prosemirror.net/ has an additional button called *Select Parent Node* that I find particularily helpful when using nested objects like blockquotes or...

enhancement

I tried to implement [prosemirror-dev-tools](https://github.com/d4rkr00t/prosemirror-dev-tools) / [prosemirror-dev-toolkit](https://github.com/TeemuKoivisto/prosemirror-dev-toolkit) in order to make debugging and testing the prosemirror editor much more efficient. I was able to doge one error message by editing...

help wanted

Implement input rule for em + strikethrough, maybe use single dynamic input rule instead of multiple.

enhancement

I read here : https://github.com/humhub/humhub-prosemirror/issues/12 that humhub add some features to prosemirror like plugin system. Is there any documentation of it ? Or if I have to refer to prosemirror...

enhancement