diff --git a/README.md b/README.md index 9129398..63b8a12 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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.1 | Helping you ditch the markdown viewer for good. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.4.2 | 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.1 | 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 7c91916..e0e2636 100644 --- a/manifests.json +++ b/manifests.json @@ -397,7 +397,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.7", - "version": "0.4.1", + "version": "0.4.2", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -407,8 +407,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:fda4cd0b78c1fbb26e6082162407d0400d6e20f1623612d2531995f650207fda", - "_publish_commit": "main:e0db5e37b4dcb75dd359d661e988d7ae0afefb8e", + "_publish_hash": "sha256:a4e12053a3c232004b155ead5b399cb9cd80dbe798ce51262f144b894443bbaa", + "_publish_commit": "main:cedff0ddaac8207b9f0c9ad2bda4935fa2dcb850", "_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 ae3da4b..c113906 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.1", + "version": "0.4.2", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:fda4cd0b78c1fbb26e6082162407d0400d6e20f1623612d2531995f650207fda", - "_publish_commit": "main:e0db5e37b4dcb75dd359d661e988d7ae0afefb8e", + "_publish_hash": "sha256:a4e12053a3c232004b155ead5b399cb9cd80dbe798ce51262f144b894443bbaa", + "_publish_commit": "main:cedff0ddaac8207b9f0c9ad2bda4935fa2dcb850", "_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 7a3c371..6cd903a 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ