Mark HeadboardProvides a kanban-board-like view for Markdown files. Each level 1 heading is a column on the board, and each level 2 heading is a card in the column. Features:
UsageTwo commands are added to the command palette:
Or, you can use Known IssuesMarkdown parsing is primitive and done via regex.
Most notably, it doesn't yet know to ignore fenced code blocks when scanning for headings.
Also, only atx-style headers ( Moving the last column to the front does not work correctly if there is no trailing newline. |