xdan / jodit

Jodit - Best WYSIWYG Editor for You
https://xdsoft.net/jodit/
MIT License
1.61k stars 341 forks source link

I want to modify the icon on the change character color, background, how do I handle it? #1147

Open JangHarry opened 3 weeks ago

JangHarry commented 3 weeks ago

I want to modify the icon on the change character color, background, how do I handle it?

I don't want to use the button in the shape of a water droplet, I want to use it in a different shape, or I want to put svg arbitrarily

image

xdan commented 5 days ago

Hi, use controls option

Jodit.make('#editor', {
  controls: {
       brush: {
             iconURL: './icon.png'
       },
  }
});