Enabling highlithg in 2SCM should be available as plugin method #7665
Labels
domain:dx
This issue reports a developer experience problem or possible improvement.
package:basic-styles
package:link
package:typing
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:improvement
This issue reports a possible enhancement of an existing feature.
📝 Provide a description of the improvement
This is how two-step caret movement is initialised for the link:
ckeditor5/packages/ckeditor5-link/src/linkediting.js
Lines 104 to 109 in 2d24eac
The problem with that it uses two different means to enable a fully-functional feature.
Options
Option 1: Make inline highlight an option for:
registerAttribute()
Option 2: Expose
inlineHighlight
as plugin methodOption 3: Leave as-is
Pros & cons
Option 1:
inlineHighlight
will not be exposed.Option 2:
inlineHighlight
will not be exposed.Option 3:
My personal favourite: 1.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: