feat: add vault item deep links

This commit is contained in:
lucaronin
2026-05-27 14:36:36 +02:00
parent 5090ed31bb
commit f80e571c78
48 changed files with 1592 additions and 40 deletions

View File

@@ -42,6 +42,7 @@ export interface EditorContentProps {
onEnterNeighborhood?: (entry: VaultEntry) => void
onRevealFile?: (path: string) => void
onCopyFilePath?: (path: string) => void
onCopyDeepLink?: (entry: VaultEntry) => void
onDeleteNote?: (path: string) => void
onArchiveNote?: (path: string) => void
onUnarchiveNote?: (path: string) => void