v0.0.4
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 support —
itsvertical task notes <file> <task-id>to get,--setto set,--clearto clear - Notes indicator —
[notes]tag initsvertical showoutput for tasks with notes - Backward compatible — existing
.verticalfiles work without changes
Also in this release
- Removed unused
@heroicons/reactdependency
Full diff: v0.0.3...v0.0.4