diff --git a/README.md b/README.md index e92a14f..b5352b2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.3 | Opens a random note from your vault | Azamah Junior | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.0.3 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin | -| [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.7.2 | Helping you ditch the markdown viewer for good. | Caleb John | +| [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.7.3 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.0.3 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | | [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.2.1 | Format the table under the cursor in Markdown editor | Roman Musin | diff --git a/manifests.json b/manifests.json index 58dc5b1..08ed03c 100644 --- a/manifests.json +++ b/manifests.json @@ -417,7 +417,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.8", - "version": "0.7.2", + "version": "0.7.3", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -427,8 +427,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:c4e749ed46ea5d06a23f26771681492674feeb183d42b2c09fcc47a56b549a01", - "_publish_commit": "main:b315bc66901981fe0b87de88282a65730c219628", + "_publish_hash": "sha256:cb7890253da74a1da300104175fe593f3a181e689c93ac0a282e00bfcffaeaf3", + "_publish_commit": "main:da7454d65e07540aa8f92abf7dc2a6143dcd110a", "_npm_package_name": "joplin-plugin-rich-markdown", "_recommended": true }, diff --git a/plugins/plugin.calebjohn.rich-markdown/manifest.json b/plugins/plugin.calebjohn.rich-markdown/manifest.json index ae5e09a..3a152eb 100644 --- a/plugins/plugin.calebjohn.rich-markdown/manifest.json +++ b/plugins/plugin.calebjohn.rich-markdown/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.8", - "version": "0.7.2", + "version": "0.7.3", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:c4e749ed46ea5d06a23f26771681492674feeb183d42b2c09fcc47a56b549a01", - "_publish_commit": "main:b315bc66901981fe0b87de88282a65730c219628", + "_publish_hash": "sha256:cb7890253da74a1da300104175fe593f3a181e689c93ac0a282e00bfcffaeaf3", + "_publish_commit": "main:da7454d65e07540aa8f92abf7dc2a6143dcd110a", "_npm_package_name": "joplin-plugin-rich-markdown" } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl index 4db81a4..a9b203e 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ