0.1.6 • Published 4 years ago

ep_draw v0.1.6

Weekly downloads
89
License
-
Repository
github
Last release
4 years ago

Drawing and painting in Etherpad

You must be running an instance Etherdraw.

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

  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 teh canvas doesnt stop drawing
  6. Allow setting for showing Artist count or not.
  7. Clear/reset button
0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.11

9 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago