Data/ObsidianAppData directory, making your settings portable across computers.
Application Data Location
When you launch Obsidian Portable, the application uses:The
Data/ObsidianAppData folder contains all Obsidian application data, separate from your actual note vaults.Configuration Files
Main Configuration File
Obsidian stores vault references and application settings in:- Recently opened vaults and their paths
- Vault-specific settings references
- Application-level preferences
Path Management
The launcher configuration (App/AppInfo/Launcher/ObsidianPortable.ini) defines how paths are updated:
- Replace the initial data directory placeholder
- Update paths when the package location changes
- Update paths when the drive letter changes
- Update paths when moved within the PortableApps directory
Vault Configuration
Each vault has its own configuration stored within the vault folder:Vault Configuration Directory
app.json- Application settings for this vaultappearance.json- Theme and appearance settingsworkspace.json- Current workspace layouthotkeys.json- Custom keyboard shortcutscore-plugins.json- Enabled core pluginscommunity-plugins.json- Enabled community pluginsplugins/- Installed community plugin filesthemes/- Installed custom themes
Each vault maintains its own settings, allowing different configurations for different projects.
Accessing Settings
Navigate categories
Settings are organized into categories:
- Editor
- Files & Links
- Appearance
- Hotkeys
- Core plugins
- Community plugins
Appearance and Themes
Built-in Themes
Obsidian includes default light and dark themes:- Open Settings → Appearance
- Choose “Light” or “Dark” base theme
- Adjust accent colors and fonts
Installing Custom Themes
Themes are downloaded to:
In portable mode, themes are stored per-vault. To use the same theme across vaults, install it in each vault or copy the theme folder.
Appearance Settings
Customize the interface:- Font settings: Change editor font, size, and monospace font
- Window frame: Native or hidden frame style
- Translucency: Enable window translucency (Windows 10+)
- Zoom level: Adjust interface scaling
- CSS snippets: Add custom CSS for advanced styling
Plugin Management
Core Plugins
Obsidian includes built-in plugins:- Open Settings → Core plugins
- Toggle plugins on/off:
- File explorer
- Search
- Quick switcher
- Graph view
- Backlinks
- Outgoing links
- Tag pane
- Page preview
- Templates
- Daily notes
- And more…
Core plugins are part of Obsidian and do not require separate installation.
Community Plugins
Install third-party plugins to extend functionality:
Community plugins are stored in:
Managing Installed Plugins
In Settings → Community plugins:- Enable/disable: Toggle plugins without uninstalling
- Update: Check for plugin updates
- Uninstall: Remove plugins you no longer need
- Configure: Access plugin-specific settings
Plugin Data Portability
When you store vaults in the portable
Data/ directory, all plugins and their configurations move with the vault.- Copy
.obsidian/plugins/from one vault to another - Copy
.obsidian/community-plugins.jsonto enable the same plugins
Workspace Layouts
Understanding Workspaces
Workspaces save your pane arrangement, including:- Open notes and their positions
- Sidebar visibility and width
- Plugin pane locations
Managing Workspaces
Loading Workspaces
To switch between saved workspaces:- Open Command Palette (
Ctrl + P) - Type the workspace name
- Select to load that workspace layout
Hotkeys and Keyboard Shortcuts
Customizing Hotkeys
- Open Settings → Hotkeys
- Search for the command you want to modify
- Click the ”+” icon to add a new hotkey
- Press your desired key combination
Editor Commands
Customize shortcuts for formatting, lists, and editing operations
Navigation
Set hotkeys for switching notes, opening sidebars, and moving between panes
Plugin Commands
Assign shortcuts to plugin-specific commands
Workspace Switching
Quick-switch between saved workspace layouts
Hotkey Portability
Custom hotkeys are saved in:Hotkey configurations are vault-specific and portable when the vault is in your portable directory.
Advanced Configuration
CSS Snippets
Customize Obsidian’s appearance with CSS:
Example snippet:
Configuration Backup
Regularly back up your configuration:- Entire portable installation: Copy the whole folder
- Application data only: Copy
Data/ObsidianAppData/ - Per-vault settings: Copy
.obsidian/from each vault
Backing up the entire
Data/ folder preserves both application settings and any vaults stored within the portable directory.Syncing Settings Across Vaults
To use consistent settings across multiple vaults:- Configure one vault as desired
- Copy specific files from
.obsidian/to other vaults:appearance.json- Theme and appearancehotkeys.json- Keyboard shortcutscore-plugins.json- Core plugin enablement
Portable-Specific Settings
Directory Move Support
Obsidian Portable is configured to handle directory moves:- Move the entire portable folder to a new location
- Rename the parent folder
- Change drive letters
UNC Path Support
Obsidian Portable supports network paths:- Run from network shares
- Open vaults on network drives
- Use UNC paths like
\\server\share\vault
Network performance may affect Obsidian’s responsiveness. For best results, use local or fast network storage.
Configuration Best Practices
- Regular exports: Export your settings periodically
- Test changes: Try new plugins and themes in a test vault first
- Monitor performance: Disable unnecessary plugins
- Keep backups: Back up both vaults and application data
- Document customizations: Keep notes about custom CSS or advanced configurations
Resetting Configuration
If you need to reset settings:Reset Application Settings
- Close Obsidian
- Rename or delete
Data/ObsidianAppData/ - Restart Obsidian (creates fresh application data)
Reset Vault Settings
- Close Obsidian
- Rename or delete
YourVault/.obsidian/ - Reopen the vault (creates default settings)
