-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image support to the text editor: Move CKEditor schema/conversion from onEditorReady to plugin #7141
Comments
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
- Move conversion for paragraph to <p style="margin:0;"></p> to plugin Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
1) Move conversion for paragraph to <p style="margin:0;"></p> to plugin Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
1) Move conversion for paragraph to <p style="margin:0;"></p> to plugin Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
1) Move conversion for paragraph to <p style="margin:0;"></p> to plugin 2) Drop schema listener for nested <blockQuote>. Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
1. Move conversion for paragraph to <p style="margin:0;"></p> to plugin 2. Drop schema listener for nested <blockQuote>. Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
1. Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin 2. Drop schema listener for nested `<blockQuote>`. Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
**Add mail plugin** Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin **Drop schema listener for `<blockQuote>`** Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 6, 2022
**Add mail plugin** Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin **Drop schema listener for `<blockQuote>`** Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 7, 2022
**Add mail plugin** Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin **Drop schema listener for `<blockQuote>`** Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
kesselb
added a commit
that referenced
this issue
Sep 20, 2022
**Add mail plugin** Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin **Drop schema listener for `<blockQuote>`** Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: ckeditor/ckeditor5#419 (comment) [^2]: ckeditor/ckeditor5#419 (comment) [^3]: ckeditor/ckeditor5#9382 [^4]: ckeditor/ckeditor5#9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
ChristophWurst
added a commit
that referenced
this issue
Sep 20, 2022
…lugin GH-7141: Add ckeditor plugin for mail
Repository owner
moved this from 📄 To do (~10 entries)
to ☑️ Done
in 💌 📅 👥 Groupware team
Sep 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Follow up #6935
onEditorReady = the editor is initialized and the initial data already loaded.
Describe the solution you'd like
Move schema/conversion to a new plugin.
Add tests for it.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: