diff --git a/README.md b/README.md index 2eb8540..40d116b 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ This repository contains the following plugins: | [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.3.0 | Outline (TOC) sidebar plugin for joplin. | cqroot | | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.6.1 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local | ylc395 | | [🏠](https://github.com/makaanneo/joplin-plugin-paperless-file-importer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.paperless.file.importer/plugin.jpl) | Paperless file importer | 1.0.0 | Imports files as text or attachment to notes, for pdf text will be taken. | Sebastian Schauer | +| [🏠](https://github.com/makaanneo/joplin-plugin-paperless-file-importer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.joplin.paperless/plugin.jpl) | Paperless file importer | 1.0.0 | Imports files as text or attachment to notes, for pdf text will be taken. | Sebastian Schauer | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | | [🏠](https://github.com/benji300/joplin-persistent-layout) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl) | Persistent Editor Layout | 2.2.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 | | [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.8.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | diff --git a/manifests.json b/manifests.json index 5534213..e6e7641 100644 --- a/manifests.json +++ b/manifests.json @@ -1552,5 +1552,25 @@ "_publish_hash": "sha256:0328101f2035fbf751986b094b9e9a4ac22e36d21c44d642da68d4017ece6ff6", "_publish_commit": "main:3610bc88b248f1a79bed2cf991b6f589eb9d4bfe", "_npm_package_name": "joplin-plugin-paperless-file-importer" + }, + "io.github.makaanneo.joplin.paperless": { + "manifest_version": 1, + "id": "io.github.makaanneo.joplin.paperless", + "app_min_version": "2.5", + "version": "1.0.0", + "name": "Paperless file importer", + "description": "Imports files as text or attachment to notes, for pdf text will be taken.", + "author": "Sebastian Schauer", + "homepage_url": "https://github.com/makaanneo/joplin-plugin-paperless-file-importer", + "repository_url": "https://github.com/makaanneo/joplin-plugin-paperless-file-importer", + "keywords": [ + "paperless", + "import", + "hotfolder", + "pdf" + ], + "_publish_hash": "sha256:5e251f582c76bf95d5db9921ad177f5e87405da36a9441f48b1ab6515b18545c", + "_publish_commit": "beta:edfaeefea6bde77085594f1f70204f1c532b9c29", + "_npm_package_name": "joplin-plugin-paperless" } } \ No newline at end of file diff --git a/plugins/io.github.makaanneo.joplin.paperless/manifest.json b/plugins/io.github.makaanneo.joplin.paperless/manifest.json new file mode 100644 index 0000000..9c59857 --- /dev/null +++ b/plugins/io.github.makaanneo.joplin.paperless/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 1, + "id": "io.github.makaanneo.joplin.paperless", + "app_min_version": "2.5", + "version": "1.0.0", + "name": "Paperless file importer", + "description": "Imports files as text or attachment to notes, for pdf text will be taken.", + "author": "Sebastian Schauer", + "homepage_url": "https://github.com/makaanneo/joplin-plugin-paperless-file-importer", + "repository_url": "https://github.com/makaanneo/joplin-plugin-paperless-file-importer", + "keywords": [ + "paperless", + "import", + "hotfolder", + "pdf" + ], + "_publish_hash": "sha256:5e251f582c76bf95d5db9921ad177f5e87405da36a9441f48b1ab6515b18545c", + "_publish_commit": "beta:edfaeefea6bde77085594f1f70204f1c532b9c29", + "_npm_package_name": "joplin-plugin-paperless" +} \ No newline at end of file diff --git a/plugins/io.github.makaanneo.joplin.paperless/plugin.jpl b/plugins/io.github.makaanneo.joplin.paperless/plugin.jpl new file mode 100644 index 0000000..cee1d2b Binary files /dev/null and b/plugins/io.github.makaanneo.joplin.paperless/plugin.jpl differ