Replies: 1 comment
-
Also, I HAVE always thought of Etherpad-Lite as the pastebin of editors. I mean that as a high compliment! I wasn't expecting to ever have to clarify that to the Etherpad-Lite developers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written a plugin for a popular markdown editor/knowledge management tool called Obsidian which makes it easy to sync notes with an Etherpad server. A summary of the functionality is below, and the plugin (and a video of it in action) can be found here.
The plugin uses the Etherpad API to get and set pad text. In my README, I inform potential users that they must set up their own server. But I fear that's a hard sell to new Etherpad Lite users!
Are there any test servers with a public API key? Even if pads were deleted after 1 hour, shipping this plugin with a working server would allow potential users to see the possibilities.
(Alternatively: I know I can circumvent the API to get pad content with
/export/...
. Can I do the same to create a new pad?)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions