From b3a130c96f1ecc9d9109320a00cc3b8a4b88b75c Mon Sep 17 00:00:00 2001 From: thursday Date: Mon, 3 Jan 2022 00:29:13 -0500 Subject: [PATCH] Add new editors --- extensions/append-editor.yaml | 14 ++++++++++++++ extensions/code-editor-fold.yaml | 14 ++++++++++++++ extensions/fast-editor.yaml | 14 ++++++++++++++ extensions/indent-editor.yaml | 14 ++++++++++++++ extensions/scratch-editor.yaml | 14 ++++++++++++++ extensions/ultimate-editor.yaml | 14 ++++++++++++++ 6 files changed, 84 insertions(+) create mode 100644 extensions/append-editor.yaml create mode 100644 extensions/code-editor-fold.yaml create mode 100644 extensions/fast-editor.yaml create mode 100644 extensions/indent-editor.yaml create mode 100644 extensions/scratch-editor.yaml create mode 100644 extensions/ultimate-editor.yaml diff --git a/extensions/append-editor.yaml b/extensions/append-editor.yaml new file mode 100644 index 0000000..113a8c5 --- /dev/null +++ b/extensions/append-editor.yaml @@ -0,0 +1,14 @@ +--- +id: com.append-editor.beta +github: TheodoreChu/append-editor +main: public/index.html + +name: Append Editor - Beta +content_type: SN|Component +area: editor-editor +version: 1.2.6 +marketing_url: https://appendeditor.com +thumbnail_url: +description: Append to your notes. +flags: [] +... \ No newline at end of file diff --git a/extensions/code-editor-fold.yaml b/extensions/code-editor-fold.yaml new file mode 100644 index 0000000..c5295f8 --- /dev/null +++ b/extensions/code-editor-fold.yaml @@ -0,0 +1,14 @@ +--- +id: org.matt-anderson.code-editor-fold +github: matta9001/code-editor-fold +main: index.html + +name: Code Editor Fold +content_type: SN|Component +area: editor-editor +version: 1.0.0 +marketing_url: https://github.com/matta9001/code-editor-fold +thumbnail_url: https://raw.githubusercontent.com/matta9001/code-editor-fold/main/code_editor_preview.png +description: A fork of the official code editor which includes header and code folding. +flags: [] +... diff --git a/extensions/fast-editor.yaml b/extensions/fast-editor.yaml new file mode 100644 index 0000000..340aaa0 --- /dev/null +++ b/extensions/fast-editor.yaml @@ -0,0 +1,14 @@ +--- +id: dev.dec0dOS.fast_editor +github: dec0dOS/standard-notes-fast-editor +main: index.html + +name: Fast Editor +content_type: SN|Component +area: editor-editor +version: 4.0.2 +marketing_url: https://github.com/dec0dOS/standard-notes-fast-editor +thumbnail_url: +description: A mobile-friendly and high-performance editor that makes it easy to write and read nested notes. +flags: [] +... diff --git a/extensions/indent-editor.yaml b/extensions/indent-editor.yaml new file mode 100644 index 0000000..e26a546 --- /dev/null +++ b/extensions/indent-editor.yaml @@ -0,0 +1,14 @@ +--- +id: dev.maxlap.indent_editor +github: MaxLap/standard-notes-indent-editor +main: index.html + +name: Indent Editor +content_type: SN|Component +area: editor-editor +version: 1.6.0 +marketing_url: https://github.com/MaxLap/standard-notes-indent-editor +thumbnail_url: +description: A plain text editor with improved usability and readability. +flags: [] +... diff --git a/extensions/scratch-editor.yaml b/extensions/scratch-editor.yaml new file mode 100644 index 0000000..9cc026e --- /dev/null +++ b/extensions/scratch-editor.yaml @@ -0,0 +1,14 @@ +--- +id: com.dylanonelson.sn-scratch-editor +github: dylanonelson/sn-scratch-editor +main: dist/index.html + +name: Scratch Editor +content_type: SN|Component +area: editor-editor +version: 0.0.41 +marketing_url: https://dylanonelson.github.io/sn-scratch-editor +thumbnail_url: +description: An editor for writing things down. +flags: [] +... diff --git a/extensions/ultimate-editor.yaml b/extensions/ultimate-editor.yaml new file mode 100644 index 0000000..8579130 --- /dev/null +++ b/extensions/ultimate-editor.yaml @@ -0,0 +1,14 @@ +--- +id: dev.dec0dOS.ultimate_editor +github: dec0dOS/standard-notes-ultimate-editor +main: public/index.html + +name: Ultimate Editor +content_type: SN|Component +area: editor-editor +version: 2.7.2 +marketing_url: https://github.com/dec0dOS/standard-notes-ultimate-editor +thumbnail_url: +description: Markdown editor with improved mobile support and performance. +flags: [] +...