Hey guys, so recently I’ve made a module which will fetch all the MARKDOWN .md
files from your github repo and read its content including formatting the content using MDify.
How to set this up?
- Import the module
- Open the config file and edit the following (make sure you have a github repo)
- Now require the module and run the
GetVersions()
function!
How to set Owner, Repo and Folder?
SET THE AUTHTOKEN TO NIL IF THE REPO IS PUBLIC
If your repo is private then read the docs to get the auth token.
Get the Module here
Test the module here
https://www.roblox.com/games/124159573099085/UpGit-Module-Place
And here is the end! this module does not support filtering or heavy markdown support, you can customize it however you like!
I just made this for my game and I decided to share it with you all
I hope it will be useful.