diff --git a/README.md b/README.md index 3771fb0..55434ef 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.3 | Plugin to extend the Joplin tagging menu with a copy all tags and tagging list with more control. | JackGruber [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.4 | Go to tag,notebook or note via links or via text | a [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.1.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0) | Benji300 +[🏠](https://github.com/JackGruber/joplin-plugin-hotfolder) | Hotfolder | 0.1.0 | Monitors a locale folder and import the fiels as a new note. | JackGruber [🏠](https://github.com/roman-r-m/joplin-inline-tags-plugin) | Inline tags | 0.0.4 | Inline tags plugin | Roman Musin [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](github.com/CalebJohn/joplin-math-mode) | Math Mode | 0.2.0 | Turn your notes into a powerful calculator with inline math. | Caleb John diff --git a/manifests.json b/manifests.json index 59938ee..50de500 100644 --- a/manifests.json +++ b/manifests.json @@ -238,5 +238,24 @@ "_publish_hash": "sha256:62a27dbe5f526ead74f2db9c7987168616966a2481576b5368e438966030e81a", "_publish_commit": "main:0d2e629fa86c54c8b4e010af948864a175068f30", "_npm_package_name": "joplin-plugin-tags-generator" + }, + "io.github.jackgruber.hotfolder": { + "manifest_version": 1, + "id": "io.github.jackgruber.hotfolder", + "app_min_version": "1.7", + "version": "0.1.0", + "name": "Hotfolder", + "description": "Monitors a locale folder and import the fiels as a new note.", + "author": "JackGruber", + "homepage_url": "https://github.com/JackGruber/joplin-plugin-hotfolder", + "repository_url": "https://github.com/JackGruber/joplin-plugin-hotfolder", + "keywords": [ + "hotfolder", + "import", + "monitor" + ], + "_publish_hash": "sha256:785ea3ba8e955491d0a8018d600c98a8de341ea46fc01307223fd87cd4f9d5ed", + "_publish_commit": "master:549edeb9e284f10128bc61a6b395dface9c38bd7", + "_npm_package_name": "joplin-plugin-hotfolder" } } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.hotfolder/manifest.json b/plugins/io.github.jackgruber.hotfolder/manifest.json new file mode 100644 index 0000000..3ba5187 --- /dev/null +++ b/plugins/io.github.jackgruber.hotfolder/manifest.json @@ -0,0 +1,19 @@ +{ + "manifest_version": 1, + "id": "io.github.jackgruber.hotfolder", + "app_min_version": "1.7", + "version": "0.1.0", + "name": "Hotfolder", + "description": "Monitors a locale folder and import the fiels as a new note.", + "author": "JackGruber", + "homepage_url": "https://github.com/JackGruber/joplin-plugin-hotfolder", + "repository_url": "https://github.com/JackGruber/joplin-plugin-hotfolder", + "keywords": [ + "hotfolder", + "import", + "monitor" + ], + "_publish_hash": "sha256:785ea3ba8e955491d0a8018d600c98a8de341ea46fc01307223fd87cd4f9d5ed", + "_publish_commit": "master:549edeb9e284f10128bc61a6b395dface9c38bd7", + "_npm_package_name": "joplin-plugin-hotfolder" +} \ No newline at end of file diff --git a/plugins/io.github.jackgruber.hotfolder/plugin.jpl b/plugins/io.github.jackgruber.hotfolder/plugin.jpl new file mode 100644 index 0000000..3d48688 Binary files /dev/null and b/plugins/io.github.jackgruber.hotfolder/plugin.jpl differ