diff --git a/README.md b/README.md index 7f481b5..ebc5d62 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ This repository contains the following plugins: | [🏠](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.10.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.2 | Search in Attached Resources | Roman Musin | | [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl) | RevealJS Integration | 0.3.0 | Turn notes into slideshows with reveal.js! | Henry Heino | -| [🏠](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.13.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.13.3 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | | [🏠](joshchavez.dev) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joshthor.export/plugin.jpl) | Save Note as MD | 1.0.2 | Simple plugin to export your current note as an MD file to the directory of your choice | Josh Chavez | | [🏠](https://github.com/FelisDiligens/joplin-plugin-search-and-replace) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-search-and-replace/plugin.jpl) | Search & Replace | 2.2.0 | Adds a search and replace panel to the Markdown editor. | FelisDiligens | diff --git a/manifests.json b/manifests.json index eb43c08..3f90a2e 100644 --- a/manifests.json +++ b/manifests.json @@ -402,7 +402,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "2.7", - "version": "0.13.2", + "version": "0.13.3", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -412,8 +412,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:50146fc9e0e066ef820ca9616e292042e00402a0079ac62815696e218a25bc5a", - "_publish_commit": "main:434520a5ba3ae4b345fbc88d2679969fcf910adf", + "_publish_hash": "sha256:87f37e695b180767b5c024b7310c27e6e23ee795f8dbfab4f18aeb3faa161da7", + "_publish_commit": "main:01b47f1199801d1e35b431374e8c5159a0c46961", "_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 f148e48..5cd7f88 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": "2.7", - "version": "0.13.2", + "version": "0.13.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:50146fc9e0e066ef820ca9616e292042e00402a0079ac62815696e218a25bc5a", - "_publish_commit": "main:434520a5ba3ae4b345fbc88d2679969fcf910adf", + "_publish_hash": "sha256:87f37e695b180767b5c024b7310c27e6e23ee795f8dbfab4f18aeb3faa161da7", + "_publish_commit": "main:01b47f1199801d1e35b431374e8c5159a0c46961", "_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 9a1fcea..1dd00d0 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ