sync: Focus Panel UX Refresh from private repo

- Three-tab interface: Notes | Desc | Source
- Markdown preview with node tokens (react-markdown + remark-gfm)
- Formatting toolbar (H1/H2/H3/Bold/Italic)
- @mention functionality for linking nodes
- Description edit with 280 char limit

Run `npm install` to get new dependencies.
This commit is contained in:
“BeeRad”
2026-01-14 22:15:09 +11:00
parent 419d29dbe8
commit cea1df7f1f
4 changed files with 1694 additions and 541 deletions
+2
View File
@@ -43,6 +43,8 @@
"pdfjs-dist": "^5.4.296",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^2.5.2",
"uuid": "^11.1.0",
"youtube-captions-scraper": "^2.0.3",