From b3a130c96f1ecc9d9109320a00cc3b8a4b88b75c Mon Sep 17 00:00:00 2001 From: thursday Date: Mon, 3 Jan 2022 00:29:13 -0500 Subject: [PATCH 1/6] 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: [] +... From e4e91f1b048f9b9bab33bd295a5f6ec95ef8c9aa Mon Sep 17 00:00:00 2001 From: thursday Date: Mon, 3 Jan 2022 14:15:39 -0500 Subject: [PATCH 2/6] Update broken themes --- extensions/dark-hybrid-theme.yaml | 8 ++++---- extensions/nord-theme.yaml | 12 ++++++------ extensions/standard-gray-theme.yaml | 19 ------------------- 3 files changed, 10 insertions(+), 29 deletions(-) delete mode 100644 extensions/standard-gray-theme.yaml diff --git a/extensions/dark-hybrid-theme.yaml b/extensions/dark-hybrid-theme.yaml index 119b4fc..f51da85 100644 --- a/extensions/dark-hybrid-theme.yaml +++ b/extensions/dark-hybrid-theme.yaml @@ -1,14 +1,14 @@ --- -id: io.github.tonyping.dark-hybrid-theme-sn -github: tonyping/dark-hybrid-theme-sn +id: io.github.xthursdayx.dark-hybrid-theme-sn +github: xthursdayx/dark-hybrid-theme-sn main: dist/dist.css name: Dark Hybrid content_type: SN|Theme area: themes version: v1.2 -marketing_url: https://github.com/tonyping/dark-hybrid-theme-sn -thumbnail_url: https://raw.githubusercontent.com/tonyping/dark-hybrid-theme-sn/master/preview.png +marketing_url: https://github.com/xthursdayx/dark-hybrid-theme-sn +thumbnail_url: https://raw.githubusercontent.com/xthursdayx/dark-hybrid-theme-sn/master/preview.png description: Dark Hybrid Theme Extension for Standard Notes. statusBar: dark-content diff --git a/extensions/nord-theme.yaml b/extensions/nord-theme.yaml index ce7ea54..542769a 100644 --- a/extensions/nord-theme.yaml +++ b/extensions/nord-theme.yaml @@ -1,15 +1,15 @@ --- -id: io.github.lzambarda.sn-nord-theme -github: lzambarda/sn-nord-theme -main: theme.css +id: com.marc-sensenich.sn-nord-theme +github: marc-sensenich/sn-nord-theme +main: dist/dist.css name: Nord Theme content_type: SN|Theme area: themes -version: 0.0.2 -marketing_url: https://github.com/lzambarda/sn-nord-theme +version: 0.1.8 +marketing_url: https://github.com/marc-sensenich/sn-nord-theme thumbnail_url: https://raw.githubusercontent.com/lzambarda/sn-nord-theme/master/preview.png -description: Standard Notes theme inspired by the magnificent Nord Theme. +description: An arctic, north-bluish clean and elegant Standard Notes theme. statusBar: dark-content dock_icon: diff --git a/extensions/standard-gray-theme.yaml b/extensions/standard-gray-theme.yaml deleted file mode 100644 index 2bf0d57..0000000 --- a/extensions/standard-gray-theme.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: io.github.ithinkmatt.sn-standard-gray -github: ithinkmatt/sn-standard-gray -main: dist/dist.css - -name: Standard Gray -content_type: SN|Theme -area: themes -version: 1.0.1 -marketing_url: https://github.com/ithinkmatt/sn-standard-gray -description: Standard gray (and blue) theme for Standard Notes. - -statusBar: grey-scale -dock_icon: - type: circle - background_color: '#0053bd' - foreground_color: '#3d3c40' - border_color: '#c9cccf' -... From ae9f3abc6f800193da9642d0ce2179868639e3e8 Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 5 Jan 2022 07:00:01 +0000 Subject: [PATCH 3/6] Switch to forked repo Attempt to get SN extension repo to process theme correctly. --- extensions/nord-theme.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/nord-theme.yaml b/extensions/nord-theme.yaml index 542769a..e471d20 100644 --- a/extensions/nord-theme.yaml +++ b/extensions/nord-theme.yaml @@ -1,20 +1,20 @@ --- -id: com.marc-sensenich.sn-nord-theme -github: marc-sensenich/sn-nord-theme +id: io.github.xthursdayx.sn-nord-theme +github: xthursdayx/sn-nord-theme main: dist/dist.css name: Nord Theme content_type: SN|Theme area: themes -version: 0.1.8 -marketing_url: https://github.com/marc-sensenich/sn-nord-theme +version: 0.1.9 +marketing_url: https://github.com/xthursdayx/sn-nord-theme thumbnail_url: https://raw.githubusercontent.com/lzambarda/sn-nord-theme/master/preview.png description: An arctic, north-bluish clean and elegant Standard Notes theme. statusBar: dark-content dock_icon: type: circle - background_color: '#5e81ac' - foreground_color: '#eceff4' - border_color: '#5e81ac' + background_color: '#88C0D0' + foreground_color: '#88C0D0' + border_color: '#88C0D0' ... From 36d61330d771cf057f1df453069271da61d4ce50 Mon Sep 17 00:00:00 2001 From: thursday Date: Sat, 8 Jan 2022 08:23:25 +0000 Subject: [PATCH 4/6] Update Standard Notes Extensions list --- standardnotes-extensions-list.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/standardnotes-extensions-list.txt b/standardnotes-extensions-list.txt index 095d198..ca113c9 100644 --- a/standardnotes-extensions-list.txt +++ b/standardnotes-extensions-list.txt @@ -22,6 +22,7 @@ no-distraction-theme.yaml plus-editor.yaml secure-spreadsheets.yaml simple-task-editor.yaml +solarized-dark-theme.yaml titanium-theme.yaml token-vault.yaml vim-editor.yaml From d2be99348dba61afa23b385c59885ed181e1523b Mon Sep 17 00:00:00 2001 From: thursday Date: Mon, 10 Jan 2022 16:43:18 -0500 Subject: [PATCH 5/6] Update nord-theme.yaml --- extensions/nord-theme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/nord-theme.yaml b/extensions/nord-theme.yaml index e471d20..da911d4 100644 --- a/extensions/nord-theme.yaml +++ b/extensions/nord-theme.yaml @@ -6,7 +6,7 @@ main: dist/dist.css name: Nord Theme content_type: SN|Theme area: themes -version: 0.1.9 +version: 1.0.1 marketing_url: https://github.com/xthursdayx/sn-nord-theme thumbnail_url: https://raw.githubusercontent.com/lzambarda/sn-nord-theme/master/preview.png description: An arctic, north-bluish clean and elegant Standard Notes theme. From 76861d894ae5682caf18c37db42abdc57e8a6e66 Mon Sep 17 00:00:00 2001 From: thursday Date: Mon, 10 Jan 2022 16:55:05 -0500 Subject: [PATCH 6/6] Update append-editor.yaml --- extensions/append-editor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/append-editor.yaml b/extensions/append-editor.yaml index 113a8c5..68b9f13 100644 --- a/extensions/append-editor.yaml +++ b/extensions/append-editor.yaml @@ -11,4 +11,4 @@ marketing_url: https://appendeditor.com thumbnail_url: description: Append to your notes. flags: [] -... \ No newline at end of file +...