Offline access to the wiki

It is possible to download the ProDiMo wiki as it is also stored in a git repository. If you already downloaded the code (see Checkout the code), you just need to also clone the prodimo.wiki repository (don't put it inside you local prodimo git directory!):

git clone https://gitlab.astro.rug.nl/prodimo/prodimo.wiki.git

This downloads all the wiki files into a directory prodimo.wiki. To be sure that you always have to latest version of the wiki just do a git pull from time to time.

However to actually view it you need some other software. If you are coding you might be familiar with Visual Studio Code. It actually has a nice markdown editor/viewer, and it is especially great if you are also editing the wiki.

If you just want to view it we can recommend obsidian . It is available for linux and mac and easy to install. Just do an open vault and open vault from folder in obsidian and you are ready to go. It also includes a very useful search capability. It can also be used to edit the wiki and there is also git is supported (via a community plugin).

However, if you are using some other software to view markdown files, it might work as well. Please let us know if it is working.