feat: export notes as pdf

This commit is contained in:
lucaronin
2026-05-29 19:15:07 +02:00
parent 30cde097d2
commit 10aed871da
42 changed files with 620 additions and 42 deletions

View File

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