1
0
mirror of synced 2024-07-01 09:35:20 +08:00

New: io.github.makaanneo.joplin.paperless@1.0.0

edfaeefea6
This commit is contained in:
Joplin Bot 2021-12-29 19:01:05 +00:00
parent ae7c96b44e
commit c1d1b6741a
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 41 additions and 0 deletions

View File

@ -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 |

View File

@ -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"
}
}

View File

@ -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"
}