Skip to content

f0i/etherpad-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etherpad-Lite plugins

  • Markdownify: Inline markdown formating (ep_markdownify)
  • Disable format buttons (ep_disable_format_buttons)

Installation

cd <your/etherpad/installation>;
npm install <path-to/etherpad-plugins/plugin-name>

or

npm install <plugin-name>

Where plugin-name is

  • ep_markdownify (MIT)
  • ep_disable_format_buttons (GPLv3)