WikiCode
Portable documentationWikiCode is a format-first approach to documentation that stays with your code. Any editor can integrate with the same markdown layout so teams keep context without locking into a single tool.
Format at a glance
The schema is intentionally minimal: one file per source file, line-aware headers, and plain markdown content.
# auth.ts
General documentation for this file.
## 15
Documentation for line 15.
## 42:58
Documentation for the function spanning lines 42-58.
How files map
Source file
src/auth.ts
WikiCode file
.wikicode/src/auth.ts.md
Spec version
WIKICODE-SPEC-1.0
Integrations
The repository is structured so each editor lives in its own folder. The VS Code extension is available now, with more integrations to come.
Read the full spec in SPECIFICATION.md in the repository root.