The markdown editor for developers
You write code in Zed/VS Code. You write prose somewhere else because those editors are wrong shape for prose. Enfoca is the prose editor that respects your code fences.
What developers struggle with
Pains
- IDEs are optimized for code, not for writing about code
- Generic markdown editors don't handle code fences well
- READMEs deserve more care than a side-split preview
Fixes in Enfoca
- Hybrid view — rendered prose with markup on active line
- Code fences with language detection and Prism highlighting
- Full PDF/HTML export for docs that live outside the repo
From blank page to shipped work
- Open your repo's docs folder.
- Write READMEs, ADRs, proposals in markdown.
- Commit. Your PR readers see polished .md; your site generator builds it.