https://github.com/ether/ep_font_color
Font Color Plugin for Etherpad
https://github.com/ether/ep_font_color
Last synced: 9 months ago
JSON representation
Font Color Plugin for Etherpad
- Host: GitHub
- URL: https://github.com/ether/ep_font_color
- Owner: ether
- License: apache-2.0
- Created: 2013-11-23T17:53:59.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:06:24.000Z (over 1 year ago)
- Last Synced: 2025-06-04T20:56:34.307Z (9 months ago)
- Language: JavaScript
- Size: 3.55 MB
- Stars: 3
- Watchers: 6
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
 
# Etherpad plugin to change font color
If you want to reposition the color select in toolbar then in `settings.json` under `toolbar` add button `fontColor` example:
```
"toolbar": {
"left": [
[
"fontColor",
"bold",
"italic",
"underline",
"strikethrough"
]
}
```