diff --git a/README.md b/README.md index df6ce06..cb8d435 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This repository contains the following plugins: [🏠](https://github.com/benji300/joplin-quick-move) | Quick Move | 1.0.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | Random note | 1.0.0 | Opens a random note from your vault | Azamah Junior [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin -[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.4.7 | Helping you ditch the markdown viewer for good. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.5.0 | Helping you ditch the markdown viewer for good. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 1.0.1 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | 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) | Table Formatter Plugin | 1.1.2 | Format the table under the cursor in Markdown editor | Roman Musin diff --git a/manifests.json b/manifests.json index b0cd817..6b70b8e 100644 --- a/manifests.json +++ b/manifests.json @@ -403,8 +403,8 @@ "plugin.calebjohn.rich-markdown": { "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", - "app_min_version": "1.7", - "version": "0.4.7", + "app_min_version": "1.8", + "version": "0.5.0", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -414,8 +414,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:f86c3e9e9fde15b565598a5598c7b6236dd66d395cba372393c91139f45de280", - "_publish_commit": "main:4c3ef97e8ce8e75fe7946d5a3593e663b0aa6f27", + "_publish_hash": "sha256:b87a53ae844188ff5af5f7ab488dc1d13c26c47fcfc31f9a532cbe4deab03a83", + "_publish_commit": "main:0481dd4948aceaa48c49f754e31164114b8e9b0d", "_npm_package_name": "joplin-plugin-rich-markdown" }, "com.github.uphy.PlantUmlPlugin": { diff --git a/plugins/plugin.calebjohn.rich-markdown/manifest.json b/plugins/plugin.calebjohn.rich-markdown/manifest.json index d57c3b5..ef4a377 100644 --- a/plugins/plugin.calebjohn.rich-markdown/manifest.json +++ b/plugins/plugin.calebjohn.rich-markdown/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", - "app_min_version": "1.7", - "version": "0.4.7", + "app_min_version": "1.8", + "version": "0.5.0", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:f86c3e9e9fde15b565598a5598c7b6236dd66d395cba372393c91139f45de280", - "_publish_commit": "main:4c3ef97e8ce8e75fe7946d5a3593e663b0aa6f27", + "_publish_hash": "sha256:b87a53ae844188ff5af5f7ab488dc1d13c26c47fcfc31f9a532cbe4deab03a83", + "_publish_commit": "main:0481dd4948aceaa48c49f754e31164114b8e9b0d", "_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 8983edd..bd1f457 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ