diff --git a/README.md b/README.md index c68d78d..1dcfa91 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ This repository contains the following plugins: | [🏠](https://github.com/mak2002/joplin-remove-images-from-note.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.remove.images.from.note/plugin.jpl) | Remove Images | 0.0.2 | Allows to remove images from selected note | mak2002 | | [🏠](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.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.12.0 | 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.0 | 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 | | [🏠](https://github.com/marcgreen/semantic-joplin/tree/master/similar-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marcgreen.joplin-plugin-semantically-similar-notes/plugin.jpl) | Semantically Similar Notes | 0.2.1 | Show user which notes are semantically similar to the one they are looking at | marc green | | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | diff --git a/manifests.json b/manifests.json index 5d1d74f..3f5fe13 100644 --- a/manifests.json +++ b/manifests.json @@ -417,7 +417,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "2.7", - "version": "0.12.0", + "version": "0.13.0", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -427,8 +427,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:56a2be7bddda8326e9241d83c613d409fe408dbd40bc78b912933d737500a0c0", - "_publish_commit": "main:cdcc8e1a888d8d73c598c7284a47e0bb46c2e255", + "_publish_hash": "sha256:996b7407b02c810be5652e8aeee8c7ecabb596cfbba75cbef18b60cc43c6cac6", + "_publish_commit": "main:9b2468e986308e28623afe457ec6283547ed5db5", "_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 dc0e4fb..fd22c56 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.12.0", + "version": "0.13.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:56a2be7bddda8326e9241d83c613d409fe408dbd40bc78b912933d737500a0c0", - "_publish_commit": "main:cdcc8e1a888d8d73c598c7284a47e0bb46c2e255", + "_publish_hash": "sha256:996b7407b02c810be5652e8aeee8c7ecabb596cfbba75cbef18b60cc43c6cac6", + "_publish_commit": "main:9b2468e986308e28623afe457ec6283547ed5db5", "_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 b4662e3..85b0061 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ