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.
What’s included
Section titled “What’s included”- 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
_crosswalkermetadata - 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
What’s next
Section titled “What’s next”See the roadmap for planned features including XLSX/JSON parsers, cross-framework linking, and community plugin submission.