You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: extract-todos/info.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
"script": "extract-todos.qml",
5
5
"authors": ["@jaschop-1k5o"],
6
6
"platforms": ["linux"],
7
-
"version": "1.0",
7
+
"version": "1.1",
8
8
"minAppVersion": "24.5.1",
9
-
"description" : "Continuously scan your note folder for open TODOs, and display them in the scripting panel.\n\nTODOs are identified according to Markdown syntax, by lines starting with `- [ ]`\nScanning can be restricted to a subfolder.\n(Note: Script uses `find` and `grep` in the background.)"
9
+
"description" : "Continuously scan your note folder for open TODOs, and display them in the scripting panel.\n\nTODOs are identified according to Markdown syntax, by lines starting with `- [ ]`\nScanning can be restricted to a subfolder.\n(Note: Script uses `find` and `cat` in the background.)"
0 commit comments