Remove non-functional AI Suggestions button from Notes toolbar
Details
The per-plugin AI button didn't work. The global AI tray in the status
bar (bottom right) handles AI suggestions across all plugins.
Slash command: debounce 500ms, remove "/" on selection, "//" cancels
Details
Single "/" in a block editor starts a 500ms debounce. If the timer fires
(no second "/"), the "/" is removed from the text and the block type
picker opens. Selecting a block type inserts the new block. Pressing
Escape dismisses the picker and the "/" is already removed.
Typing "//" within 500ms cancels the debounce — both characters remain
in the text and the picker never opens, so code blocks and URLs work.
Fix empty page tree: correct style selector and binding types
Details
The TreeView style selector used invalid Avalonia syntax causing XAML
parse failure. Changed to target PART_HeaderPresenter for bold scoping.
Fixed Children.Count (int) bound to IsVisible (bool) by adding a proper
HasChildren bool property with CollectionChanged notification.
Get notified about new releases