Where is the configuration reference?

What I’m trying to do

Find a reference where I can look up the meaning of every built-in Obsidian configuration option used in the .obsidian directory.

I need this for two things:

  • Add comments in my declarative configuration, explaining options with non-obvious names.
  • Look through a searchable list of options for anything interesting I might want to change.

Things I have tried

Web search, help search.

There is no configuration reference.
You can try reading each option name and option description within the settings GUI and match they with the relative key in the json files.

Also, there are about four or so .json files created by default, but others aren’t created until you use the core plugin, change settings for something, etc.

For example, if you’ve never set a custom hotkey, there won’t be a hotkeys.json file created (yet).