diff --git a/extensions/advanced-markdown-editor.toml b/extensions/advanced-markdown-editor.toml index eab314b..3ad70ac 100644 --- a/extensions/advanced-markdown-editor.toml +++ b/extensions/advanced-markdown-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Advanced Markdown Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.4.1" +version = "1.4.2" marketing_url = "https://standardnotes.org/extensions/advanced-markdown" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/adv-markdown.jpg" description = "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support." diff --git a/extensions/code-editor.toml b/extensions/code-editor.toml index 92c97ed..49e5fdf 100644 --- a/extensions/code-editor.toml +++ b/extensions/code-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Code Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.3.9" +version = "1.3.10" marketing_url = "https://standardnotes.org/extensions/code-editor" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/code.jpg" description = "Syntax highlighting and convenient keyboard shortcuts for over 120 programming languages. Ideal for code snippets and procedures." diff --git a/extensions/fancy-markdown-editor.toml b/extensions/fancy-markdown-editor.toml index 4e94340..b5d0c80 100644 --- a/extensions/fancy-markdown-editor.toml +++ b/extensions/fancy-markdown-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Math Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.3.5" +version = "1.3.6" marketing_url = "https://standardnotes.org/extensions/math-editor" 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." diff --git a/extensions/minimal-markdown-editor.toml b/extensions/minimal-markdown-editor.toml index 7b1f007..ef2a02a 100644 --- a/extensions/minimal-markdown-editor.toml +++ b/extensions/minimal-markdown-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Minimal Markdown Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.3.8" +version = "1.3.9" marketing_url = "https://standardnotes.org/extensions/minimal-markdown-editor" 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" diff --git a/extensions/simple-markdown-editor.toml b/extensions/simple-markdown-editor.toml index e5d955d..766c393 100644 --- a/extensions/simple-markdown-editor.toml +++ b/extensions/simple-markdown-editor.toml @@ -5,7 +5,7 @@ main = "dist/index.html" name = "Simple Markdown Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.4.1" +version = "1.4.2" marketing_url = "https://standardnotes.org/extensions/simple-markdown-editor" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/simple-markdown.jpg" description = "A Markdown editor with dynamic split-pane preview." diff --git a/extensions/simple-task-editor.toml b/extensions/simple-task-editor.toml index 1e6aacc..d6999d7 100644 --- a/extensions/simple-task-editor.toml +++ b/extensions/simple-task-editor.toml @@ -5,7 +5,7 @@ main = "dist/index.html" name = "Simple Task Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.3.8" +version = "1.3.9" marketing_url = "https://standardnotes.org/extensions/simple-task-editor" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/task-editor.jpg" description = "A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place."