Add DefaultShortcutHint to Calendar quick action descriptor
Details
Declare Cmd+E as the shortcut hint on the calendar.new_quick_event
quick action so the shell's generic shortcut router can resolve it.
Bumps Calendar plugin to 1.13.1.
Add IQuickActionProvider to Tasks plugin with quick task form
Details
Implement IQuickActionProvider on TasksPlugin with a "New Quick Task"
action (tasks.new_quick_task). The QuickTaskForm provides title,
description, priority selector, and due date picker fields. On save,
creates the task via TaskService and closes the overlay. Bumps Tasks
plugin version to 1.18.0.
Add IQuickActionProvider to Notes plugin (v1.51.0)
Details
Implements IQuickActionProvider on NotesPlugin, registering a "New Sticky
Note" global quick action. The action shows a modal overlay with a
QuickStickyNoteForm control (title, content, color picker) that creates a
sticky note via StickyNoteService from any plugin tab. The form is built
programmatically as a self-contained ContentControl to keep the quick action
lightweight and independent of the Notes view state.
Fix AI suggestions panel overlapping toolbar buttons
Details
Lift AiSuggestionPanel out of the inner DockPanel (which only pushed the
editor content) and into a new outer DockPanel wrapping the entire editor
Grid column. When the AI panel opens it now pushes everything — toolbar,
editor, and footer — to the left, preventing the right-side toolbar
buttons from overlapping with AI suggestion cards.
Notes sidebar UI fixes: indentation, filter, data sources styling
Details
- Remove page tree over-indentation (Margin 8→0)
- Fix selected page bold text selector to match nested TextBlocks
- Add "Filter pages..." search box above page tree with debounce
- Collapse all Data Source groups by default (expanded=false)
- Persist Data Source group expanded state via plugin settings
- Bind TreeViewItem IsExpanded to model for two-way sync
- Remove jarring Data Sources background color (→Transparent)
- Make "Data Sources" header larger, bold, and primary color
- Bump version to 1.50.6
Get notified about new releases