DEV Community

Cover image for LeafWiki – A Markdown Wiki is now ready for Dogfooding (v0.4.0)
perber
perber

Posted on • Edited on

LeafWiki – A Markdown Wiki is now ready for Dogfooding (v0.4.0)

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:

asset-manager

πŸ—‚οΈ And a glimpse of the built-in asset manager:

overview

βœ… 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)