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
1 answer
Etherpad lite not loading on firefox
Etherpad lite is not loading on Firefox, it works on other browsers and also works on Firefox private window.
On Firefox it just shows 'loading...'.
I get the following error:
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101…

sudeeshr
- 1
- 1
0
votes
1 answer
Paint user input text into specified colour as it's typed
I'd like to achieve etherpad UI effect when each user types in different colour. I use contenteditable div as a rich text editor.
What I've tried so far:
1) On any input change make a diff between original and changed text (using diff-match-patch,…

rocknrollnerd
- 2,564
- 1
- 16
- 20
0
votes
2 answers
npm error when starting etherpad-lite the first time on OpenSuse 12.3
hope you can help me. I am trying to install etherpad-lite on OpenSuse 12.3.
Etherpad version 1.2.11
I also tried to install nodejs from source and then running it but it did not work. I now use node version 0.8.12 und npm version 1.1.63.
I get the…

Sebastian Grebe
- 657
- 1
- 8
- 23
0
votes
1 answer
Python error while installing NodeJS on OpenSuse 12.3
I am trying to install NodeJS on OpenSuse 12.3 from source. I need it in order to get Etherpad-Lite working.
Node.JS version 0.8.0
When trying to install by it by ./configure then make and then make install I get the following error code:
{…

Sebastian Grebe
- 657
- 1
- 8
- 23
0
votes
1 answer
Migrating Etherpad DB from MySQL to Mongodb
I want to migrate the DB behind our Etherpad server from MySQL to Mongodb.
Are there any known scripts to do this? If not, are there any showstoppers for writing a script myself?

psic4t
- 88
- 2
- 6
0
votes
1 answer
How could I deploy etherpad-lite as a cluster?
I want to deploy the etherpad-lite as a cluster, Would you please give me some suggestions?
Thanks.

Kai Wang
- 3
- 2
0
votes
1 answer
There was an error processing your settings.json file: process is not defined
when I push my code of etherpad, it said that
[31m[2012-11-03 15:14:00.102] [ERROR] console - [39mThere was an error process
ing your settings.json file: process is not defined
this key code is below
/*
This file must be valid JSON. But comments…

cyong
- 73
- 1
- 4
0
votes
1 answer
where does Etherpad Lite store documents/pads?
I am running Etherpad Lite on windows, and apparently it is persisting pads across shutdowns. But where? Does it run sqlite inside the node.exe process? What files does it use to store whichever database it might be using?

EndangeringSpecies
- 1,564
- 1
- 17
- 39
-1
votes
1 answer
create an etherpad for x minutes and after x minutes the same etherpad should be in readonly mode
I am new to etherpad and it's very interesting. i need an etherpad to be created with API only
only admin should be able to create the etherpad.
the etherpad should be active only for x minutes (like 40min).
after x minutes the same etherpad should…

bharath
- 21
- 4
-1
votes
1 answer
how to fix '403 (Forbidden)' on a $http.get request to etherpad
[header][1]
[header][2]
i am trying to send a get request to etherpad hosted in a different domain. the OPTIONS preflight request goes through but the get request returns 403 status.
however when i install CORS for chrome extension the…

mnmlst
- 21
- 3
-2
votes
1 answer
Add content to certain point in pad
I'm working on a plugin to add external navigation in a parent website with an embedded iframe where Etherpad is running. The navigation to a certain point works fine via vanilla JavaScript and window.postmessage, but I have no idea how to get new…

Zumpfiii
- 56
- 1
- 5