ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
379 stars 61 forks source link

Simplify tooltips - use CKE5 native tooltips in GH Writer #366

Closed mlewand closed 1 year ago

mlewand commented 1 year ago

📝 Provide a description of the improvement

Currently we're using native GItHub's tooltips in some places and CKEditor 5's tooltips in other places.

Let's remove custom tooltip handling and rely on CKEditor 5's native tooltips.

Doing so will give following benefits:

Examples

Examples of GitHub's native tooltips include main toolbar and buttons in the "More options..." menu:

For example, CKE5 native tooltips are used in balloon toolbars and of heading buttons:

📃 Other details


If you'd like to see this improvement implemented, add a 👍 reaction to this post.

Dumluregn commented 1 year ago

Done in #370.