diff --git a/README.md b/README.md index 8f8de98..dcfb416 100644 --- a/README.md +++ b/README.md @@ -19,7 +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/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.1 | Auto show active note in sidebar | Eyal | | - | [⬇️](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 | diff --git a/manifests.json b/manifests.json index 631d766..ab98fa0 100644 --- a/manifests.json +++ b/manifests.json @@ -1773,15 +1773,15 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.AutoShowActiveNoteInSideBar", "app_min_version": "2.6", - "version": "1.0.0", + "version": "1.0.1", "name": "Auto show active note in sidebar", "description": "Auto show active note in sidebar", - "author": "Eyal Agiv", + "author": "Eyal", "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", + "_publish_hash": "sha256:61a740e059b3555edb110470a7a48e04cc4f248df6b7275da8f8c002c7a84173", + "_publish_commit": "main:f358a8fb0ff44f1855b2872b1e7abd2e84481517", "_npm_package_name": "joplin-plugin-auto-show-active-note-in-sidebar" } } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json index e8b8d0b..50fd3a8 100644 --- a/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json +++ b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.AutoShowActiveNoteInSideBar", "app_min_version": "2.6", - "version": "1.0.0", + "version": "1.0.1", "name": "Auto show active note in sidebar", "description": "Auto show active note in sidebar", - "author": "Eyal Agiv", + "author": "Eyal", "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", + "_publish_hash": "sha256:61a740e059b3555edb110470a7a48e04cc4f248df6b7275da8f8c002c7a84173", + "_publish_commit": "main:f358a8fb0ff44f1855b2872b1e7abd2e84481517", "_npm_package_name": "joplin-plugin-auto-show-active-note-in-sidebar" } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl index 5d243b6..5c91d7a 100644 Binary files a/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl and b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl differ