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

New: io.github.jackgruber.hotfolder@0.1.0

This commit is contained in:
Laurent Cozic 2021-01-25 18:50:45 +00:00
parent 9065038b7a
commit a9b933392c
4 changed files with 39 additions and 0 deletions

View File

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

View File

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

View File

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

Binary file not shown.