Hey π
just wanted to share a quick update on my side project β LeafWiki, a Markdown-based wiki built with developers in mind.
πΏ What is LeafWiki?
LeafWiki aims to be a lightweight Markdown wiki for developer teams. No cloud lock-in, no database, no unnecessary overhead.
Just a single binary that lets you create, search, and edit Markdown files β all stored directly on your local disk.
πΈ Hereβs a quick screenshot while writing this post inside LeafWiki itself:
ποΈ And a glimpse of the built-in asset manager:
β Whatβs new in v0.4.0?
With this release, the project is now ready for real dogfooding β meaning Iβve started using it internally for my own documentation needs.
1. π± Mobile-optimized UI
The interface now works on smartphones and tablets.
2. π Full-text search (SQLite-based)
A custom module scans all Markdown files and builds a fast local search index.
3. βοΈ Editor improvements
The editor now supports hotkeys for bold, italic, ## headings, and more β no bloated WYSIWYG needed.
π Whatβs next?
Right now, Iβve started using LeafWiki to write its own end-user documentation.
To support this, Iβm working on server-side rendering (SSR) so pages can be properly indexed by search engines.
After that, the roadmap includes:
- π Importing Markdown files from disk
- π Git repository integration (planned for a future version)
π€ Feedback & Chat
Iβd love to hear your feedback, ideas, or suggestions!
β Project: github.com/perber/leafwiki
β Chat: Discord
Thanks for reading
β Patrick
Top comments (0)