GitHub Action: update-extensions

This commit is contained in:
benjaminjacobreji
2022-01-29 00:25:44 +00:00
parent c0e7c0c665
commit 7770c097b3
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ main = "index.html"
name = "Math Editor" name = "Math Editor"
content_type = "SN|Component" content_type = "SN|Component"
area = "editor-editor" area = "editor-editor"
version = "1.3.4" version = "1.3.5"
marketing_url = "https://standardnotes.org/extensions/math-editor" marketing_url = "https://standardnotes.org/extensions/math-editor"
thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/fancy-markdown.jpg" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/fancy-markdown.jpg"
description = "A beautiful split-pane Markdown editor with synced-scroll and LaTeX support. When LaTeX is detected, makes external render network request." description = "A beautiful split-pane Markdown editor with synced-scroll and LaTeX support. When LaTeX is detected, makes external render network request."

View File

@@ -5,7 +5,7 @@ main = "index.html"
name = "Minimal Markdown Editor" name = "Minimal Markdown Editor"
content_type = "SN|Component" content_type = "SN|Component"
area = "editor-editor" area = "editor-editor"
version = "1.3.7" version = "1.3.8"
marketing_url = "https://standardnotes.org/extensions/minimal-markdown-editor" marketing_url = "https://standardnotes.org/extensions/minimal-markdown-editor"
thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/min-markdown.jpg" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/min-markdown.jpg"
description = "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F" description = "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F"

View File

@@ -5,7 +5,7 @@ main = "dist/index.html"
name = "Secure Spreadsheets" name = "Secure Spreadsheets"
content_type = "SN|Component" content_type = "SN|Component"
area = "editor-editor" area = "editor-editor"
version = "1.4.3" version = "1.4.4"
marketing_url = "" marketing_url = ""
thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/spreadsheets.png" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/spreadsheets.png"
description = "A powerful spreadsheet editor with formatting and formula support. Not recommended for large data sets, as encryption of such data may decrease editor performance." description = "A powerful spreadsheet editor with formatting and formula support. Not recommended for large data sets, as encryption of such data may decrease editor performance."