diff --git a/README.md b/README.md index 7f46a98..0411419 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository contains the following plugins: [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.8 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.5.0 | Turn your notes into a powerful calculator with inline math. | Caleb John -[🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | Menu items, Shortcuts, Toolbar icons | 0.2.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek +[🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | Menu items, Shortcuts, Toolbar icons | 0.3.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.4.3 | A note overview is created based on the defined search and the specified fields. | JackGruber diff --git a/manifests.json b/manifests.json index f339ede..5d5a02e 100644 --- a/manifests.json +++ b/manifests.json @@ -641,15 +641,20 @@ "manifest_version": 1, "id": "cx.evermeet.tessus.menu-shortcut-toolbar", "app_min_version": "1.7", - "version": "0.2.0", + "version": "0.3.0", "name": "Menu items, Shortcuts, Toolbar icons", "description": "Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core", "author": "Helmut K. C. Tessarek", "homepage_url": "https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme", - "repository_url": "https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar", - "keywords": [], - "_publish_hash": "sha256:df5efc60aa8b5ee27b92c38285aa38675ea1330b18ad69da85a619d0f329d87e", - "_publish_commit": "master:7ba4a6acaeb990a5523ffc192165e85c28e6866a", + "repository_url": "https://github.com/tes'sus/joplin-plugin-menu-shortcut-toolbar", + "keywords": [ + "shortcut", + "toolbar", + "icon", + "menu" + ], + "_publish_hash": "sha256:0f57365f27f28c4def8132c8195a383fcb8a95b87fb14717655f1dd480b02476", + "_publish_commit": "master:be0da3948ceef4ced083aaed8619c5ce03da9798", "_npm_package_name": "joplin-plugin-menu-shortcut-toolbar" } } \ No newline at end of file diff --git a/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/manifest.json b/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/manifest.json index 6ce7693..ae2c37c 100644 --- a/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/manifest.json +++ b/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/manifest.json @@ -2,14 +2,19 @@ "manifest_version": 1, "id": "cx.evermeet.tessus.menu-shortcut-toolbar", "app_min_version": "1.7", - "version": "0.2.0", + "version": "0.3.0", "name": "Menu items, Shortcuts, Toolbar icons", "description": "Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core", "author": "Helmut K. C. Tessarek", "homepage_url": "https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme", - "repository_url": "https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar", - "keywords": [], - "_publish_hash": "sha256:df5efc60aa8b5ee27b92c38285aa38675ea1330b18ad69da85a619d0f329d87e", - "_publish_commit": "master:7ba4a6acaeb990a5523ffc192165e85c28e6866a", + "repository_url": "https://github.com/tes'sus/joplin-plugin-menu-shortcut-toolbar", + "keywords": [ + "shortcut", + "toolbar", + "icon", + "menu" + ], + "_publish_hash": "sha256:0f57365f27f28c4def8132c8195a383fcb8a95b87fb14717655f1dd480b02476", + "_publish_commit": "master:be0da3948ceef4ced083aaed8619c5ce03da9798", "_npm_package_name": "joplin-plugin-menu-shortcut-toolbar" } \ No newline at end of file diff --git a/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl b/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl index 0f0e42e..711a068 100644 Binary files a/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl and b/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl differ