1
0
mirror of synced 2024-06-28 23:45:12 +08:00

New: org.joplinapp.plugins.AutoShowActiveNoteInSideBar@1.0.0

13ab22ab9b
This commit is contained in:
Joplin Bot 2022-02-24 12:35:01 +00:00
parent 3b1a728290
commit 455364bd56
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 31 additions and 0 deletions

View File

@ -19,6 +19,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/makaanneo/joplin-plugin-athena) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.Athena/plugin.jpl) | Athena | 1.8.0 | Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR) | makaanneo |
| [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.1.1 | Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin. | Manu Erwin |
| [🏠](github.com/zph/joplin-plugin-auto-alarm) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl) | Auto Alarm | 1.0.7-rc10 | Natural language entry of alarm date/times | ZPH |
| [🏠](https://github.com/eyalag/joplin-plugin-auto-show-active-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl) | Auto show active note in sidebar | 1.0.0 | Auto show active note in sidebar | Eyal Agiv |
| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoTag/plugin.jpl) | Auto Tag | 1.0.3-rc7 | Convert all octothorpe prefixed words into tags | ZPH |
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.4 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n |
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.2 | Finds blocks of javascript in the current note (blocks have to start with '```javascript' and end with '```') and runs it as a function. | S73ph4n |

View File

@ -1768,5 +1768,20 @@
"_publish_hash": "sha256:ac2d8055e57ea776f3bddb9bced91f49b4a1e69c90235c7c116c932af0563b4d",
"_publish_commit": "main:734a8edd19dae0da2f8870216b0c7fa0f4c570c6",
"_npm_package_name": "joplin-plugin-highlight-matching"
},
"org.joplinapp.plugins.AutoShowActiveNoteInSideBar": {
"manifest_version": 1,
"id": "org.joplinapp.plugins.AutoShowActiveNoteInSideBar",
"app_min_version": "2.6",
"version": "1.0.0",
"name": "Auto show active note in sidebar",
"description": "Auto show active note in sidebar",
"author": "Eyal Agiv",
"homepage_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note",
"repository_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note",
"keywords": [],
"_publish_hash": "sha256:b349554c38e427c19825ac890c51230528208112349311509a172375911676a9",
"_publish_commit": "main:13ab22ab9bddd3a7203f5688aba5aaa47e563371",
"_npm_package_name": "joplin-plugin-auto-show-active-note-in-sidebar"
}
}

View File

@ -0,0 +1,15 @@
{
"manifest_version": 1,
"id": "org.joplinapp.plugins.AutoShowActiveNoteInSideBar",
"app_min_version": "2.6",
"version": "1.0.0",
"name": "Auto show active note in sidebar",
"description": "Auto show active note in sidebar",
"author": "Eyal Agiv",
"homepage_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note",
"repository_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note",
"keywords": [],
"_publish_hash": "sha256:b349554c38e427c19825ac890c51230528208112349311509a172375911676a9",
"_publish_commit": "main:13ab22ab9bddd3a7203f5688aba5aaa47e563371",
"_npm_package_name": "joplin-plugin-auto-show-active-note-in-sidebar"
}