bevacqua/woofmark

Change html in the buttons

malas opened this issue · 1 comments

malas commented

How can i change the displayed value in the command buttons or to remove some buttons entirely?

For example:

  • change UL button icon into text '<UL>'
  • i enabled only 1 mode in editor - markdown, so displaying markdown button in not needed anymore.

Hi, there isn't a very clean way to do this, but I've manipulated HTML /after/ generation with an example here: #10 (comment)

It's been a while but I think I also suggested a constructor option to run such changes.