diff --git a/README.md b/README.md index 79ea47b..122232c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,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.1.0 | Sort rendered markdown tables on the fly. Can recognize simple cases of number, money, date and sort accordingly. | 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.3 | 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.4 | 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.3.0 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, 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 39da2af..de53ad9 100644 --- a/manifests.json +++ b/manifests.json @@ -1442,7 +1442,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.metis", "app_min_version": "2.2", - "version": "0.1.3", + "version": "0.1.4", "name": "Metis", "description": "A Simple Task Manager Plugin for Joplin based on Todo.txt Specification", "author": "Hieu-Thi Luong", @@ -1454,8 +1454,8 @@ "todotxt", "task management" ], - "_publish_hash": "sha256:c8bc56e8e7cde11179936e5afa28a79c23659041c9bc0615f408dbc0fa033ef4", - "_publish_commit": "main:a4017e98810622777d9aa958d3d0006cac15b195", + "_publish_hash": "sha256:a96671d1f52fc083e4cca4ed39b0c1c17aa4085fd466673d52dd3f0798e6efd2", + "_publish_commit": "main:8d6cf6e290e19d7d0c9891939b16abd8fb424613", "_npm_package_name": "joplin-plugin-metis" }, "eu.xardbaiz.joplin.HackMD": { diff --git a/plugins/com.hieuthi.joplin.metis/manifest.json b/plugins/com.hieuthi.joplin.metis/manifest.json index e69862f..04619cb 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.3", + "version": "0.1.4", "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:c8bc56e8e7cde11179936e5afa28a79c23659041c9bc0615f408dbc0fa033ef4", - "_publish_commit": "main:a4017e98810622777d9aa958d3d0006cac15b195", + "_publish_hash": "sha256:a96671d1f52fc083e4cca4ed39b0c1c17aa4085fd466673d52dd3f0798e6efd2", + "_publish_commit": "main:8d6cf6e290e19d7d0c9891939b16abd8fb424613", "_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 45cee46..3e79fc4 100644 Binary files a/plugins/com.hieuthi.joplin.metis/plugin.jpl and b/plugins/com.hieuthi.joplin.metis/plugin.jpl differ