1
0
mirror of synced 2024-07-03 02:25:21 +08:00

Update: io.github.jackgruber.hotfolder@0.3.0

715df76fe4
This commit is contained in:
Laurent Cozic 2021-01-29 18:10:34 +00:00
parent c7db0df61c
commit 42d9fe67ff
4 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ This repository contains the following plugins:
[🏠](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
[🏠]() | Embed Search | 1.0.3 | Embeds list of links specified by search inside of note | ambrt
[🏠](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.2.0 | Monitors a locale folder and import the files as a new note. | JackGruber
[🏠](https://github.com/JackGruber/joplin-plugin-hotfolder) | Hotfolder | 0.3.0 | Monitors a locale folder and import the files 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

View File

@ -242,8 +242,8 @@
"io.github.jackgruber.hotfolder": {
"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",
"description": "Monitors a locale folder and import the files as a new note.",
"author": "JackGruber",
@ -254,8 +254,8 @@
"import",
"monitor"
],
"_publish_hash": "sha256:e8e309f2108c46126ee9156b19b698ac0eef6aee5c4f5548e1c6ef5407f6845a",
"_publish_commit": "master:5f1af979d5de4947f736093d4fb941dd26f7e927",
"_publish_hash": "sha256:f9b261d4ff36bc1e53df94b18a74f6513353cc5f8004119730611be2478eeef7",
"_publish_commit": "master:715df76fe479b339a2e47876a681c667649274ac",
"_npm_package_name": "joplin-plugin-hotfolder"
},
"joplin.plugin.ambrt.embedSearch": {

View File

@ -1,8 +1,8 @@
{
"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",
"description": "Monitors a locale folder and import the files as a new note.",
"author": "JackGruber",
@ -13,7 +13,7 @@
"import",
"monitor"
],
"_publish_hash": "sha256:e8e309f2108c46126ee9156b19b698ac0eef6aee5c4f5548e1c6ef5407f6845a",
"_publish_commit": "master:5f1af979d5de4947f736093d4fb941dd26f7e927",
"_publish_hash": "sha256:f9b261d4ff36bc1e53df94b18a74f6513353cc5f8004119730611be2478eeef7",
"_publish_commit": "master:715df76fe479b339a2e47876a681c667649274ac",
"_npm_package_name": "joplin-plugin-hotfolder"
}