cosmocode / dokuwiki-plugin-prosemirror

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

Add imgpaste or other paste image from clipboard plugin #94

Open xroot1337 opened 4 years ago

xroot1337 commented 4 years ago

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 using https://www.dokuwiki.org/plugin:imgpaste), is there a chance to have imgpaste or similar in the roadmap ? Thanks again for your work!

auto-comment[bot] commented 4 years ago

Thank you for opening this issue. CosmoCode is a software company in Berlin providing services for wiki, app and web development. As such we can't guarantee quick responses for issues opened on our Open Source projects. If you require certain features or bugs fixed, you can always hire us. Feel free to contact us at dokuwiki@cosmocode.de for an offer.

pv451 commented 4 years ago

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 using https://www.dokuwiki.org/plugin:imgpaste), is there a chance to have imgpaste or similar in the roadmap ? Thanks again for your work!

It can be achived from another side, small patch to imgpaste allows you to insert images to prosemirror editor. Made a pull request for this, meanwhile you can patch your instance.

But of course having integrated feature would be great.

xroot1337 commented 4 years ago

It works great! Thanks for your patch!

mschlenstedt commented 2 years ago

Yes, can confirm. Works great!

Kblasz commented 1 year ago

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 using https://www.dokuwiki.org/plugin:imgpaste), is there a chance to have imgpaste or similar in the roadmap ? Thanks again for your work!

It can be achived from another side, small patch to imgpaste allows you to insert images to prosemirror editor. Made a pull request for this, meanwhile you can patch your instance.

But of course having integrated feature would be great.

I don't think this works anymore. I copied your git version and pasted it into the plugins folder. when I copy and paste an image I get a little green popup in the corner "upload successful" but the image does not appear. I have to then fine the image in the usual image manager window and attach it...which I assume is not how its meant to behave. The syntax editor though works just fine with imgpaste.

Kblasz commented 1 year ago

This fork looks to be working great for me. https://github.com/Vincent31Fr/dokuwiki-plugin-imgpaste

pv451 commented 1 year ago

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 using https://www.dokuwiki.org/plugin:imgpaste), is there a chance to have imgpaste or similar in the roadmap ? Thanks again for your work!

It can be achived from another side, small patch to imgpaste allows you to insert images to prosemirror editor. Made a pull request for this, meanwhile you can patch your instance. But of course having integrated feature would be great.

I don't think this works anymore. I copied your git version and pasted it into the plugins folder. when I copy and paste an image I get a little green popup in the corner "upload successful" but the image does not appear. I have to then fine the image in the usual image manager window and attach it...which I assume is not how its meant to behave. The syntax editor though works just fine with imgpaste.

Still works for me. It was slightly refactored last year, but still was not good enough to be merged with master. Code for this feature in repository you refer is quite same. Thanks for your feedback anyway.