Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 06:23

Editing, faster attribute changes, and manual ordering.

Edit a task's text from the panel. Double-click it, or Edit text. Enter saves, Escape cancels, Shift+Enter adds a line break.

This is the one place the plugin rewrites something you wrote, so it's deliberately narrow: only the sentence changes. Indentation, bullet, checkbox, blockquote and heading markers, the tag exactly as you wrote it (#task/work stays #task/work), any block id, and the handled marker are all preserved. The line is re-located by its exact previous text before writing, so an edit made in the note meanwhile can't cause the wrong line to be rewritten. Renaming re-keys the record, so bucket, context, date and project links survive.

Context and waiting-on chips are now clickable, like the date chip already was. Empty ones appear on hover as + context; on touch they're on the menu.

Reorder by dragging one task onto another within a list — a line across the card shows where it will land. Order is stored in the plugin's data, so the order of lines in your notes is never touched. Lists you've never reordered keep sorting by most recently filed.

Includes 33 new tests covering the line rewriting, which is the part that could damage a note.

See the changelog.