From 5ee162e73d96eac65104776548783646932a72e0 Mon Sep 17 00:00:00 2001 From: Sebastian Ruiz Date: Tue, 31 Aug 2021 17:16:00 +0200 Subject: [PATCH] added rich-markdown-editor extension --- extensions/rich-markdown-editor.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extensions/rich-markdown-editor.yaml diff --git a/extensions/rich-markdown-editor.yaml b/extensions/rich-markdown-editor.yaml new file mode 100644 index 0000000..9b12d22 --- /dev/null +++ b/extensions/rich-markdown-editor.yaml @@ -0,0 +1,15 @@ +--- +id: com.github.arturolinares.sn-rme +npm: sn-advanced-markdown-editor +github: arturolinares/sn-rme +main: build/index.html + +name: Rich Markdown Editor +content_type: SN|Component +area: editor-editor +version: 0.18.0 +marketing_url: https://github.com/arturolinares/sn-rme +thumbnail_url: https://github.com/arturolinares/sn-rme/raw/master/build/logo512.png +description: A WYSIWYG Markdown editor that supports youtube embeds. +flags: [] +...