the-djmaze / snappymail

Simple, modern & fast web-based email client
https://snappymail.eu
GNU Affero General Public License v3.0
933 stars 111 forks source link

Resource: Provide option to use the CKEditor plugin #1593

Open fabiodepin opened 1 month ago

fabiodepin commented 1 month ago

The current Squire plugin is quite limited in terms of features, such as resizing and positioning images, use of tables, among other features. Points that CKEditor would resolve.

Including resolving image redirection when creating an email signature.

Current Screenshot from 2024-05-23 16-00-51

Proposed: Screenshot from 2024-05-23 15-59-43

the-djmaze commented 1 month ago

Browsers behave differently on the <img> tag. The most annoying being Chrome that does not focus/select the image.

That's why many editors have a workaround with lots of code to get this going.

Since SnappyMail is also mobile friendly, all those "workaround" editors are not working properly.

But if you get CKEditor working in SnappyMail, feel free to provide it as extension.