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. +...