notes/vault/Welcome.md
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

917 B

Welcome to Graph Notes

Welcome to Graph Notes — your local-first knowledge base with bidirectional linking and graph visualization.

Getting Started

This app stores all your notes as plain .md files on disk. You can:

  • Create notes using the + button in the sidebar
  • Link between notes using [[wikilinks]] — just type [[Note Name]]
  • See backlinks in the right panel — all notes that link to the current one
  • Visualize connections in the Graph View

Key Features

  • 📝 Markdown editing with live preview
  • 🔗 Bidirectional backlinks — see who links to you
  • 🔮 Graph View — visualize your knowledge network
  • 📅 Daily Notes — capture thoughts day by day
  • 💾 Local-first — your notes are just .md files

Check out Markdown Syntax to learn more about formatting, or explore the Graph View to see how everything connects.