joplin-plugin-hotfolder
Advanced tools
Comparing version 0.2.0 to 0.3.0
# Changelog | ||
## v0.3.0 (2021-01-29) | ||
- Add: Option for multiple Hotfolders | ||
- Optimize: Update settings on change without Joplin reload | ||
- Optimize: Define Subnotebooks | ||
❗ Requires at least Joplin v1.7.1 ❗ | ||
## v0.2.0 (2021-01-27) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "joplin-plugin-hotfolder", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", |
{ | ||
"manifest_version": 1, | ||
"id": "io.github.jackgruber.hotfolder", | ||
"app_min_version": "1.6.2", | ||
"version": "0.2.0", | ||
"app_min_version": "1.7.1", | ||
"version": "0.3.0", | ||
"name": "Hotfolder", | ||
@@ -16,4 +16,4 @@ "description": "Monitors a locale folder and import the files as a new note.", | ||
], | ||
"_publish_hash": "sha256:e8e309f2108c46126ee9156b19b698ac0eef6aee5c4f5548e1c6ef5407f6845a", | ||
"_publish_commit": "master:5f1af979d5de4947f736093d4fb941dd26f7e927" | ||
"_publish_hash": "sha256:f9b261d4ff36bc1e53df94b18a74f6513353cc5f8004119730611be2478eeef7", | ||
"_publish_commit": "master:715df76fe479b339a2e47876a681c667649274ac" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Joplin Backup Plugin | ||
# Joplin Hotfolder Plugin | ||
@@ -34,7 +34,10 @@ A plugin to Monitor a locale folder and import the files as a new note. | ||
- `Hotfolder Path`: Files from this path will be imported as new notes. | ||
- `Ignore Files` Comma separated list of files to be ignored. | ||
- `Add as text`: Files with this file extension are imported as text and not as attachment. Default `.txt, .md`. | ||
- `Notebook`: In which notebook should the note be created. Default: `Current selected Notebook`. | ||
- `Tag`: Comma separated list of tags to be added to the note. | ||
| Option | Description | Default | | ||
| --- | --- | --- | | ||
| Hotfolder Path | Files from this path will be imported as new notes. | | | ||
| Ignore Files | Comma separated list of files to be ignored. | | | ||
| Add as text | Files with this file extension are imported as text and not as attachment. | .txt, .md | | ||
| Notebook | In which notebook should the note be created. <br> Subnotebooks can be defined via `Project\Scans`. | Current selected Notebook | | ||
| Tag | Comma separated list of tags to be added to the note. | | | ||
| Numer of Hotfolders | How many hot folders should be defined (Only available in the first hotfolder configuration). | 1 | | ||
@@ -41,0 +44,0 @@ ## Changelog |
Sorry, the diff of this file is not supported yet
210318
53