You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is font family drop down possible in the toolbar.
and also can you create some functionality like create custom button in toolbar configuration.
Problem Statement/Justification
Can we add a drop down for the font family to apply on selected text from editor content and until i change the family that will be continue to next text.
custom button in the tool bar that will help us to make any desirable button in tool bar.
Additional Information
the custom button in the toolbar configuration code something like this
[
{
name: 'customButton',
icon: '🔤', // or use an icon from FontAwesome, etc.
tooltip: 'Custom Button',
command: () => this.customAction(),
}
]
Willing to submit a PR?
None
The text was updated successfully, but these errors were encountered:
Adding font family support as part of editor is difficult to manage, May be i can extend a generic command that accepts a string and set as font family attribute to the element.
Description
Is font family drop down possible in the toolbar.
and also can you create some functionality like create custom button in toolbar configuration.
Problem Statement/Justification
Can we add a drop down for the font family to apply on selected text from editor content and until i change the family that will be continue to next text.
custom button in the tool bar that will help us to make any desirable button in tool bar.
Additional Information
the custom button in the toolbar configuration code something like this
Willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: