obsidian-plugin-markdown-tasks/test
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. dc0acb6f30
Migrate task logbooks during rollover
When the logbook feature is enabled, a pending task's logbook is kept
and carried along with the task during rollover instead of being pruned
out as a non-task bullet. Ownership is precise: a subtask's logbook
stays with the subtask, and a completed task's logbook is not migrated.
2026-06-02 13:48:41 +02:00
..
logbookCore.test.ts Add logbook feature for tasks 2026-06-01 15:49:47 +02:00
markdownStructure.test.ts Add prettier/eslint/husky as devDependencies 2026-05-04 09:55:38 +02:00
pendingTasks.test.ts Skip code blocks and frontmatter in task detection 2026-05-04 08:47:53 +02:00
rollover.test.ts Refactor rollover behind a RolloverIO interface for testability 2026-05-06 08:12:36 +02:00
rolloverCore.test.ts Migrate task logbooks during rollover 2026-06-02 13:48:41 +02:00
setup.ts Convert plain lines to tasks when cycling 2026-05-06 08:13:00 +02:00
taskActions.test.ts Convert plain lines to tasks when cycling 2026-05-06 08:13:00 +02:00