Tools configuration of RichTextToolBar #260
simoco0781
started this conversation in
Ideas
Replies: 1 comment
-
Currently, there is no feature for adding/removing tools. If you are willing to provide a PR, we would be happy to accept it. Perhaps it just needs to add more parameters, such as toolbar?: {
prefix?: React.ReactNode;
list?: Array<'bold'|'italic'...>;
subfix?: React.ReactNode;
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any way to add/remove tools from the toolbar.
Or may it be possible to just add "superscript" and "subscript" pending the replacement by Slate.js?
Beta Was this translation helpful? Give feedback.
All reactions