Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourplusone/etherpad-plugins
Plugins for Etherpad Lite
https://github.com/fourplusone/etherpad-plugins
Last synced: 3 months ago
JSON representation
Plugins for Etherpad Lite
- Host: GitHub
- URL: https://github.com/fourplusone/etherpad-plugins
- Owner: fourplusone
- License: mit
- Archived: true
- Created: 2012-03-19T23:49:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T17:18:45.000Z (about 10 years ago)
- Last Synced: 2024-10-04T03:49:11.414Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 23
- Watchers: 7
- Forks: 29
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - fourplusone/etherpad-plugins - Plugins for Etherpad Lite (others)
README
# Etherpad-Lite plugins
- Linkify: Adds internal links (ep_linkify)
- Headings: Heading support (ep_headings)# Installation
```
cd [your etherpad installation];
npm install [path-to-etherpad-plugins]/[plugin-name]
```Where `plugin-name` is ep_linkify or ep_headings
License: MIT