nenadpnc / cl-editor

Lightweight text editor built with svelte, typescript
https://nenadpnc.github.io/cl-editor/
MIT License
294 stars 24 forks source link

Improve the image actions with some features #23

Closed Debaerdm closed 4 years ago

Debaerdm commented 4 years ago

The image action button has missing few features for to gain in perform like to upload a local image, and resize the image selected.

nenadpnc commented 4 years ago

They are missing on purpose, to keep the library lightweight. You can either try to make a custom action with desired functionality, or use other editors (quill.js, ckeditor,...) that have those functionalities already.