diff --git a/cdn/dist/zips/com.sncommunity.advanced-checklist/package.json b/cdn/dist/zips/com.sncommunity.advanced-checklist/package.json index 9f5d619..e135ed1 100644 --- a/cdn/dist/zips/com.sncommunity.advanced-checklist/package.json +++ b/cdn/dist/zips/com.sncommunity.advanced-checklist/package.json @@ -8,7 +8,7 @@ ], "private": true, "license": "AGPL-3.0-or-later", - "author": "Standard Notes Retired", + "author": "Standard Notes Classic", "sn": { "name": "Advanced Checklist", "content_type": "SN|Component", diff --git a/cdn/dist/zips/com.sncommunity.minimal-markdown/package.json b/cdn/dist/zips/com.sncommunity.minimal-markdown/package.json index 6aaa88c..029e1c8 100644 --- a/cdn/dist/zips/com.sncommunity.minimal-markdown/package.json +++ b/cdn/dist/zips/com.sncommunity.minimal-markdown/package.json @@ -3,7 +3,7 @@ "private": true, "version": "1.2.0", "description": "A minimal Markdown editor for Standard Notes.", - "author": "Standard Notes Retired", + "author": "Standard Notes Classic", "main": "dist/dist.js", "sn": { "name": "Minimal Markdown", @@ -12,7 +12,8 @@ "area": "editor-editor", "spellcheckControl": true, "note_type": "markdown", - "file_type": "txt" + "file_type": "txt", + "showInGallery": true, }, "scripts": { "build": "grunt", diff --git a/packages/com.sncommunity.advanced-checklist/package.json b/packages/com.sncommunity.advanced-checklist/package.json index af1dc9e..1d73f46 100644 --- a/packages/com.sncommunity.advanced-checklist/package.json +++ b/packages/com.sncommunity.advanced-checklist/package.json @@ -8,7 +8,7 @@ ], "private": true, "license": "AGPL-3.0-or-later", - "author": "Standard Notes Retired", + "author": "Standard Notes Classic", "sn": { "name": "Advanced Checklist", "content_type": "SN|Component", diff --git a/packages/com.sncommunity.markdown-basic/package.json b/packages/com.sncommunity.markdown-basic/package.json index 8ea69d7..c987a3c 100644 --- a/packages/com.sncommunity.markdown-basic/package.json +++ b/packages/com.sncommunity.markdown-basic/package.json @@ -5,7 +5,7 @@ }, "version": "1.7.0", "main": "dist/dist.js", - "author": "Standard Notes Retired", + "author": "Standard Notes Classic", "description": "A Markdown editor with dynamic split-pane preview.", "scripts": { "lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .", diff --git a/packages/com.sncommunity.markdown-math/package.json b/packages/com.sncommunity.markdown-math/package.json index bbc22d5..d041557 100644 --- a/packages/com.sncommunity.markdown-math/package.json +++ b/packages/com.sncommunity.markdown-math/package.json @@ -10,7 +10,7 @@ "build": "grunt", "test": "echo \"Error: no test specified\" && exit 0" }, - "author": "Standard Notes Retired", + "author": "Standard Notes Classic", "sn": { "name": "Markdown Math", "content_type": "SN|Component", diff --git a/packages/com.sncommunity.minimal-markdown/package.json b/packages/com.sncommunity.minimal-markdown/package.json index 020d27f..da2fb03 100644 --- a/packages/com.sncommunity.minimal-markdown/package.json +++ b/packages/com.sncommunity.minimal-markdown/package.json @@ -5,7 +5,7 @@ }, "version": "1.4.0", "description": "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F", - "author": "Standard Notes Retired", + "author": "Standard Notes Classic", "main": "dist/dist.js", "sn": { "name": "Minimal Markdown",