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
nginx with Etherpad in a subdirectory
I am setting up etherpad-lite in a subdirectory at this location.
Unfortunately the files in 'static' aren't being loaded:
Clearly something is going on in my nginx, which (partially) looks like this:
map $http_upgrade $connection_upgrade {
…

Joe
- 4,367
- 7
- 33
- 52
0
votes
1 answer
Etherpad: How to capture selected text from etherpad
I want to capture selected text from Etherpad. There is API methods available /getText that will return the entire text.
My requirement is to get only selected text.
Thanks in advance!

Yogesh
- 363
- 3
- 9
- 22
0
votes
1 answer
What is proper format for calling Etherpad in iframe
I'm trying this way to call etherpad on a web page.
Is this the correct way…

Yogesh
- 363
- 3
- 9
- 22
0
votes
1 answer
Etherpad: setHTML API response is successful but updated html is not visible on etherpad
When I create a new pad and use newly created padID in /setHTML API, this updates HTML and updated
HTML is visible on pad. But, when I use the same process for a pad where I'm creating sessions etc the and use padID in /setHTML, this call is…

Yogesh
- 363
- 3
- 9
- 22
0
votes
1 answer
Etherpad Ui authentication
I have to implement authorization to access the etherpad UI so that it could not be public url.
For this, when i set the setting "requireAuthentication": true, then it throws web authentication throw browser as below
But In the application, when i…

Subhash Chandra
- 123
- 1
- 1
- 8
0
votes
0 answers
Npm string empty when Etherpad is loaded as Service
today Iam trying to get an Etherpad Instance working as a Service.
The Installation and configuration of the Etherpad is fine. Everything works well if I start the Etherpad myself.
But I want to get this running as a Service on autostart.
The…

Dropye
- 214
- 3
- 18
0
votes
1 answer
etherpad lite api listAll failed
In etherpad lite I try to list pads or groups with the api.
But I reveive the following message:
{"code":2,"message":"createHTTPError.notFound is not a constructor","data":null}
I've writen an Java-Application doing and I've tried with curl.
With…

Joggel
- 3
- 2
0
votes
2 answers
online "diary" - existing script / mysql / fwrite()?
i am looking for a PHP web script that could suit my needs. i am ready to write it but i suppose it has already been done, so i thought i'd ask here first.
what i want is to have a web page that i can edit in real time (just like etherpad), but that…
user347284
0
votes
1 answer
Ruby persistent chat
Can anyone recommend a persistent chat plugin for Rails? I'm looking for something close to the persistent chat that is part of etherpad. Juggernaut looks like a possible candidate, but I would like to avoid Flash if I could.
Cheers

Rom1
- 3,167
- 2
- 22
- 39
0
votes
3 answers
How to view differences between two html documents?
I'm working on a help system with hundreds of pages written in HTML.
I want to give those HTML pages to multiple people so they can make changes.
Before I upload their modified documents, I need some way (such as color coding) to check and fix their…

edt
- 22,010
- 30
- 83
- 118
0
votes
1 answer
etherpad-lite permission denied, open './SESSIONKEY.txt'
using
centos 7
node v8.6.0
npm v5.3.0
trying to setup etherpad on centos like described here: https://github.com/ether/etherpad-lite#gnulinux-and-other-unix-like-systems
It should be used inside Jitsi-meet:…

Leo
- 380
- 1
- 17
0
votes
1 answer
how to re-order etherpad toolbar buttons?
I want to reorder etherpad toolbar buttons. For inbuilt etherpad buttons, it could be done with exports.toolbar I found then comes the ones added by plugins using exports.eejsBlock_editbarMenuLeft hook. can anyone guide me re-order the ones added by…

Blue
- 66
- 1
- 8
0
votes
2 answers
How to debug invalid data in MySQL utf8mb4 column in Etherpad Lite database
We're running Etherpad Lite and we're trying to migrate database from MySQL to PostgreSQL.
MySQL database 'value' column is of type utf8mb4. However, around 10% of all rows contain value that is in fact encoded in Windows-1252 or ISO-8859-15 instead…

Mikko Rantalainen
- 14,132
- 10
- 74
- 112
0
votes
1 answer
Etherpad-lite ordered list formatting
I want to use decimal, upper-alpha, lower-alpha, upper-roman, and lower-roman for first five level respectively. I tried doing this by writing CSS in pad.css
.list-number1 li:before {
content: counter(first)") " ;
counter-increment: first;
…

Blue
- 66
- 1
- 8
0
votes
2 answers
callback function doesn't not return content
I have a problem, I did not find any solution for this.
This code is not working . Inside the callback function. can you please solve my problem.
exports.eejsBlock_body = function (hook_name, args, cb) {
…

Sushil Kumar
- 15
- 1
- 5