Adds a font color picker to the Etherpad toolbar, with HTML export support.
pnpm run plugins i ep_font_color
To reposition the color picker in the toolbar, add fontColor to your settings.json toolbar configuration:
{
"toolbar": {
"left": [
["fontColor", "bold", "italic", "underline", "strikethrough"]
]
}
}Apache-2.0