A developer-focused markdown editor with git repository sync, designed for developers and AI codegen tools to maintain knowledge bases.
- Markdown editing and rendering
- Git repository sync
- AI-friendly CLI
See example.md for all supported node types.
Go to Releases and download the latest installer for your platform.
go install github.com/wailsapp/wails/v2/cmd/wails@latest
cd frontend && pnpm installwails devwails buildBuild output goes to build/bin/.
# Go tests
go test ./...
# Frontend unit tests (vitest + happy-dom)
cd frontend && pnpm vitest run
# E2E tests (Playwright)
# Make sure `wails dev` is running first, then:
cd tests/e2e && pnpm testMIT
