What problem does it solve?
Helps users migrate scattered markdown files into a structured TypeMD vault by scanning source directories, inferring types and properties from frontmatter, mapping relations, and creating proper TypeMD objects without modifying the original files.
Core Features & Use Cases
- Four-phase guided workflow: Scan, Plan, Execute, Verify to ensure safe, reviewable imports.
- Schema inference & mapping: Match files to existing types, suggest new types, and infer property types from frontmatter values.
- Relation discovery & conflict handling: Detect cross-file references, wiki-links, and apply conflict policies (default skip) with an ordered import that respects dependencies.
- Use Case: Migrate an exported personal notes folder or a team's markdown wiki into TypeMD while preserving links, tags, and metadata.
Quick Start
Scan my notes folder and generate a recommended ImportPlan that classifies files into types and maps frontmatter to TypeMD properties.