https://github.com/ether/ep_author_follow
Follow an authors contributions to a pad in real time in Etherpad.
https://github.com/ether/ep_author_follow
Last synced: 9 months ago
JSON representation
Follow an authors contributions to a pad in real time in Etherpad.
- Host: GitHub
- URL: https://github.com/ether/ep_author_follow
- Owner: ether
- License: apache-2.0
- Created: 2020-06-12T15:12:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T19:07:24.000Z (11 months ago)
- Last Synced: 2025-04-08T20:23:05.866Z (11 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
 
# Author Follow / Track Etherpad plugin

[](https://travis-ci.org/github/ether/ep_author_follow)
Follow an authors contributions to a pad in real time in Etherpad.
To follow an author click on the users icon in the user area.
Followed AuthorIDs are stored in cookies so you will automatically follow them in future pads.
Following of authors does not happen within 5 seconds of an edit event by the user or within 1 second of a pad being loaded. This is to stop focus being drawn when an author is editing a pad.
# Installing
Option 1.
Use the ``/admin`` interface, search for ``ep_author_follow`` and click Install
Option 2.
```
npm install ep_author_follow
```
Option 3.
```
cd your_etherpad_install/node_modules
git clone https://github.com/ether/ep_author_follow
```
# Settings
``followAll`` [default: false] follows every author by default.
``enableFollow`` [default: true] follows followed authors when they edit.
## Example block
```
"ep_author_follow":{
"followAll" : true,
"enableFollow" : true
}
```
## Bug Reports
Please submit bug reports or patches at https://github.com/ether/ep_author_follow/issues
## Todo
- [ ] Stats
- [ ] Full test coverage