diff --git a/README.md b/README.md index 206bccd..7c7817c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repository contains the following plugins: [🏠](https://github.com/uphy/joplin-plantuml-plugin) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy [🏠](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.3.1 | Add inline and other images to the markdown editor. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.3.2 | 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 [🏠]() | Table Formatter Plugin | 1.0.1 | | Roman Musin [🏠](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 9b2b293..1a6fc74 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.3.1", + "version": "0.3.2", "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:bed3b84ed625853e7cef76349cf557dbb21c4d93032db789ca6da83845cc0178", - "_publish_commit": "main:c6157893f363092981146f089944dc6354ca8546", + "_publish_hash": "sha256:1e86bb99018643babbaee1b756e2eb98b372931ff6af026e4d00d900ab296db9", + "_publish_commit": "main:8d6d578f11315eafd92eed1a9cb2ce2891a676bd", "_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 9b8fcab..4b076db 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.3.1", + "version": "0.3.2", "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:bed3b84ed625853e7cef76349cf557dbb21c4d93032db789ca6da83845cc0178", - "_publish_commit": "main:c6157893f363092981146f089944dc6354ca8546", + "_publish_hash": "sha256:1e86bb99018643babbaee1b756e2eb98b372931ff6af026e4d00d900ab296db9", + "_publish_commit": "main:8d6d578f11315eafd92eed1a9cb2ce2891a676bd", "_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 31665f0..c858fb4 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ