Skip to content
🚧 Early alpha — building the foundation. See the roadmap →

Changelog

v0.1.0 — Initial MVP release

The first release of Crosswalker is here. This MVP includes the core import wizard for bringing structured data into Obsidian.

  • Import wizard with 4-step workflow: file select, column config, preview, generate
  • CSV parsing with PapaParse streaming for large files (>5MB)
  • Column type detection — automatic analysis of hierarchy, ID, text, numeric, date, tags, and URL columns
  • Config system — save, load, and match import configurations with fingerprint-based matching
  • Generation engine — creates folder hierarchies and markdown notes with _crosswalker metadata
  • Preview — real folder tree and sample note preview before generating
  • Settings — comprehensive settings tab for output path, key naming, array handling, link syntax
  • Debug logging — toggle-able logging to crosswalker-debug.log

See the roadmap for planned features including XLSX/JSON parsers, cross-framework linking, and community plugin submission.