No description
Find a file
enzotar 706c7ac5ad feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI
- Tauri v2 desktop app with React, TypeScript, Tailwind CSS v4
- Contenteditable editor with [[wikilink]] token chips (compact pills, unwrap on backspace/delete)
- Wikilink autocomplete: type [[ to search and link notes
- Force-directed graph view with semantic zoom (circle→card morph)
- Single-click zooms into node, double-click opens note
- shadcn-inspired design system: zinc neutrals, purple accents, gradient buttons
- Sidebar with search, file tree, active indicators, daily note shortcut
- Backlinks panel showing linked mentions with context
- File-based vault stored in local filesystem via Tauri FS plugin
2026-03-07 00:21:49 -08:00
.vscode feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
public feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
src feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
src-tauri feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
vault feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
.gitignore feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
index.html feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
package-lock.json feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
package.json feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
README.md feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
tsconfig.json feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
tsconfig.node.json feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00
vite.config.ts feat: Graph Notes app with semantic zoom graph, wikilink tokens, and shadcn-inspired UI 2026-03-07 00:21:49 -08:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.