Skip to content
/ ep_draw Public
forked from JohnMcLear/ep_draw

Etherpad plugin for WBO Whiteboard

License

Notifications You must be signed in to change notification settings

JIBSIL/ep_draw

 
 

Repository files navigation

ep_whiteboard

Forked to use WBO. To use Jitsi Meet, use

https://github.com/lovasoa/whitebophir/wiki/WBO-Jitsi-integration

Drawing and painting in Etherpad

In your settings.json, add:

To change your host

Set up a host accessible from the user's browser.

You may also use your WBO host for the "host" field!

    "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

  1. Make the AuthorName, padID and Authorcolor passed to draw.etherpad.org
  2. Allow setting for opacity in setting.json
  3. Document the settings required to get it working
  4. Allow a setting in the settings dropdown to hide the paint (with cookie)
  5. Find out why going outside the canvas doesnt stop drawing
  6. Allow setting for showing Artist count or not.
  7. Clear/reset button

About

Etherpad plugin for WBO Whiteboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • EJS 10.2%