This project is created specifically for maintainers of this Wiki as a convenience tool.
The SettingsTemplate.ini https://github.com/orx/orx/blob/master/code/bin/SettingsTemplate.ini is our source of truth when data config properties are added or changed. We change the format a little on the wiki by hand. This is very labourious.
The program (C++ code) simply takes the SettingsTemplate.ini
file and creates a new file suitable for cutting and pasting into the wiki to reduce the effort required to keep the wiki in sync with the data config files.
You can either take the source file (main.cpp) and compile this yourself, or take a copy of the .exe. When you have an executable, simply run it. The program will use your $ORX environment variable to locate the SettingsTemplate.ini file in your orx repo and create the wiki formatted file for you automatically. It is created next to the original file.
That will come next.