This addon lets you write custom documentation and view it in Godot.
The addon uses the same hierarchy as mdbook. If you follow the mdbook guide, it should work.
Markdown support may be limited due to Godot BBCode support.
- Download the addon from GitHub or AssetLib.
- Copy the addons folder into your project if you download it from GitHub.
- Download the addon MarkdownLabel from daenvil.
- Enable both addons in your project settings.
- Reload the project if needed.
- You will see a new button alongside the AssetLib button.
- Set the path to the documentation folder in the Project Avanced Settings (Addons > Markdown Book > Docs Folder)
- Reload the project if needed.
- Create the rich text markdown inside the addon
- Create a dark theme icon
- Make the tree reload when clicking on the docs folder
This project is licensed under the terms of the Mozilla Public License, version 2.0.
The icon (./addons/markdown_viewer/icon.svg and ./icon.png) is licensed under the terms of the CC BY-NC-ND License.
- Daenvil for creating the MarkdownLabel addon