This web app was created with the intention of allowing you to dynamically set tabletop game rules and share them with your players. However, with a bit of creativity, it can be used for much more.
Many thanks to Crobi for creating dnd5e-quickref, the repository that inspired the development of this project.
Feel free to follow me to stay updated on my future projects!
- Import and export data files.
- GitHub Gist loader on startup if the ID was provided in the URL.
- Create and customize structures.
- Edit, reorder and view mode.
- Markdown support for popup information.
- Selector of game-icons.net icons.
- Frontend-only.
- Change mode between Edit and Reorder button.
- Import data file.
- Export data file.
Clicking the + button will create a structure based on its hierarchy:
- Section: Contains its color, title, and usage inputs.
- Article: Where the type of entry can be defined.
- Entry: Includes the icon, title, and subtitle.
Clicking twice on an entry will open the popup, which includes a text input area. The markdown you write in this area will be parsed and displayed in the preview area.
Drag and drop an element to a new position to reorder it, or drop it inside the bin button at the bottom of the screen to delete it.
Download the data file using the Export data file option and upload it publicly to GitHub Gist.
After #gistID=, insert the Gist ID found at the end of the Gist URL to load the data. Share the resulting URL to activate Viewer Mode.
Click on an entry to open its information popup.