Description of the need When a contributed module attempts to add a color input, the current styling in Seven causes it to look very weird. Because of this, any module that has one will need to provide it's own styling of the form.
Proposed solution We can move some of the CSS styles from the Color module to Seven, and that should provide a reasonable base for module developers to use.
PR by @hosef - https://github.com/backdrop/backdrop/pull/2947
Recent comments
Thank you both for your suggestions. Yeah, I'll give TinyMCE a try... better than trying to fight that behemoth CKEditor 5. The TinyMCE page says it can "co-exist with CKEditor" which is...
Specific tags to work in CKEditor 5
The specific tags I need are "<ruby>" and "<rt>" Wow, yeah, that's a pain with CKEditor5. A custom plugin, for sure, but no clue, what the code has to look like...
Specific tags to work in CKEditor 5
I think maybe the problem is with CKEditor stripping the tags - it can be more aggressive than what you would expect from the text format settings. I copied your examples into an example page...
Specific tags to work in CKEditor 5