Update nightwatch75/todo to 0.0.9 — drag-and-drop reorder (plugin API 5) (#91)
Manual-mode reordering now uses declarative drag-and-drop (ui.dragSource / ui.dropZone, plugin_api 5) instead of the two-click grip; also folds in the 0.0.8 crash-loop fix (strike() gated on utf8.len) and an onExit autosave flush. Translation keys nested for the validator. Co-authored-by: nightwatch75 <nightwatch75@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
nightwatch75
Claude Opus 4.8
parent
7fa3903113
commit
5e7655dc73
+3
-3
@@ -2,14 +2,14 @@
|
||||
# of editable task rows: add with +, tick to complete (the text is struck
|
||||
# through), delete, and click each row's colour chip to cycle its priority
|
||||
# (important → medium → low). A header toggle switches ordering between priority
|
||||
# (auto-sorted) and manual, where a ☰ grip on each row reorders it by clicking.
|
||||
# (auto-sorted) and manual, where a ☰ grip on each row drags it to reorder.
|
||||
# The whole list is a single JSON file in the configured folder; no external
|
||||
# commands are run.
|
||||
|
||||
id = "nightwatch75/todo"
|
||||
name = "To Do"
|
||||
version = "0.0.7"
|
||||
plugin_api = 3
|
||||
version = "0.0.9"
|
||||
plugin_api = 5
|
||||
author = "nightwatch75"
|
||||
license = "MIT"
|
||||
dependencies = []
|
||||
|
||||
Reference in New Issue
Block a user