Render a folder README (README.md, Readme.md, readme.md, etc.) directly at the top of the Nextcloud Files view — similar to GitLab.
- Renders Markdown inside the Files list header
- Supports common README filename variants (case-insensitive)
- Read-only task list checkboxes
- Auto-refresh on save, rename, or delete (Nextcloud event bus)
- Lightweight bundle using highlight.js core and selected languages
- UI styling aligned with Nextcloud design
- Nextcloud 33+
- Files app v4 API
Clone into your Nextcloud custom_apps directory:
git clone https://github.com/Konstiu/MarkDown-renderer.git markdownreadmeEnable the app in Nextcloud (Settings → Apps), then build assets:
npm ci
npm run buildnpm run watchThis project is licensed under the AGPL-3.0 License.
