diff --git a/README.md b/README.md index 2482fac..40044ee 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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.4 | Helping you ditch the markdown viewer for good. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.4.5 | Helping you ditch the markdown viewer for good. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.3 | 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 3c75e6f..f98b945 100644 --- a/manifests.json +++ b/manifests.json @@ -401,7 +401,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.7", - "version": "0.4.4", + "version": "0.4.5", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -411,8 +411,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:c46f9d3ff6a31e92c6d96b4cc5c78371a7b8a5294896eccd9462d2f75a53bb1a", - "_publish_commit": "main:e7a53a13749c16923c321939edf29aa92ff9c2ed", + "_publish_hash": "sha256:0ce4ae83f19e70f4c84b2b5ca380754358bb1d1784878ea562f75395701ac3b7", + "_publish_commit": "main:7ef30007296eaf071401f765e2938baf6328d73e", "_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 6e6b067..82dba20 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.7", - "version": "0.4.4", + "version": "0.4.5", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:c46f9d3ff6a31e92c6d96b4cc5c78371a7b8a5294896eccd9462d2f75a53bb1a", - "_publish_commit": "main:e7a53a13749c16923c321939edf29aa92ff9c2ed", + "_publish_hash": "sha256:0ce4ae83f19e70f4c84b2b5ca380754358bb1d1784878ea562f75395701ac3b7", + "_publish_commit": "main:7ef30007296eaf071401f765e2938baf6328d73e", "_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 a9978a3..e132d4a 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ