[question] Backup/Restore Import/Export plugin settings? #270
-
Hi, What is the best way to copy settings into another vault? |
Beta Was this translation helpful? Give feedback.
Answered by
tadashi-aikawa
Jan 25, 2025
Replies: 1 comment 1 reply
-
@craziedde If you want to back up the entire plugin, including its version, you need to save the whole Keep in mind that if you are using settings that include paths, the behavior may change when the Vault is moved, so be careful with that. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
craziedde
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@craziedde
If it's just the plugin settings, you only need to save
.obsidian/plugins/obsidian-another-quick-switcher/data.json
.If you want to back up the entire plugin, including its version, you need to save the whole
.obsidian/plugins/obsidian-another-quick-switcher
directory.Keep in mind that if you are using settings that include paths, the behavior may change when the Vault is moved, so be careful with that.