diff --git a/extensions/append-editor.yaml b/extensions/append-editor.yaml new file mode 100644 index 0000000..68b9f13 --- /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: [] +... 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/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/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/nord-theme.yaml b/extensions/nord-theme.yaml index ce7ea54..da911d4 100644 --- a/extensions/nord-theme.yaml +++ b/extensions/nord-theme.yaml @@ -1,20 +1,20 @@ --- -id: io.github.lzambarda.sn-nord-theme -github: lzambarda/sn-nord-theme -main: theme.css +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.0.2 -marketing_url: https://github.com/lzambarda/sn-nord-theme +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: 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: type: circle - background_color: '#5e81ac' - foreground_color: '#eceff4' - border_color: '#5e81ac' + background_color: '#88C0D0' + foreground_color: '#88C0D0' + border_color: '#88C0D0' ... 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/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' -... 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: [] +... 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