-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way to use a custom color? #28
Comments
Look through the plugin source code. You will see the array of colors, you would need to store a modified array on client and server or drop the concept of statically assigned colors altogether. |
But I have to update Is there any hook that I can modify |
You would generate the style attribute from the etherpad attribute. No need for the CSS as it would be inline. |
Which hook should I generate the style attribute in? I can not find the suitable hook. |
I'm not at laptop to review code right now but it would be across multiple hooks. |
I want to add a feature that users can select a color (Ex: #c3c3c3).
I try to read Etherpad's client hooks, but can't find the necessary hook.
Do you have any suggestion?
The text was updated successfully, but these errors were encountered: