From f96eb3440b6f0af0524197210c49de0e45775adf Mon Sep 17 00:00:00 2001 From: realitygaps Date: Mon, 12 Nov 2018 20:23:18 +0100 Subject: Initial commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3393d4 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Embed codimd pads into Discourse for libreho.st + +This allows you to embed libreho.st pads into discourse. Its based on https://github.com/fuerst/embed-etherpad-lite which embeds pads into posts using the Onebox mechanism. + +# Usage + +After installation just insert codimd links into your Discourse posts or comments. The Etherpad will be embedded using the famous and beloved [IFRAME](https://en.wikipedia.org/wiki/HTML_element#Frames) tag and is fully operational. + +# Installation + +Read [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) at meta.discourse.org. + +The configuration line you have to add to your container's app.yml file looks like: + +``` +- git clone https://lab.libreho.st/librehosters/embed-codimd.git +``` + +# Details + +The plugin uses the ["Brand new plugin interface"](https://meta.discourse.org/t/brand-new-plugin-interface/8793/88) to change URL's like `http(s)://domain.tld/pad-id` into HTML code like ``. + -- cgit v1.2.3