Usecase
Having the ability to easily share markdown exports from various applications (like Obsidian, Anytype, StandardNotes, Notesnook, Notion...).
I wanted to copy a folder with markdown files into a folder where the markdown files get rendered as they should in a browser, with linking and navigational aspects intact.
This way I could easily share a part of my Obsidian vault or export many objects at once in Anytype that I then can directly share via a simple URL.

Description
It is a PHP application that renders a folder with markdown files with navigation, previews and everything one would expect from some kind of wiki or documentation page.
- previews markdown file content on link hover
- Obsidian and markdown link syntax is supported


