Obsidian Application Configuration

Sources

title: ## Contents
style: nestedList
maxLevel: 10
includeLinks: true
debugInConsole: false

Overview

URI Reference

NOTE

A *Uniform Resource Identifier is a unique sequence of characters that identifies a logical or physical resource used by web technologies. See Uniform Resource Identifier (URI) for more details.

Application Data

Obsidian DataHow to accessHow to control
Vaults%LOCALAPPDATA%/obsidian/obsidian.json
Enabled Core Plugins{vaultPath}/.obsidian/core-plugins.json
Current Theme{vaultPath}/.obsidian/appearance.jsonTheme Switcher Command (via Adv. URI)
Enabled CSS Snippets{vaultPath}/.obsidian/appearance.jsonRenaming a snippet located in "{vaultPath}/.obsidian/snippets/" basically works as a OFF-Switch, since CSS is live-reloaded by Obsidian. (renaming the file back, would be the on-switch)
Base Font Size{vaultPath}/.obsidian/appearance.json
Workspaces{vaultPath}/.obsidian/workspaces.jsonOpen Workspace (Adv. URI)
TagsMetadata-Extractor-PluginOpen / Search (URI)
AliasesMetadata-Extractor-PluginOpen (URI)
HeadingsMetadata-Extractor-PluginOpen Heading (Adv. URI)
Recent Files (up to 10){vaultPath}/.obsidian/workspace (last item)Open (URI)
Starred Files{vaultPath}/.obsidian/starred.jsonOpen (URI)
Index of Vaultfind "{vaultPath}" -name "*.md" (shell)Open (URI)
Plugins in Community Browserhttps://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-plugin.jsonHotkey Helper URI
Downloads & Versions of Pluginshttps://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-plugin-stats.jsonHotkey Helper URI
Themes in Community Browserhttps://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-css-themes.json
Installed Pluginsls -1 "{vaultPath}/.obsidian/plugins/" (shell)Hotkey Helper URI
Installed Themesls -1 "{vaultPath}/.obsidian/themes/" (shell)
Installed CSS Snippetsls -1 "{vaultPath}/.obsidian/snippets/" (shell)