diff --git a/README.md b/README.md index 6ab4202..30ad59b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ This repository contains the following plugins: | [🏠](https://github.com/yangby/joplin-plugin-enhanced-editing) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.yangby.joplin.plugins.enhanced-editing/plugin.jpl) | Enhanced Editing | 0.1.0 | An enhanced editing plugin for Joplin. | YangBy <yby@yangby.org> | | [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 1.1.3 | Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering. | SeptemberHX | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-event-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl) | Event Calendar | 0.2.2 | A simple event calendar | Franco Speziali | +| [🏠](https://github.com/shapkinaa/joplin-exports-to-noteson#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-noteson.shapkinaa/plugin.jpl) | Export To NotesOn | 1.0.3 | Export notes to NotesOn. | shapkinaa | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | | [🏠](https://github.com/kensam94/joplin-plugin-eztable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.eztable/plugin.jpl) | Ez Table | 1.0.2 | Make markdown table easy | Ken Sam | | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | diff --git a/manifests.json b/manifests.json index f49220a..c8f97a6 100644 --- a/manifests.json +++ b/manifests.json @@ -2702,5 +2702,20 @@ "_publish_hash": "sha256:9bc15eb3b97481ae8f26f975f8bef75c1295fba9b5c106635fb82eb76969d5fa", "_publish_commit": "master:e51d20e15fd1a2a01cf123ba8c53a426827f25c8", "_npm_package_name": "joplin-plugin-joplin-hotkey" + }, + "com.export-to-noteson.shapkinaa": { + "manifest_version": 1, + "id": "com.export-to-noteson.shapkinaa", + "app_min_version": "1.7", + "version": "1.0.3", + "name": "Export To NotesOn", + "description": "Export notes to NotesOn.", + "author": "shapkinaa", + "homepage_url": "https://github.com/shapkinaa/joplin-exports-to-noteson#readme", + "repository_url": "https://github.com/shapkinaa/joplin-exports-to-noteson.git", + "keywords": [], + "_publish_hash": "sha256:663253cbefe9f6b3f036a19e89be0a106721da9024980d960f724a9aeb56d20a", + "_publish_commit": "main:3c56e6032af75e7e0b57656ca62be5cb3418e09b", + "_npm_package_name": "joplin-plugin-export-to-noteson" } } \ No newline at end of file diff --git a/plugins/com.export-to-noteson.shapkinaa/manifest.json b/plugins/com.export-to-noteson.shapkinaa/manifest.json new file mode 100644 index 0000000..269a6c7 --- /dev/null +++ b/plugins/com.export-to-noteson.shapkinaa/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.export-to-noteson.shapkinaa", + "app_min_version": "1.7", + "version": "1.0.3", + "name": "Export To NotesOn", + "description": "Export notes to NotesOn.", + "author": "shapkinaa", + "homepage_url": "https://github.com/shapkinaa/joplin-exports-to-noteson#readme", + "repository_url": "https://github.com/shapkinaa/joplin-exports-to-noteson.git", + "keywords": [], + "_publish_hash": "sha256:663253cbefe9f6b3f036a19e89be0a106721da9024980d960f724a9aeb56d20a", + "_publish_commit": "main:3c56e6032af75e7e0b57656ca62be5cb3418e09b", + "_npm_package_name": "joplin-plugin-export-to-noteson" +} \ No newline at end of file diff --git a/plugins/com.export-to-noteson.shapkinaa/plugin.jpl b/plugins/com.export-to-noteson.shapkinaa/plugin.jpl new file mode 100644 index 0000000..fda3150 Binary files /dev/null and b/plugins/com.export-to-noteson.shapkinaa/plugin.jpl differ