Skip to main content

Settings Navigation

info

The settings tab of every community plugin can be opened by the plugin's id. The id can be found in <your-vault>/.obsidian/plugins/<your-plugin>/manifest.json.

Obsidian settings

idMeaning
editorEditor
fileFile & Links
appearanceAppearance
hotkeysHotkeys
aboutAbout
accountAccount
core-pluginsCore plugins
community-pluginsCommunity plugins

Obsidian stores

idMeaning
theme-browserTheme browser
plugin-browserPlugin browser

Core plugin settings

idMeaning
note-composerNote composer
backlinkBacklink
switcherQuick Switcher
command-paletteCommand palette
daily-notesDaily notes
file-recoveryFile recovery
page-previewPage Preview

Setting Sections

In addition to navigating to a specific setting, you can also navigate to a specific section of a setting. This is useful if you want to open a specific setting and have it scrolled into view. Use the additional settingsection parameter for this purpose. The parameter's value is the exact case-sensitive section name.

Example
obsidian://advanced-uri?vault=<your-vault>&settingid=editor
obsidian://advanced-uri?vault=<your-vault>&settingid=editor&settingsection=Behavior
Source

Thanks to hyaray for collecting all setting ids on the Obsidian forum