🚧 Early alpha — building the foundation. See the roadmap →
Vision
Short-term (current)
Section titled “Short-term (current)”A working Obsidian plugin that can:
- Import structured data (CSV/XLSX/JSON) into Obsidian as folder hierarchies + notes
- Generate proper frontmatter/properties from source columns
- Create links between framework nodes (crosswalks)
- Output data that works with Bases, Dataview, or any query tool
MVP status (achieved)
Section titled “MVP status (achieved)”The import wizard MVP is complete:
- Step-by-step wizard with file selection, column mapping, preview, generation
- CSV parsing with streaming for large files
- Config save/load/match system
- Generation engine with
_crosswalkermetadata
Long-term
Section titled “Long-term”A comprehensive ontology management system for Obsidian:
- Multiple framework import and linking
- Typed link syntax with JSON metadata
- Link insertion commands with autocomplete
- Compliance dashboards via Dataview/Bases queries
- OSCAL export for interoperability
- Community-shared framework configs
Design principles
Section titled “Design principles”- Plain text first — Everything in markdown, YAML, JSON
- Framework agnostic — Easy to add any structured data source
- Metadata rich — Links carry structured data about relationships
- Query powered — Standard tools (Bases, Dataview) for aggregation
- Future proof — No lock-in, works with standard Obsidian
- User-morphable — Expose settings generously, smart defaults with full control