- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
I opened an issue for Media Migration as it would honestly be the best long-term plan.
- πΊπΈUnited States DamienMcKenna NH, USA
I started work on a prototype CKEditor 5 plugin ( β¨ Add a CKEditor5 plugin for Drupal 9.3+, Drupal 10 Needs work ), but in my research I could not see how to make it support shortcodes, it seems like it is no longer possible.
- πΊπΈUnited States DamienMcKenna NH, USA
Another issue requesting a preview for CKEditor: π Implement Video Filter token preview in CKEditor Active
- πΊπΈUnited States minnur San Francisco
I am currently working on adding CKEditor 5 support.
- πΊπΈUnited States minnur San Francisco
CKEditor 5 support works on my local. Doing some code refactoring and fixing CKEditor 5 previews.
- Status changed to RTBC
8 months ago 7:29pm 12 March 2024 - πΊπΈUnited States minnur San Francisco
https://git.drupalcode.org/project/video_filter/-/merge_requests/7
1. Added support for CKEditor 5
2. Removed deprecated video filter plugins.Some code cleanup would be nice too, but thats for another day.
- Status changed to Needs review
8 months ago 10:14am 13 March 2024 - Status changed to Needs work
8 months ago 11:42am 24 March 2024 - πΊπΈUnited States DamienMcKenna NH, USA
Thank you for putting this together.
I updated all of the HTTP URLS to HTTPS, so that part of the MR can be cleaned up.
I also think the changes in the VideoFilter plugins should be reverted to focus on just the ckeditor5 part.
- πΊπΈUnited States DamienMcKenna NH, USA
Let's update the existing video plugins in π Update VideoFilter plugins Needs review .
- πΊπΈUnited States DamienMcKenna NH, USA
The text filter needs to be reverted so that there's a new text filter for the HTML format from the CKEditor 5 filter, otherwise we'll need to write an upgrade script to handle the new format.
- πΊπΈUnited States DamienMcKenna NH, USA
Please create a new merge request in β¨ Add a CKEditor5 plugin for Drupal 9.3+, Drupal 10 Needs work with the new ckeditor5 functionality and a new text filter.
- πΊπΈUnited States DamienMcKenna NH, USA
Scrap that last comment, I hadn't finished reading through the merge request and didn't realize that the updated filter could do both the old format and the new format. Nice work!
- Status changed to Fixed
8 months ago 2:43pm 24 March 2024 - πΊπΈUnited States DamienMcKenna NH, USA
Now that there's a merge request that works for most of what we need, I'm going to close this and ask that we focus on β¨ Add a CKEditor5 plugin for Drupal 9.3+, Drupal 10 Needs work , rather than this plan issue.
Automatically closed - issue fixed for 2 weeks with no activity.
- π¦πΉAustria drupalfan2
Full CKEditor 5 support is not needed in any case.
But what we need is to add the
<video>
tag to the allowed html tags of "Filtered HTML" text format.How can I achieve this?