All Projects → ether → Etherpad Lite

ether / Etherpad Lite

Licence: apache-2.0
Etherpad: A modern really-real-time collaborative document editor.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Etherpad Lite

Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (-97.64%)
Mutual labels:  collaboration, collaborative-editing, collaborative, rich-text-editor
counter-interview.dev
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.
Stars: ✭ 102 (-99.15%)
Mutual labels:  collaborative, collaborative-editing, collaborative-research, collaborative-writing
textbus
Textbus 是一个组件化的、数据驱动的富文本框架,支持在线协同编辑,同时也可以作为一个开箱即用的富文本编辑器,拥有非常好的扩展性和可定制性,是构建复杂富文本的不二之选!
Stars: ✭ 642 (-94.62%)
Mutual labels:  collaboration, rich-text-editor, collaborative-editing, collaborative-framework
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (-72.59%)
Mutual labels:  docx, pdf, word, libreoffice
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (-71.3%)
Mutual labels:  document, pdf, pdf-generation, documents
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (-80.44%)
Mutual labels:  collaboration, collaborative, word, docx
Phpstamp
The XSL-way templating library for MS Office Word DOCX documents.
Stars: ✭ 150 (-98.74%)
Mutual labels:  microsoft, document, word, docx
Docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Stars: ✭ 2,150 (-81.99%)
Mutual labels:  microsoft, document, word, docx
Quill Sharedb Cursors
Collaborative editing with multi cursors sync using Quill and ShareDB.
Stars: ✭ 121 (-98.99%)
Mutual labels:  collaboration, collaborative-editing, rich-text-editor
markdown-to-document
A Markdown CLI to easily generate HTML documents from Markdown files
Stars: ✭ 28 (-99.77%)
Mutual labels:  word, docx, document
Word2pdf Tools
📝通过LibreOffice / WPS / Microsoft Office / 第三方库 实现多种word转pdf格式的方案
Stars: ✭ 82 (-99.31%)
Mutual labels:  libreoffice, docx, pdf
Itext7 Dotnet
iText 7 for .NET is the .NET version of the iText 7 library, formerly known as iTextSharp, which it replaces. iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.
Stars: ✭ 698 (-94.15%)
Mutual labels:  documents, pdf, pdf-generation
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (-48.91%)
Mutual labels:  libreoffice, docx, pdf
Docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
Stars: ✭ 735 (-93.84%)
Mutual labels:  word, docx, pdf
nvim
Repository for the Tandem NeoVim Plugin
Stars: ✭ 23 (-99.81%)
Mutual labels:  collaboration, collaborative, collaborative-editing
wordroller
Free Microsoft Word document (aka .docx) processing library for .Net
Stars: ✭ 17 (-99.86%)
Mutual labels:  microsoft, word, docx
Tandem
Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Stars: ✭ 678 (-94.32%)
Mutual labels:  collaboration, collaborative-editing, collaborative
Pdf
Simple http microservice that converts Word documents to PDF
Stars: ✭ 107 (-99.1%)
Mutual labels:  libreoffice, word, pdf
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (-91.56%)
Mutual labels:  collaboration, word, docx
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (-99.08%)
Mutual labels:  document, word, pdf

A real-time collaborative editor for the web

Demo Etherpad Animated Jif

About

Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.

Try it out

Etherpad is extremely flexible providing you the means to modify it to solve whatever problem your community has. We provide some demo instances for you try different experiences available within Etherpad. Pad content is automatically removed after 24 hours.

  • Rich Editing - A full rich text WYSIWYG editor.
  • Minimalist editor - A minimalist editor that can be embedded within your tool.
  • Dark Mode - Theme settings to have Etherpad start in dark mode, ideal for using Etherpad at night or for long durations.
  • Images - Plugins to improve provide Image support within a pad.
  • Video Chat - Plugins to enable Video and Audio chat in a pad.
  • Collaboration++ - Plugins to improve the really-real time collaboration experience, suitable for busy pads.
  • Document Analysis - Plugins to improve author and document analysis during and post creation.
  • Scale - Etherpad running at scale with pad sharding which allows Etherpad to scale to ∞ number of Active Pads with up to ~20,000 edits per second, per pad.

Project Status

Code Quality

Code Quality Total alerts Language grade: JavaScript package.lock

Testing

Backend tests Simulated Load Rate Limit Windows Zip Docker file Frontend admin tests powered by Sauce Labs Frontend tests powered by Sauce Labs Sauce Test Status Windows Installer

Engagement

Docker Pulls Discord Etherpad plugins Languages Translation Coverage

Installation

Requirements

GNU/Linux and other UNIX-like systems

Quick install on Debian/Ubuntu

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install -y nodejs
git clone --branch master https://github.com/ether/etherpad-lite.git &&
cd etherpad-lite &&
src/bin/run.sh

Manual install

You'll need Git and Node.js installed.

As any user (we recommend creating a separate user called etherpad):

  1. Move to a folder where you want to install Etherpad. Clone the git repository: git clone --branch master git://github.com/ether/etherpad-lite.git
  2. Change into the new directory containing the cloned source code: cd etherpad-lite
  3. run src/bin/run.sh and open http://127.0.0.1:9001 in your browser.

To update to the latest released version, execute git pull origin. The next start with src/bin/run.sh will update the dependencies.

Next steps.

Windows

Prebuilt Windows package

This package runs on any Windows machine. You can perform a manual installation via git for development purposes, but as this uses symlinks which performs unreliably on Windows, please stick to the prebuilt package if possible.

  1. Download the latest Windows package
  2. Extract the folder

Run start.bat and open http://localhost:9001 in your browser. You like it? Next steps.

Manually install on Windows

You'll need node.js and (optionally, though recommended) git.

  1. Grab the source, either
  1. With a "Run as administrator" command prompt execute src\bin\installOnWindows.bat

Now, run start.bat and open http://localhost:9001 in your browser.

Update to the latest version with git pull origin, then run src\bin\installOnWindows.bat, again.

If cloning to a subdirectory within another project, you may need to do the following:

  1. Start the server manually (e.g. node src/node/server.js)
  2. Edit the db filename in settings.json to the relative directory with the file (e.g. application/lib/etherpad-lite/var/dirty.db)
  3. Add auto-generated files to the main project .gitignore

Docker container

Find here information on running Etherpad in a container.

Next Steps

Tweak the settings

You can modify the settings in settings.json. If you need to handle multiple settings files, you can pass the path to a settings file to src/bin/run.sh using the -s|--settings option: this allows you to run multiple Etherpad instances from the same installation. Similarly, --credentials can be used to give a settings override file, --apikey to give a different APIKEY.txt file and --sessionkey to give a non-default SESSIONKEY.txt. Each configuration parameter can also be set via an environment variable, using the syntax "${ENV_VAR}" or "${ENV_VAR:default_value}". For details, refer to settings.json.template. Once you have access to your /admin section settings can be modified through the web browser.

If you are planning to use Etherpad in a production environment, you should use a dedicated database such as mysql, since the dirtyDB database driver is only for testing and/or development purposes.

Secure your installation

If you have enabled authentication in users section in settings.json, it is a good security practice to store hashes instead of plain text passwords in that file. This is especially advised if you are running a production installation.

Please install ep_hash_auth plugin and configure it. If you prefer, ep_hash_auth also gives you the option of storing the users in a custom directory in the file system, without having to edit settings.json and restart Etherpad each time.

Customize functionalities with plugins

Basic install

Full Features

Etherpad is very customizable through plugins. Instructions for installing themes and plugins can be found in the plugin wiki article.

Getting the full features

Run the following command in your Etherpad folder to get all of the features visible in the demo gif:

npm install --no-save --legacy-peer-deps ep_headings2 ep_markdown ep_comments_page ep_align ep_font_color ep_webrtc ep_embedded_hyperlinks2

Customize the style with skin variants

Open http://127.0.0.1:9001/p/test#skinvariantsbuilder in your browser and start playing !

Skin Variant

Helpful resources

The wiki is your one-stop resource for Tutorials and How-to's.

Documentation can be found in doc/.

Development

Things you should know

You can debug Etherpad using src/bin/debugRun.sh.

You can run Etherpad quickly launching src/bin/fastRun.sh. It's convenient for developers and advanced users. Be aware that it will skip the dependencies update, so remember to run src/bin/installDeps.sh after installing a new dependency or upgrading version.

If you want to find out how Etherpad's Easysync works (the library that makes it really realtime), start with this PDF (complex, but worth reading).

Contributing

Read our Developer Guidelines

Get in touch

The official channel for contacting the development team is via the Github issues.

For responsible disclosure of vulnerabilities, please write a mail to the maintainers ([email protected] and [email protected]). Join the official Etherpad Discord Channel

HTTP API

Etherpad is designed to be easily embeddable and provides a HTTP API that allows your web application to manage pads, users and groups. It is recommended to use the available client implementations in order to interact with this API.

OpenAPI (previously swagger) definitions for the API are exposed under /api/openapi.json.

jQuery plugin

There is a jQuery plugin that helps you to embed Pads into your website.

Plugin Framework

Etherpad offers a plugin framework, allowing you to easily add your own features. By default your Etherpad is extremely light-weight and it's up to you to customize your experience. Once you have Etherpad installed you should visit the plugin page and take control.

Translations / Localizations (i18n / l10n)

Etherpad comes with translations into all languages thanks to the team at TranslateWiki.

If you require translations in plugins please send pull request to each plugin individually.

FAQ

Visit the FAQ.

License

Apache License v2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].