enzotar
|
d174c7f26d
|
feat: v0.3 + v0.4 — frontmatter, templates, outline panel, vault cache
v0.3: Core file reading & markdown infrastructure
- Rust: read_note_with_meta, list_templates, save_attachment commands
- TypeScript: frontmatter.ts (parse/serialize YAML, extract headings)
- OutlinePanel with click-to-scroll headings + tabbed right panel
- CommandPalette: New from Template with {{title}}/{{date}} replacement
- Editor: image drag-and-drop to attachments/
- 130 lines of CSS for outline panel and right panel tabs
v0.4: File reading & caching
- Rust: VaultCache (cache.rs) with mtime-based invalidation
- Rewrote read_note, read_note_with_meta, build_graph, search_vault to use cache
- init_vault_cache (eager scan on startup), get_cache_stats commands
- Frontend LRU noteCache (capacity 20, stale-while-revalidate)
- notify crate added for filesystem watching foundation
|
2026-03-07 09:54:08 -08:00 |
|
enzotar
|
2041798048
|
feat: v0.2.0 — command palette, full-text search, note management, editor improvements, graph filtering
- Add search_vault and rename_note Rust backend commands
- Add CommandPalette component with fuzzy search and keyboard nav (Ctrl+K)
- Add ContextMenu component with rename/delete actions
- Add global keyboard shortcuts (Ctrl+N/G/D)
- Rebuild Sidebar with debounced full-text search results
- Add Editor heading scaling (h1-h3), interactive task checkboxes, inline code
- Add GraphView filter bar (folder dropdown, min links slider)
- Add 440+ lines of CSS for all new components
- Update CHANGELOG.md with v0.2.0 entry
|
2026-03-07 08:40:16 -08:00 |
|
enzotar
|
b03237f4c2
|
chore: add changesets and CHANGELOG for versioning
|
2026-03-07 00:22:54 -08:00 |
|
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 |
|