diff --git a/extensions/autocomplete-tags.yaml b/extensions/autocomplete-tags.yaml new file mode 100644 index 0000000..5521889 --- /dev/null +++ b/extensions/autocomplete-tags.yaml @@ -0,0 +1,13 @@ +--- +id: org.standardnotes.autocomplete-tags +npm: sn-folders-component +github: sn-extensions/autocomplete-tags +main: index.html + +name: Quick Tags +content_type: SN|Component +area: note-tags +version: 1.3.1 +description: Work more efficiently by quickly selecting from a live list of tags while you type. Supports keyboard shortcuts and folders. +thumbnail_url: https://s3.amazonaws.com/standard-notes/screenshots/models/components/autocomplete.jpg +... diff --git a/extensions/dracula-theme.yaml b/extensions/dracula-theme.yaml new file mode 100644 index 0000000..b564560 --- /dev/null +++ b/extensions/dracula-theme.yaml @@ -0,0 +1,18 @@ +--- +id: dev.cldn.sn-theme-dracula +github: cameronldn/sn-theme-dracula +main: dist/dist.css + +name: Dracula +content_type: SN|Theme +version: 1.2.1 +marketing_url: https://github.com/cameronldn/sn-theme-dracula +thumbnail_url: https://github.com/cameronldn/sn-theme-dracula/master/preview.png +description: A Dracula inspired theme for Standard Notes. + +dock_icon: + type: circle + background_color: '#8be9fd' + foreground_color: '#8be9fd' + border_color: '#8be9fd' +... diff --git a/extensions/folders-component.yaml b/extensions/folders-component.yaml new file mode 100644 index 0000000..73dbf82 --- /dev/null +++ b/extensions/folders-component.yaml @@ -0,0 +1,13 @@ +--- +id: org.standardnotes.folders-component +npm: sn-folders-component +github: sn-extensions/folders-component +main: index.html + +name: Folders Component +content_type: SN|Component +area: tags-list +version: 1.3.3 +description: Create nested folders from your tags with easy drag and drop. Folders also supports Smart Tags, which allow you to build custom filters for viewing your notes. +thumbnail_url: https://s3.amazonaws.com/standard-notes/screenshots/models/components/folders.jpg +...