No description
Find a file
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
.changeset chore: add changesets and CHANGELOG for versioning 2026-03-07 00:22:54 -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: v0.3 + v0.4 — frontmatter, templates, outline panel, vault cache 2026-03-07 09:54:08 -08:00
src-tauri feat: v0.3 + v0.4 — frontmatter, templates, outline panel, vault cache 2026-03-07 09:54:08 -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
CHANGELOG.md feat: v0.3 + v0.4 — frontmatter, templates, outline panel, vault cache 2026-03-07 09:54:08 -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.