diff --git a/README.md b/README.md index f0c2601..1cdc1e2 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ This repository contains the following plugins: | [🏠](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.13.2 | 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 | 1.0.1 | Adds a simple search and replace dialog. | FelisDiligens | | [🏠](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 3bc5f17..52a9b80 100644 --- a/manifests.json +++ b/manifests.json @@ -2654,5 +2654,21 @@ "_publish_hash": "sha256:437f1dd08e1dfb4a3499693760746ad44bbdff93c3d98fb9c10c715fe230710c", "_publish_commit": "main:a2549205425546df87c544a00d500eda127a3321", "_npm_package_name": "joplin-plugin-timelinerender" + }, + "com.joshthor.export": { + "manifest_version": 1, + "id": "com.joshthor.export", + "app_min_version": "2.8", + "version": "1.0.2", + "name": "Save Note as MD", + "description": "Simple plugin to export your current note as an MD file to the directory of your choice", + "author": "Josh Chavez", + "homepage_url": "joshchavez.dev", + "repository_url": "joshchavez.dev", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:b0fbdfaf72ef1d3958aa2736cd65bae1a664277f71f06b8dc2f2e5910f18c05b", + "_publish_commit": "main:94d1140c373777138601ea224167c6ef75479bb6", + "_npm_package_name": "joplin-plugin-export-as-md" } } \ No newline at end of file diff --git a/plugins/com.joshthor.export/manifest.json b/plugins/com.joshthor.export/manifest.json new file mode 100644 index 0000000..57afe35 --- /dev/null +++ b/plugins/com.joshthor.export/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "com.joshthor.export", + "app_min_version": "2.8", + "version": "1.0.2", + "name": "Save Note as MD", + "description": "Simple plugin to export your current note as an MD file to the directory of your choice", + "author": "Josh Chavez", + "homepage_url": "joshchavez.dev", + "repository_url": "joshchavez.dev", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:b0fbdfaf72ef1d3958aa2736cd65bae1a664277f71f06b8dc2f2e5910f18c05b", + "_publish_commit": "main:94d1140c373777138601ea224167c6ef75479bb6", + "_npm_package_name": "joplin-plugin-export-as-md" +} \ No newline at end of file diff --git a/plugins/com.joshthor.export/plugin.jpl b/plugins/com.joshthor.export/plugin.jpl new file mode 100644 index 0000000..7bbf9ff Binary files /dev/null and b/plugins/com.joshthor.export/plugin.jpl differ