diff --git a/README.md b/README.md index 0b36360..09396cc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This repository contains the following plugins: | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl) | Markdown Table: Sortable | 1.0.1 | Add the ability to sort rendered tables on the fly | Hieu-Thi Luong | | [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.3 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | -| [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.2 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | +| [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.3 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | | [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin_plugin.nlr/plugin.jpl) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ | | [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.0.5 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature | ylc395 | | [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.ToggleSidebars/plugin.jpl) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic | diff --git a/manifests.json b/manifests.json index 1990d7b..7ef3fca 100644 --- a/manifests.json +++ b/manifests.json @@ -1460,7 +1460,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.metis", "app_min_version": "2.2", - "version": "0.1.2", + "version": "0.1.3", "name": "Metis", "description": "A Simple Task Manager Plugin for Joplin based on Todo.txt Specification", "author": "Hieu-Thi Luong", @@ -1472,8 +1472,8 @@ "todotxt", "task management" ], - "_publish_hash": "sha256:7abb1fa1ebcf74056e99a233ad21d8f274d0e9266442ae074ebf39653d3883bc", - "_publish_commit": "main:6b0077bc009dc587945476fbf59dc4b247083219", + "_publish_hash": "sha256:c8bc56e8e7cde11179936e5afa28a79c23659041c9bc0615f408dbc0fa033ef4", + "_publish_commit": "main:a4017e98810622777d9aa958d3d0006cac15b195", "_npm_package_name": "joplin-plugin-metis" } } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.metis/manifest.json b/plugins/com.hieuthi.joplin.metis/manifest.json index ec64228..e69862f 100644 --- a/plugins/com.hieuthi.joplin.metis/manifest.json +++ b/plugins/com.hieuthi.joplin.metis/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.metis", "app_min_version": "2.2", - "version": "0.1.2", + "version": "0.1.3", "name": "Metis", "description": "A Simple Task Manager Plugin for Joplin based on Todo.txt Specification", "author": "Hieu-Thi Luong", @@ -14,7 +14,7 @@ "todotxt", "task management" ], - "_publish_hash": "sha256:7abb1fa1ebcf74056e99a233ad21d8f274d0e9266442ae074ebf39653d3883bc", - "_publish_commit": "main:6b0077bc009dc587945476fbf59dc4b247083219", + "_publish_hash": "sha256:c8bc56e8e7cde11179936e5afa28a79c23659041c9bc0615f408dbc0fa033ef4", + "_publish_commit": "main:a4017e98810622777d9aa958d3d0006cac15b195", "_npm_package_name": "joplin-plugin-metis" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.metis/plugin.jpl b/plugins/com.hieuthi.joplin.metis/plugin.jpl index e216163..45cee46 100644 Binary files a/plugins/com.hieuthi.joplin.metis/plugin.jpl and b/plugins/com.hieuthi.joplin.metis/plugin.jpl differ