ep_font_color
v0.0.130
Published
Apply colors to fonts
Keywords
Readme
Font Colors for Etherpad

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