Etherpad is a web-based collaborative real-time text editor, allowing authors to simultaneously edit a text document, and see all of the participants' edits in real-time, with the ability to display each author's text in their own color.
Questions tagged [etherpad]
131 questions
0
votes
2 answers
LetsEncrypt : Intermediate certificate for LetsEncrypt
We are currently using LetsEncrypt SSL certificates and it's working good. After some modifications we are able to pull it into Tomcat and Apache web server as well.
Currently, we want to add LetsEncrypt certificate to Etherpad, where it demands…

We are Borg
- 5,117
- 17
- 102
- 225
0
votes
1 answer
ep_page_view plugin etherpad: how to disable it?
I am using ep_page_view plugin for etherpad. As per described here:
https://www.npmjs.com/package/ep_page_view
I want to turn off page view in my etherpad. I tried to add following lines combination in my settings.json file but none of these…

Abhay Maurya
- 11,819
- 8
- 46
- 64
0
votes
1 answer
Where does etherpad store final atext/attribs when connected to MySql?
I have connected etherpad to database mysql by making changes in settings.json file. On changing anything in etherpad, revisions changesets are being stored in mysql.But when i change something in changeset manually in database and restart/reload…

Shobhit_Geek
- 591
- 9
- 22
0
votes
1 answer
Error installing Etherpad on Bluemix from CLI
I am trying to deploy Etherpad version 1.5.7 (https://github.com/cloudfoundry/cli/releases) on Bluemix using the Command Line Interface as per the guidelines here - https://www.ng.bluemix.net/docs/starters/install_cli.html
I am getting attached…

maddie
- 629
- 10
- 29
0
votes
1 answer
etherpad-lite-cf doesn't work on ibm bluemix
i have a problem with Bluemix. I would like to install a Etherpad-lite, but I get the following message when I try to create a pad:
UserAgent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
TypeError: pad.collabClient is…

AxxG
- 206
- 3
- 11
0
votes
1 answer
How to determine caret position in Etherpad immediately after keypress?
I'm working on an Etherpad-lite plugin providing special autocomplete while writing. I'm trying to update the list of autocomplete items as the user writes. My problem is that the caret position in aceEditEvent's context.rep.selStart and…

Gergely Borgulya
- 168
- 8
0
votes
1 answer
Unable to run bluemix container No tenant network
I am following the etherpad tutorial.
I created a container on ubuntu and ran it locally. The push to bluemix worked. However when I try to run the container on bluemix I get the following error:
Sorry, an error occurred on our side: Unable to…

user2337492
- 1
- 1
0
votes
2 answers
How to load multiple javascript libraries only once in the browser?
I have multiple Etherpad instances as iFrames on the web page.Etherpad' ep_tables plugin uses YUI libraries(nearly 12 different JS files). This causes a lot of time for the site to load because these YUI files get loaded for every etherpad…

akg
- 670
- 10
- 30
0
votes
2 answers
Java Swing front-end to Etherpad
I am looking to implement Etherpad's functionality into a Java Swing application. There is a Java library for accessing Etherpad's HTTP API, but it only seems to support getting/setting the entire pad text. I want to have live multi-user editing…

Skylar Ittner
- 802
- 11
- 26
0
votes
1 answer
Etherpad server installation
I am trying to deploy an etherpad installation on a linux server. However I am unable to find ways to allow etherpad to save documents onto the server. I want to save the text files that I edit with etherpad to be available as a .txt file in a…

cyberbeast
- 678
- 1
- 12
- 30
0
votes
1 answer
Using python wrapper for EtherPad lite
I've been trying to use Etherpad lite/beta API via PyEtherpadLite.
My question is that where do I find my API Key ? As per the documentations, the api key is stored in a .txt file in the base dir of the client folder. But my actual question is that…

Vikneshwaren
- 33
- 1
- 12
0
votes
1 answer
how to remove Loading time focus in etherpad?
My issue is posted on below link
https://github.com/ether/etherpad-lite/issues/2231
if anyone have solution then plz give ans.

user3755867
- 57
- 12
0
votes
1 answer
How can I bold upcoming text in Etherpad?
Is there a way that one can bold upcoming text in Etherpad?
For example, I want to press ctrl+b, and start typing in Bold. Then press ctrl+b again and go to normal formatting.

Randall Stephens
- 1,037
- 1
- 10
- 16
0
votes
1 answer
How to set a textarea content on my etherpad?
I have a problem, I have upgraded my etherpad-lite and now, my etherpad can't read the source text.
Yesterday, if I'm userA and I'm first editor on pageA, I can see on etherpad editor a text on pageA (text get on textarea),
else,
I'm userB and I'm…

oktapodia
- 1,695
- 1
- 15
- 31
0
votes
1 answer
Node.js remote server not working (Etherpad Lite)
I'm running a server-side application on a remote server, using a particular port - call this port 9000. Using a separate laptop, I've been able to telnet to a simple Java hello world TCP server and to access a HTTP server through my browser. …

Matt
- 303
- 1
- 2
- 16