Hi,
First of all, thank you for such an amazing editor 馃檶
I wanted to know is it possible to customise the built in inline tool icons?
At the moment the icon SVGs for the inline tools are hardcoded. For example:
|
this.nodes.button.appendChild($.svg('bold', 12, 14)); |
It would be great if there is a way to define a css class or inject a custom SVG icon for an inline tool via the inlineToolbar property.
Thanks you 馃檹
Hi,
First of all, thank you for such an amazing editor 馃檶
I wanted to know is it possible to customise the built in inline tool icons?
At the moment the icon SVGs for the inline tools are hardcoded. For example:
editor.js/src/components/inline-tools/inline-tool-bold.ts
Line 64 in 63eeec0
It would be great if there is a way to define a css class or inject a custom SVG icon for an inline tool via the
inlineToolbarproperty.Thanks you 馃檹