backdrop-contrib / ckeditor_accordion

Provides the accordion plugin for CKEditor
GNU General Public License v2.0
0 stars 3 forks source link

Fork to support CKEditor's Spoiler Plugin? #3

Closed djzwerg closed 1 month ago

djzwerg commented 3 years ago

Hi,

is it possible to fork this module to implement CKEditor's Spoiler Plugin? I tried it at https://github.com/djzwerg/ckeditor_spoiler but it doesn't work :-(.

indigoxela commented 3 years ago

is it possible to fork this module to implement CKEditor's Spoiler Plugin?

Forking is always possible. It's Open Source. :wink:

I tried it at https://github.com/djzwerg/ckeditor_spoiler but it doesn't work :-(.

Hm. That link's a 404.

Do you want to create a new module? That's not quite the same as forking.

djzwerg commented 3 years ago

I thought it would be possible to change the code of this module to support the Spoiler Plugin instead of Accordion.

indigoxela commented 3 years ago

I thought it would be possible to change the code of this module to support the Spoiler Plugin instead of Accordion.

You can, of course, use ckeditor_accordion as an example for your new module.

You'd have to implement hook_ckeditor_plugins() in your module and add the plugin code accordingly.

djzwerg commented 3 years ago

Ok, thanks. I think I don't have enough coding skills. I can't get it work :-(

indigoxela commented 3 years ago

I can't get it work

Yes, a CKEditor plugin isn't the easiest to start with. Unfortunately I'm too short on time to take this over. Maybe you'll find someone in our Zulip chat?

indigoxela commented 1 month ago

Given, this issue is ancient and didn't have any feedback for a looong time, and given, CKE4 is EOL for quite a while, I'm closing this issue.