Drawing and painting in Etherpad
Forked to use WBO. To use Jitsi Meet, use
https://github.com/lovasoa/whitebophir/wiki/WBO-Jitsi-integration
In your settings.json
, add:
To change your host
Set up a host accessible from the user's browser.
"ep_draw": {
"host": "your.etherdrawhost.com"
}
# Example
"ep_draw":{
"host": "localhost:9002"
}
To enable by Default
"ep_draw": {
"onByDefault": true
}
To change the icon
"ep_draw": {
"icon": "http://myicon.com/awesomeicon.png"
}
To put the icon on the right hand side of the toolbar
"ep_draw": {
"position": "right"
}
todo
- Make the AuthorName, padID and Authorcolor passed to draw.etherpad.org
- Allow setting for opacity in setting.json
- Document the settings required to get it working
- Allow a setting in the settings dropdown to hide the paint (with cookie)
- Find out why going outside the canvas doesnt stop drawing
- Allow setting for showing Artist count or not.
- Clear/reset button