feat: add vault item deep links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user