feat(poweruser): saved views + editor slash commands + status bar

- Saved views store (Zustand + localStorage) with CRUD
- Save/apply/delete views in tasks filter bar
- TipTap slash command menu (headings, lists, code, divider, wikilink)
- Wikilink autocomplete with [[ trigger and note search
- StatusBar: SSE status, active domain, ⌘K hint, collapsible
- StatusBar + QuickCapture mounted in _app layout
This commit is contained in:
2026-09-09 01:32:01 +00:00
parent c98e1c69f2
commit 27995dd7a4
9 changed files with 508 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-router": "^1.98.0",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.29.2",
"@tiptap/extension-code-block-lowlight": "^3.29.2",
"@tiptap/extension-link": "^3.29.2",
"@tiptap/extension-mention": "^3.29.2",