mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-09-19 09:27:29 +02:00
Robust Obsidian importer: frontmatter normalization, syntax conversion, deprecated property renaming, same-note heading links
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user