diff --git a/README.md b/README.md index 8841b54..41ae47f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This repository contains the following plugins: [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.2 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with special tags. | Benji300 [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.1.1 | Create links to other notes | Roman Musin [🏠](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.1.1 | Add inline and other images to the markdown editor. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.2.0 | Add inline and other images to the markdown editor. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.2 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake diff --git a/manifests.json b/manifests.json index 43088bb..07eedcb 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.1.1", + "version": "0.2.0", "name": "Rich Markdown", "description": "Add inline and other images to the markdown editor.", "author": "Caleb John", @@ -407,8 +407,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:7b7201bffb74a3fdaf0f84598f4ab6d3dbcd0b57c794a877eb023635d743d909", - "_publish_commit": "main:af84d1744e9ffe5860ffbeaf76155c73fdb78510", + "_publish_hash": "sha256:57a78e27c344533304eda905c35d2b2bbbd4ed66fb09a88d65cec3377e0df0f5", + "_publish_commit": "main:139460eae94aff16af54e50acc685e9712a2878e", "_npm_package_name": "joplin-plugin-rich-markdown" } } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.rich-markdown/manifest.json b/plugins/plugin.calebjohn.rich-markdown/manifest.json index 8fc8ced..dda1e2b 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.1.1", + "version": "0.2.0", "name": "Rich Markdown", "description": "Add inline and other images to the markdown editor.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:7b7201bffb74a3fdaf0f84598f4ab6d3dbcd0b57c794a877eb023635d743d909", - "_publish_commit": "main:af84d1744e9ffe5860ffbeaf76155c73fdb78510", + "_publish_hash": "sha256:57a78e27c344533304eda905c35d2b2bbbd4ed66fb09a88d65cec3377e0df0f5", + "_publish_commit": "main:139460eae94aff16af54e50acc685e9712a2878e", "_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 52c4e28..430a295 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ