taskgenius_taskgenius-plugin/src
Quorafind 0da19786b3 fix(editor): correct transaction filter execution order for status cycling
Fixed status modification failure caused by incorrect editor plugin
registration sequence. Transaction filters execute in reverse order,
so cycleCompleteStatus must be registered last to execute first,
followed by autoDateManager.

Also improved position mapping in date-manager using tr.changes.mapPos
instead of inverse.mapPos for correct change composition.
2025-11-17 15:16:00 +08:00
..
__mocks__ fix(editor-extensions): resolve transaction conflicts between workflow and date managers 2025-10-13 10:06:33 +08:00
__tests__ fix(file-source): remove project tag when deriving project from tags 2025-10-30 15:26:38 +08:00
cache refactor(fluent): rename V2 to fluent and improve code quality 2025-10-19 13:44:49 +08:00
commands fix(task-mover): prevent archive markers on non-task lines and preserve folded content 2025-09-26 16:56:50 +08:00
common feat(fluent): add modern/classic interface style option 2025-11-11 20:34:32 +08:00
components refactor: improve error handling and status mark display 2025-11-14 14:09:43 +08:00
core refactor(dataflow): improve ObsidianSource lifecycle management 2025-09-13 22:20:39 +08:00
dataflow refactor: improve error handling and status mark display 2025-11-14 14:09:43 +08:00
editor-extensions fix(editor): correct transaction filter execution order for status cycling 2025-11-17 15:16:00 +08:00
executors/completion refactor(workflow): improve code quality and type safety 2025-10-12 14:25:20 +08:00
managers refactor(mcp): optimize server initialization and fix UTF-8 encoding 2025-11-11 23:05:42 +08:00
mcp feat(mcp): add server logging system with modal viewer 2025-11-12 20:53:08 +08:00
pages refactor: improve error handling and status mark display 2025-11-14 14:09:43 +08:00
parsers feat(tasks): add task deletion with cascade support 2025-09-03 22:16:52 +08:00
patches fix: tag input event issue 2025-10-30 14:08:02 +08:00
services refactor(storage): migrate from localStorage to Obsidian app storage API 2025-10-21 16:29:23 +08:00
styles style: update group-by style issue 2025-11-13 11:49:05 +08:00
translations feat(quick-capture): add file name template dropdown and enhance settings 2025-10-13 07:09:01 +08:00
types refactor: improve error handling and status mark display 2025-11-14 14:09:43 +08:00
utils refactor: improve error handling and status mark display 2025-11-14 14:09:43 +08:00
icon.ts feat: support canvas indexer 2025-06-18 10:12:55 +08:00
index.ts fix(editor): correct transaction filter execution order for status cycling 2025-11-17 15:16:00 +08:00
setting.ts refactor(mcp): optimize server initialization and fix UTF-8 encoding 2025-11-11 23:05:42 +08:00
test-setup.ts chore: resolve conflict 2025-07-09 16:58:46 +08:00
utils.ts refactor(fluent): rename V2 to fluent and improve code quality 2025-10-19 13:44:49 +08:00