Skip to content
Jim Meyer edited this page Jun 6, 2014 · 13 revisions

The following list was made on Nov 23, 2013, so it is likely out of date. See also the Available-Plugins page.

  • ep_add_buttons Add two buttons to Etherpad and make them do something, oh and save the pads content to a file on the server..
  • ep_adminpads Gives the ability to list and administrate all pads on admin page
  • ep_align Add Left/Center/Right/Justify to lines of text in a pad
  • ep_author_hover Adds author names to span titles (shows on hover), works as authors change their name. Hover includes author color and fast switching between author spans. Hat tip to Martyn York for the initial work on this.
  • ep_author_neat Neat author display for etherpad-lite
  • ep_authornames Adds author names to span titles (shows on hover) in etherpad-lite
  • ep_authorship_export Export the authors
  • ep_autoscrolldown Add a checkbox to auto-scroll down the pad when content is modified in Etherpad-Lite. This module is part of an academic project for courses accessibility from Paris 8 University.
  • ep_bidi Adds support of bi-directional text to etherpad lite letting the user choose between rtl and ltr.
  • ep_br_to_p Convert Etherpad’s output to use tags instead of only
  • ep_button_link Adds a button to the toolbar that links out to a new window
  • ep_chat_always_on_screen_and_tokbox_link Chat on screen and link to tokbox based on URL param
  • ep_clear_authorship_no_prompt Supresses the clear authorship prompt
  • ep_collabticker convert "### " (or any other string) to "HH:MM Uhr" and export to wordpress
  • ep_colors add colors to the etherpad
  • ep_copypad Enables the user to copy a pad with all its content but (without any history) to a new pad
  • ep_cursortrace Show cursor/caret movements of other users in real time
  • ep_default-pad-text Choose different defaultPadTexts for different prefixes. SEE README FOR NEEDED SETTINGS.
  • ep_desktop_notifications Recieve chat desktop notifications
  • ep_disableChat Disable Chat
  • ep_disable_change_author_name A plugin to stop users from being able to change their names
  • ep_disable_error_messages Disable Error messages to clients
  • ep_disable_format_buttons Disables controls to format text in Etherpad Lite.
  • ep_disable_lists Disables list/indentation controls in etherpad-lite.
  • ep_doi Adds support to linkify doi: identifiers in etherpad lite.
  • ep_drag-and-drop Disable Drag and Drop in Etherpad
  • ep_draw Really real time Collaborative painting and drawing with Etherpad
  • ep_element And Etherpad Lite Plugin. Set element tag name and attributes through classes.
  • ep_email_notifications Subscribe to a pad and receive an email when someone edits your pad
  • ep_embedmedia Embed media (youtube, vimeo etc)
  • ep_ether-o-meter Display metrics. On /metrics. For etherpad. With swag.
  • ep_export_documents_images Export document with images for embedded pictures. Use the 'soffice' command. Linux only for now. BETA VERSION, can crashes.
  • ep_export_less_and_css Export a pad’s content with a CSS mime-type, so that your can use it for live editing a websites CSS. Optionally pass the CSS through the LESS compiler.
  • ep_feedback_ii Add a feedback button for idea informer to the right hand toolbar
  • ep_file_menu_toolbar File / Menu style toolbar
  • ep_fileupload File upload
  • ep_fintest A test plugin for Etherpad Lite
  • ep_font_family Change the font of some text
  • ep_footer Add footer to EtherPad Lite by adding ep_footer:"..." to settings.json
  • ep_github Authenticate users against Github on Etherpad lite
  • ep_googleanalytics Add Google Analytics to Etherpad Lite -- IMPORTANT: Add the following to your settings.json file -- "ep_googleanalytics":{"gaCode":"UA-2387498"}
  • ep_headings Adds heading support to Etherpad Lite.
  • ep_headings-trl8 Fork to test multilanguage plugins in Etherpad Lite: Adds heading support.
  • ep_help_bubbles Help bubbles for Etherpad Lite
  • ep_hide_line_numbers Don't show line numbers by default
  • ep_hide_referrer Don't pass the referring URL to third parties. This handles the security/privacy issue where you don't want the third party service to know your pad URL. Improves Privacy.
  • ep_historicalsearch Search through the history of documents to find when a query/search pattern or string existed
  • ep_html_export_using_client_filters Exports HTML using client-side routines, including the ability to use client-side filters in the export routine so you only have to write them once (e.g. if you have a client-side filter that hooks into aceGetFilterStack or aceCreateDomLine, you can add those hooks to the server-side as well by adding to ep.json)
  • ep_imageconvert Convert and cut images on the fly for download
  • ep_infopanel Displays an info section in pad settings exposing the software used and the current git revision.
  • ep_invite_via_email Invite a user to a pad on Etherpad Lite
  • ep_irc Adds an embedded Freenode Web chat client and autojoins to #Etherpad and #Etherpad-Lite-Dev channels
  • ep_latex Compile LaTeX in etherpads to PDF
  • ep_latexexport LaTeX Export for Etherpad Lite
  • ep_ldapauth Hooks into etherpad lite auth to provide LDAP authentication.
  • ep_line_height Change the line height
  • ep_linkify Adds internal links to etherpad lite. To create internal links use example style formatting
  • ep_list_pads List Pads on the Index Page
  • ep_loading_message Show a loading helpful message
  • ep_margin add left , right , center
  • ep_markdown Edit and Export as Markdown in Etherpad
  • ep_markdownify Inline markdown formating. Format headings, show images, highlight lists, tables and more.
  • ep_mathjax Show LaTeX STylee Math formulas powered by Mathjax
  • ep_mediawiki Edit and Export as mediawiki in Etherpad
  • ep_message_all Formular on admin interface to send message to all connected users
  • ep_metrics Console Logs the Etherpad Stats / Metrics
  • ep_monospace_default Make the font default to Monospace in Etherpad Lite
  • ep_new_pad Etherpad lite plugin to crate a REALLY new pad (database check). Call http://example.com/randomPad to use it.
  • ep_offline_edit View your pad data even if you are disconnected from the Internets
  • ep_onion_embedlinks Adds a check box to the embed link page that toggles between a normal domain and an onion address
  • ep_pad_title Set the pad title to a static string
  • ep_pad_tracker With the Pad Tracker it's possible to search in all the created Pads of your server and with a click on track you can track it. Tracking means that you can see all tracked-pads on the main-page (/admin/padtracker) of the Plugin. All tracked Pads get listed on the main page with the name, the amoung of revisions and the date of the last edit.
  • ep_page_view Add support to do 'page view', with a toggle on/off option in Settings
  • ep_post_message A post message listener for use etherpad
  • ep_previewimages Image previewer, paste the URL or an image or upload an image using ep_fileupload
  • ep_print Support for printing, works cross browser, supports page breaks
  • ep_prompt_for_name Prompt an author for their name
  • ep_public_view USE THIS PLUGIN WITH CAUTION. This plugin will help make content indexable by evil search engines and the hordes of social networks waiting to suckle on the bussum of your content. This plugin Allows search engines to get pad text contents, use with robots override plugin for publicly indexable pads .. This plugin supercedes ep_text_content_in_noscripts_tag
  • ep_pubmed Adds support to linkify pubmed: identifiers in etherpad lite.
  • ep_push2delete Displays a button that will allow anyone to fully delete the pad they're viewing.
  • ep_readability Calculates the Flesch readability index in Etherpad, client based.
  • ep_real_time_chat Real time chat updates
  • ep_redminewiki Redmine Wiki Export for Etherpad Lite
  • ep_remove_embed Remove the embedlink
  • ep_rewrite_share_paths Rewrite share path to current URL /p/ to / for non read only and do a str.replace for read only pads -- Useful for people doing reverse proxying, team & pro pads
  • ep_right_to_left Make the text inside a Pad and Chat go from right to left
  • ep_rss Get an RSS feed of pad updates
  • ep_rtc Video and audio chat without plugins powered by WebRTC -- Works in Firefox, Chrome and Chrome Frame
  • ep_ruler Adds a ruler to Etherpad lite
  • ep_scrollto Scroll to a specific line number based on a parameter of lineNumber in the URL IE http://test.com/p/foo#lineNumber=10 -- Users can click on the line number to get a link
  • ep_search Search through all pads for a string
  • ep_set_title_on_pad Set the title on a pad in Etherpad, also includes real time updates to the UI
  • ep_show_whitespace Show trailing whitespace
  • ep_signature Add signatures to Etherpad Lite pads
  • ep_sizes add sizes to the etherpad
  • ep_sketchspace Drawing and image annotation
  • ep_sketchspace_pdfbackground Add image/pdf annotation functionality to SketchSpace
  • ep_slideshow Uses headings to create real time slideshows of Etherpad documents
  • ep_small_list Adds a list of all pads on the index-page
  • ep_sociallinks Social links for Etherpad Lite
  • ep_sotauth Hooks into etherpad lite auth to trust that whatever user is set in the X-Forwarded-User HTTP header is an authorised and authenticated user. This is useful when running behind a reverse proxy that handles authentication (such as when using Apache with Shibboleth authentication).
  • ep_speechinput Speech Input for Etherpad Lite
  • ep_spellcheck Add support to do 'Spell checking', with a toggle on/off option in Settings
  • ep_stats See pad Stats in Etherpad
  • ep_stop_writing Tell pad users to stop writing
  • ep_subscript Add support for Subscript
  • ep_superscript Add support for Superscript
  • ep_syntaxhighlighting Adds syntax highlighting to etherpad-lite
  • ep_table_of_contents View a table of contents for your pad
  • ep_tables Adds tables to etherpad-lite
  • ep_tasklist Task list in Etherpad
  • ep_themes Change the themes, styles & colors of different parts of Etherpad Lite
  • ep_timesliderdiff See a diff view showing the changes between the latest pad and a revision
  • ep_tokbox Video conferencing and video chat in your Etherpad Lite pads powered by tokbox -- IMPORTANT: Add the following to your settings.json file -- 'ep_tokbox':{'key':'YOUR TOKBOX KEY HERE','onByDefault':'false'}
  • ep_twitter_links Adds twitter links to Etherpad lite. To create twitter links use @example style formatting
  • ep_visual_slider A visual slider for your pad
  • ep_wrap Option to disable line wrapping

Code used to make this is here.

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally