Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_author_follow

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_author_follow

Follow an Authors contributions to a Pad

  • 0.1.45
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
68
decreased by-29.17%
Maintainers
3
Weekly downloads
 
Created
Source

Publish Status Backend Tests Status

Author Follow / Track Etherpad plugin

Usage

Travis (.org)

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

FAQs

Package last updated on 14 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc