joplin-plugin-inline-todo 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ Todos can be filtered such that the plugin will only display Todos from specific
|
|
|
126
126
|
<!-- inline-todo-plugin Work "Special Project" -->
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
## Custom Editor
|
|
129
|
+
## Custom Editor
|
|
130
130
|
The plugin includes an optional custom editor that replaces the markdown summary note with an interactive GUI. This gives you a more visual way to work with your TODOs, with the ability to filter, sort, and manage tasks directly from the interface.
|
|
131
131
|
|
|
132
132
|
The powerful feature of the custom editor is the **saved filters**. Instead of having a single view of all your TODOs, you can create multiple named filter views that each show a different subset of your tasks. For example, you might have:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-inline-todo",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
6
6
|
"prepare": "npm run dist",
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "plugin.calebjohn.todo",
|
|
4
4
|
"app_min_version": "3.4.2",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.2",
|
|
6
6
|
"name": "Inline TODO",
|
|
7
7
|
"description": "Write TODOs *everywhere* and view them in one place.",
|
|
8
8
|
"author": "Caleb John",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"48": "icons/48.png",
|
|
28
28
|
"128": "icons/128.png"
|
|
29
29
|
},
|
|
30
|
-
"_publish_hash": "sha256:
|
|
31
|
-
"_publish_commit": "master:
|
|
30
|
+
"_publish_hash": "sha256:4b30c500fc8848b36b0116a23326a6eba52e70c0491d4ceeb3c559c2c8e29924",
|
|
31
|
+
"_publish_commit": "master:853bcc419a197aca8a1367aacf471d1830aed942"
|
|
32
32
|
}
|