Skip to content

v0.0.4

Choose a tag to compare

@danielweinmann danielweinmann released this 17 Mar 01:14
· 39 commits to main since this release

Task Notes with Rich Text Editor

Add rich text notes to tasks with a full-featured Tiptap editor in a slide-in drawer.

What's new

  • Rich text notes on tasks — click the sticky note icon on any task to open the notes drawer
  • Formatting — bold, italic, underline, strikethrough, headings, bullet/numbered lists, blockquotes, code blocks with syntax highlighting, links
  • Slash commands — type / to browse formatting options
  • Bubble menus — select text to see formatting options, hover blocks for the block menu
  • Auto-save — notes flow through the reducer and auto-save like all other changes
  • CLI supportitsvertical task notes <file> <task-id> to get, --set to set, --clear to clear
  • Notes indicator[notes] tag in itsvertical show output for tasks with notes
  • Backward compatible — existing .vertical files work without changes

Also in this release

  • Removed unused @heroicons/react dependency

Full diff: v0.0.3...v0.0.4