From 4caa7e79523d61051474f5f7a29c7185a7f35840 Mon Sep 17 00:00:00 2001 From: iganeshk Date: Wed, 29 Jan 2020 10:02:38 -0500 Subject: [PATCH] sn-extensions: renamed --- extensions/markdown-basic.yaml | 15 +++++++++++++++ extensions/math-editor.yaml | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 extensions/markdown-basic.yaml create mode 100644 extensions/math-editor.yaml diff --git a/extensions/markdown-basic.yaml b/extensions/markdown-basic.yaml new file mode 100644 index 0000000..f271fe6 --- /dev/null +++ b/extensions/markdown-basic.yaml @@ -0,0 +1,15 @@ +--- +id: org.standardnotes.simple-markdown-editor +npm: sn-simple-markdown-editor +github: sn-extensions/simple-markdown-editor +main: dist/index.html + +name: Simple Markdown Editor +content_type: SN|Component +area: editor-editor +version: 1.3.6 +marketing_url: https://standardnotes.org/extensions/simple-markdown-editor +thumbnail_url: https://s3.amazonaws.com/standard-notes/screenshots/models/editors/simple-markdown.jpg +description: A Markdown editor with dynamic split-pane preview. +flags: [] +... diff --git a/extensions/math-editor.yaml b/extensions/math-editor.yaml new file mode 100644 index 0000000..324c738 --- /dev/null +++ b/extensions/math-editor.yaml @@ -0,0 +1,14 @@ +--- +id: org.standardnotes.fancy-markdown-editor +npm: sn-fancy-markdown-editor +github: sn-extensions/math-editor +main: index.html + +name: Math Editor +content_type: SN|Component +area: editor-editor +version: 1.3.2 +marketing_url: https://standardnotes.org/extensions/math-editor +thumbnail_url: https://s3.amazonaws.com/standard-notes/screenshots/models/editors/fancy-markdown.jpg +description: A beautiful split-pane Markdown editor with synced-scroll and LaTeX support. When LaTeX is detected, makes external render network request. +...