smizrahi
b7a71140f2
feat(core): Update to ckeditor 5. Fixes #5920 . Add directives to preserve HTML raw data.
2024-03-04 15:49:47 +01:00
smizrahi
2b23ff3eb8
feat(core): Update to ckeditor 5. Fixes #5920 . Added disableNativeSpellChecker. Added htmlEmbed plugin.
2024-03-04 15:07:52 +01:00
smizrahi
e92fb8f52d
feat(core): Update to ckeditor 5. Fixes #5920 .
2024-02-27 14:29:59 +01:00
smizrahi
5081de1639
fix(js): Remove check version for ckeditor
2024-02-07 16:41:13 +01:00
Francis Lachapelle
e18dc2cd5a
fix(mail(js)): add CKEditor plugins emoji and bidi
2022-07-08 10:57:57 -04:00
Francis Lachapelle
3b4ded63f5
chore(npm): update CKEditor to version 4.16.1
2021-05-27 21:50:48 -04:00
Francis Lachapelle
bed91ce95a
fix(mail(js)): avoid updating the DOM before closing editor
...
When destroying the CKEditor instance (closing the mail editor in HTML mode), we no longer try to update the associated textarea because we're removing it anyway.
2021-04-09 17:57:08 -04:00
Francis Lachapelle
00030ba2fa
fix(mail(js)): add collapse button to toolbar of HTML editor
...
It is useful on small screens to be able to collapse the toolbar.
2020-10-30 15:36:30 -04:00
Francis Lachapelle
f8aa338e64
feat(mail): handle multiple mail identities
...
Fixes #768 , fixes #4602
2020-06-18 16:53:42 -04:00
Francis Lachapelle
07c06db69d
refactor(mail(js)): replace ckEditor directive by sgCkeditor component
...
This refactoring
1. simplifies updating the CKEditor source code;
2. allows many instances of the CKEditor on the same page;
3. fixes the cursor positioning on focus.
2020-05-15 11:37:56 -04:00