Robust Obsidian importer: frontmatter normalization, syntax conversion, deprecated property renaming, same-note heading links

This commit is contained in:
Yuri Karamian
2026-06-30 22:10:22 +02:00
parent 13fd70f944
commit 479c957698
7 changed files with 1051 additions and 452 deletions
+3
View File
@@ -171,6 +171,9 @@ export interface FileEvent {
export interface ImportResult {
files_converted: number;
links_converted: number;
frontmatter_normalized: number;
syntax_converted: number;
attachments_moved: number;
}
export interface VaultStats {