- Say you set up an Obsidian vault to have a few hotkeys for ease of use, maybe a third-party plugin or two, maybe a nice theme
- When you make a new vault (e.g., if you start a new job and want a fresh space that only contains work stuff, with a different theme so thereās a different vibe), the new vault will have only the ādefaultā settings
- I used to manually set stuff up again, then I realised the proper way to do it
.obsidian folder
- It turns out that the custom settings you set up (including hotkeys, plugins, theme etc) are stored in a āhiddenā (by default) folder in the vault
- Hereās an AI summary of what to do
To keep the same settings when creating a new Obsidian vault, copy theĀ .obsidianĀ folder from your existing vault to the new one.Ā This folder contains all the settings, themes, plugins, and other configurations.Ā You may need to restart Obsidian for the changes to take effect.Ā
Hereās a more detailed breakdown:Ā
-
1.Ā Locate theĀ
.obsidianĀ folder:This folder is typically found at the root of your existing Obsidian vault.
-
2.Ā Copy the folder:
Use your file manager to copy the entireĀ
.obsidianĀ folder. -
3.Ā Paste into the new vault:
Navigate to the root of your new Obsidian vault and paste the copiedĀ
.obsidianĀ folder there. -
4.Ā Restart Obsidian:
After pasting, restart the Obsidian application to ensure that the settings are loaded correctly.
By copying theĀ .obsidianĀ folder, youāre essentially transferring all your customizations, including:
- Core settings:Ā These are the general settings like editor preferences, appearance, and hotkeys.Ā
- Installed plugins:Ā Both core and community plugins will be activated in the new vault.Ā
- Themes:Ā The theme you were using in your previous vault will be applied.Ā
- Templates:Ā If you have a templates folder within your vault, youāll need to copy that separately.Ā
This method ensures a consistent experience across different vaults, allowing you to maintain your preferred setup.