CuBoulder / ucb_ckeditor_plugins

This Drupal 9+ module contains a collection of CKEditor 5 plugins to add functionality to the WYSIWYG editor.
GNU General Public License v2.0
1 stars 0 forks source link

CKEditor 5 plugin: Blockquote #40

Closed jnicholCU closed 2 weeks ago

jnicholCU commented 1 year ago

There's still a number of shortcodes from Drupal 7 Express that need to be implemented. Below are the remaining shortcodes and descriptions of how they work. Most shortcodes, unless specified, come from the cu_shortcodes module: https://github.com/CuBoulder/express_mono/blob/dev/modules/custom/cu_shortcodes

Blockquote Provides a more styled blockquote with the options of floating, font style, and an icon. [blockquote icon="fa-quote-left , or any font awesome icon class" style="serif/sans-serif"]your content here[/blockquote]

timurtripp commented 8 months ago

An icon can be placed inside a blockquote using the icon plugin. Is it just the style we're missing?

timurtripp commented 4 months ago

@jnicholCU Aside from the serif/sans-serif font selection, is there anything here we can't already do with a combination of Box, CKEditor 5's included block quote plugin, and CKEditor 5 Icons?

timurtripp commented 4 months ago

Wondering if we have enough of the functionality covered to close this one out or not.

jnicholCU commented 4 months ago

That's a good question. Probably need to bring @jcsparks in on that though. While ideally we can create the same effect with what we have I'm not sure that will fly for the ui team.

timurtripp commented 2 weeks ago

We're going to use the CKEditor 5 built-in blockquote and strip the extra stuff. Marking as not planned.