โ– humdrum codex / glint v1.1.2
license AGPL-3.0

โ† issues

TASK-039 Feat: checkboxes inside blockquotes/callouts (> - [ ]) toggle via Alt+x and mouse

๐Ÿ Done feature priority: medium

created 2026-07-06 18:51 ยท updated 2026-07-06 18:55

Description

parseListItem does not recognize a leading '>' so checkboxes inside Obsidian callouts (> [!Tasks]) never toggle. Teach parseListItem an optional blockquote prefix (one or more '>' each optionally followed by a space); Alt+x and mouse click both inherit it via parseListItem.

Acceptance Criteria