sibiraj-s / ngx-editor

🖋️ Rich Text Editor for angular using ProseMirror
https://sibiraj-s.github.io/ngx-editor/
MIT License
458 stars 191 forks source link

[Feature request]: upload image from local system #472

Closed A7OMICsp closed 1 year ago

A7OMICsp commented 1 year ago

Proposal

I would like to insert an image from my local system storage instead of placing an image url. I've readed that this feature was done a few years ago but I cant find it now.

sibiraj-s commented 1 year ago

hi. thanks for opening this. Uploading feature of image was done on a different version of editor several years back and that editor become really unreliable. so during a rewrite with prosemirror some of functions are not implemented as they are easy to extend with prosemirror plugins.

For example you could follow this https://prosemirror.net/examples/upload/ and implement the feature.

Closing the issue for now as this is not planned for now. Happy to accept a PR though.

Thank you.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.