Issue
@poire-z made an interesting observation:
We should have a wiki page documenting the available settings that are not manageable thru menus (i added quite a few these last months).
This should print an alphabetic list of all the available options.
grep --include \*.lua -hoPr "(?<=G_reader_settings:readSetting\(\")\w+(?=\"\))" |sort |uniq
Ideally we'd automatically add some explanation as well somehow, but for starters just getting the (slightly further processed) output of that command or something equivalent in auto-generated docs somehow would be nice.
Issue
@poire-z made an interesting observation:
This should print an alphabetic list of all the available options.
Ideally we'd automatically add some explanation as well somehow, but for starters just getting the (slightly further processed) output of that command or something equivalent in auto-generated docs somehow would be nice.