From 7efd5a94feb2c0d0921c767cefa669fbc33d50e3 Mon Sep 17 00:00:00 2001 From: iganeshk Date: Wed, 29 Jan 2020 10:05:48 -0500 Subject: [PATCH] deleted: renamed repos --- extensions/fancy-markdown-editor.yaml | 14 -------------- extensions/markdown-basic.yaml | 2 +- extensions/simple-markdown-editor.yaml | 15 --------------- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 extensions/fancy-markdown-editor.yaml delete mode 100644 extensions/simple-markdown-editor.yaml diff --git a/extensions/fancy-markdown-editor.yaml b/extensions/fancy-markdown-editor.yaml deleted file mode 100644 index 324c738..0000000 --- a/extensions/fancy-markdown-editor.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -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. -... diff --git a/extensions/markdown-basic.yaml b/extensions/markdown-basic.yaml index f271fe6..baba500 100644 --- a/extensions/markdown-basic.yaml +++ b/extensions/markdown-basic.yaml @@ -1,7 +1,7 @@ --- id: org.standardnotes.simple-markdown-editor npm: sn-simple-markdown-editor -github: sn-extensions/simple-markdown-editor +github: sn-extensions/markdown-basic main: dist/index.html name: Simple Markdown Editor diff --git a/extensions/simple-markdown-editor.yaml b/extensions/simple-markdown-editor.yaml deleted file mode 100644 index f271fe6..0000000 --- a/extensions/simple-markdown-editor.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -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: [] -...