Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joplinbot committed Aug 12, 2021
1 parent a7514d6 commit 2cb5409
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.2.1 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 |
| [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 1.2.5 | Allows to fold parts of markdown text displayed in editor | ambrt |
| [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.1 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) |
| [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.0 | Monitors a locale folder and import the files as a new note. | JackGruber |
| [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber |
| [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.0 | Inline tags plugin | Roman Musin |
| [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom |
| [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 1.6.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | Marco LUCARELLA |
Expand Down
6 changes: 3 additions & 3 deletions manifests.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"manifest_version": 1,
"id": "io.github.jackgruber.hotfolder",
"app_min_version": "1.8.1",
"version": "1.0.0",
"version": "1.0.1",
"name": "Hotfolder",
"description": "Monitors a locale folder and import the files as a new note.",
"author": "JackGruber",
Expand All @@ -294,8 +294,8 @@
"import",
"monitor"
],
"_publish_hash": "sha256:f23a232368dbaf8343acecdf7002583f9ec5a58a5d404e4dc2b72ac6abbcbf75",
"_publish_commit": "master:7d3753518f67596e18ca3bebb2c5a4ce02e1e88e",
"_publish_hash": "sha256:ca3009bd857d13e229204635fa2216b9de1dd70cc7e624812700a653f8ac0781",
"_publish_commit": "master:7f919e7cd15c8c48ba4887fcfec7dfc99ec97c1a",
"_npm_package_name": "joplin-plugin-hotfolder"
},
"joplin.plugin.ambrt.embedSearch": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/io.github.jackgruber.hotfolder/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.jackgruber.hotfolder",
"app_min_version": "1.8.1",
"version": "1.0.0",
"version": "1.0.1",
"name": "Hotfolder",
"description": "Monitors a locale folder and import the files as a new note.",
"author": "JackGruber",
Expand All @@ -13,7 +13,7 @@
"import",
"monitor"
],
"_publish_hash": "sha256:f23a232368dbaf8343acecdf7002583f9ec5a58a5d404e4dc2b72ac6abbcbf75",
"_publish_commit": "master:7d3753518f67596e18ca3bebb2c5a4ce02e1e88e",
"_publish_hash": "sha256:ca3009bd857d13e229204635fa2216b9de1dd70cc7e624812700a653f8ac0781",
"_publish_commit": "master:7f919e7cd15c8c48ba4887fcfec7dfc99ec97c1a",
"_npm_package_name": "joplin-plugin-hotfolder"
}
Binary file modified plugins/io.github.jackgruber.hotfolder/plugin.jpl
Binary file not shown.

0 comments on commit 2cb5409

Please sign in to comment.