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

Accessible/Hidden Text in WYSIWYG #49

Closed kevincrafts closed 7 months ago

kevincrafts commented 8 months ago

There's 2 issues I came across with the accessible/hidden text in the WYSIWYG:

  1. Users should be able to select a set of words with in a paragraph vs hiding the entire paragraph. An example use case of this would be where you could have a series of "read more" links where there was text beyond the "more", for example, "read more about the computer science degree program" where " about the computer science degree program" would be hidden.
  2. After applying the accessible/hidden text format, I was unable to escape from that format and any additional text had it applied.