the-airbender / quill_html_editor

HTML rich text editor for Android, iOS, and Web, using the QuillJS library. QuillJS is a free, open source WYSIWYG editor built for the modern web.
https://pub.dev/packages/quill_html_editor
MIT License
86 stars 86 forks source link

[BUG] The custom buttons do not receive tooltips #203

Open SauloSA opened 2 months ago

SauloSA commented 2 months ago

Hello,

First of all, thank you for your contribution.

The custom buttons do not receive tooltips, which breaks the consistency.

My suggestion would be:

Customization of Tooltips, Border Radius, Font, and Font Size in the Rich Text Editor

I'm using a rich text editor in my application, and I would like to know if it is possible to make the following customizations:

Tooltips Label for Each Button: I would like to customize the tooltips for each button, changing the text (label) to be compatible with the local language of the platform I am developing (in my case, to Portuguese).

Border Radius: Is it possible to customize the tooltip borders to a radius of 8 to align with the visual identity of my application?

Font and Font Size: Is there a way to customize the font family and font size of the editor's text to be consistent with the rest of my platform's visual identity?

Enable/Disable Tooltips: Is it possible to add an option to enable or disable the tooltips according to the user's preference?

Thank you in advance for your attention, and any help or guidance on how to achieve these customizations would be greatly appreciated.

Thanks!

SauloSA commented 2 months ago

Please Help @anees4ever