Settings profiles

by 4Source
5
4
3
2
1
Score: 55/100

Description

Category: Customization & UI

The Settings Profiles plugin allows Obsidian users to create and manage multiple profiles for global settings, ensuring consistency across different vaults. Users can save and sync settings such as themes, plugins, hotkeys, and appearance configurations, eliminating the need for manual adjustments in each vault. The plugin supports easy switching between profiles and includes features like auto-sync, UI updates, and profile-specific customization. These capabilities provide a seamless way to maintain personalized setups across various Obsidian environments.

Reviews

  • Rob H
    Reviewed on May 8th, 2026
    No review text provided.

Stats

115
stars
15,248
downloads
8
forks
820
days
53
days
53
days
41
total PRs
1
open PRs
3
closed PRs
37
merged PRs
40
total issues
19
open issues
21
closed issues
121
commits

Latest Version

README file from

Github

[!IMPORTANT] Refactoring in Progress – Feedback Wanted!

We are currently planning a significant refactoring of this plugin to improve its structure, maintainability, and future development.

If you have suggestions, questions, ideas, or simply want to see what’s being planned, please check out the discussion and share your thoughts. Your feedback is greatly appreciated!

Allows you to create various global settings profiles. You can sync them between different vaults. To keep all your settings in sync, you'll never have to manually adjust them again for every vault you have or create in the future.

Demo

SettingsProfiles-VaultSwitchDemo_v5 The demo shows creating a new profile for an existing vault with a theme set and plugin installed. Then a new vault is created and settings profiles are installed. After installation, the previously created profile will be automatically recognized. This is selected and loads all settings including themes and plugins. The newly created vault will then have the same settings as the existing vault.

Usage

After enabling the plugin in the settings menu, you need to create a new profile.

You can do this in the settings tab. Just click on the "Add new Profile". Give it a name and select which options should be enabled. To switch between profiles click on "Switch to Profile" obsidian should reload.

Features

  • Multiple profile settings
  • Easy and fast switch settings
  • Global settings

Plugin Settings

Profile save path

The path to store the global settings profiles. The data for the profiles is stored here. Inside there are folders for each profile there are named like the profile. In order for the profiles to be loaded, this path must point to a folder that contains profiles. This must be configured separately for each vault and device. You can also use a relative path. You must click the Change button for the changes to take effect. This will appear when you change the path.

Default: Based on XDG specification $XDG_DATA_HOME/ObsidianPlugins/Profiles

UI update

This controls whether the UI elements are activated. You must click the Change button for the changes to take effect. This will appear when you change the setting.

Default: true

UI update interval

This controls how often the UI of this plugin should be updated. You must click the Change button for the changes to take effect. This will appear when you change the setting. This could affect Obsidian's performance.

Only visible if UI update enabled.

Min: 100ms Max: 5000ms

Default: 1000ms

Profile update

This setting controls whether changes in the settings should be monitored. You must click the Change button for the changes to take effect. This will appear when you change the setting.

Default: true

Profile update delay

This setting controls how much time must pass after a change before checking whether the changes affect the profile. If changes relevant to the profile have been made and Auto-Sync is enabled, the changes are updated. You must click the Change button for the changes to take effect. This will appear when you change the setting. This could affect Obsidian's performance.

Only visible if Profile update enabled.

Min: 500ms Max: 10000ms

Default: 800ms

Statusbar Interaction

This setting controls what action is triggered when clicking on the statusbar icon. You can configure different actions for regular clicks and modifier key combinations (Ctrl, Shift, Alt).

Available Actions:

  • Auto - Automatically selects the most suitable action based on the current profile state
  • Load - Always load settings from the current profile (requires Obsidian reload)
  • Switch - Open the profile switcher modal to change profiles
  • Save - Always save current settings to the active profile
  • Disabled - Deactivates the action. Falls back to regular click behavior when no other modifier actions are configured

Click

Controls the action for a regular click (without modifier keys).

Default: Auto

Ctrl + Click

Controls the action when clicking while holding the Ctrl key.

Default: Disabled

Shift + Click

Controls the action when clicking while holding the Shift key.

Default: Disabled

Alt + Click

Controls the action when clicking while holding the Alt key.

Default: Disabled

Note: Only one modifier key can be used at a time. Using a modifier key that is disabled will not fallback to regular click action.

Profiles plus Button

Let you create a new profile with the current settings. Pressing on it will open a new window Profile options here you can configure the profile.

Profiles refresh-cw Button

The profiles list below will be reloaded from the files.

Profiles list

As soon as you have created a profile, all profiles stored in the Profile save path will be listed here.

Profile settings Button

Let you change the Profile options for the profile.

Profile trash-2 Button

Deletes this profile and all settings. Attention! This will delete this profile globally. You can no longer access it in any vault.

Profile save Button

Lets you save the current settings to the profile. Attention! This will overwrite the current settings in this profile and cannot be undone. Is disabled if the profile settings match the current setting.

Profile Status user-check Button

This shows which profile is currently active. Pressing will deselect the current profile.

Profile Status user Button

Indicates that this profile is not selected. By pressing this button you can switch to this profile. In order for the settings to be adopted, Obsidian must be reloaded.

Profile options

Name

Contains the name of the profile.

Auto-Sync

If activated, changes in the settings are automatically saved as long as the profile is active and Profile update is enabled.

Appearance

Controls whether the appearance settings should be saved in this profile. This includes CSS snippets and themes.

App

Controls whether the app settings should be saved in this profile. The app settings includes the "Editor"-tab and "Files and links"-tab.

Bookmarks

Controls whether the bookmarks should be saved in this profile.

Community plugins

Controls the community plugins should be saved in this profile. This includes which plugins are activated, the source code and the settings that were made for the plugin.

Core plugins

Controls whether the core plugins settings should be saved in this profile.

Graph

Controls whether the graph settings should be saved in this profile.

Hotkeys

Controls whether the hotkeys settings should be saved in this profile.

Status-Bar

Status-Bar users

Will be displayed if no profile is selected. Clicking on it will open the Profile Switcher.

Status-Bar user-check

Will be displayed if profile is selected with no unsaved or unloaded changes to this profile. The name of the current profile is displayed to the right. Clicking on it will open the Profile Switcher.

Status-Bar user-x

Will be displayed if profile has unsaved changes. The name of the current profile is displayed to the right. If you click on it, the unsaved settings will be saved.

Status-Bar user-cog

Will be displayed if profile has unloaded changes. The name of the current profile is displayed to the right. If you click on it, the unloaded settings will be loaded. In order for the settings to be adopted, Obsidian must be reloaded.

Commands

Settings profiles: Open profile switcher

To switch to other settings profile or create a new one.

Settings profiles: Show current profile

Displays the current settings profile.

Settings profiles: Save current profile

Save the settings of current profile.

Settings profiles: Reload current profile

Load the settings of current profile from files.

Settings profiles: Update profile status

Updates the UI elements.

Admittance

Access file outside vault

Is required to save setting profiles at a global space so they could be accessed from different vaults.

Contribution

Feel free to contribute.

You can create an issue if you found a bug, have an idea to improve this plugin or ask a question. Please make sure beforehand that your issue does not already exist.

Or instead create a pull request to contribute a bug fix or improvement for this plugin.

Not a developer but still want to help? You can help with testing. Either you test the current version for possible problems or, if there are currently any, you can also test pre-releases (alpha/beta). This can be easily accomplished if you install VARE. Any version of this plugin must be installed. Then simply go to VARE's Settings tab and select the version you want to test from the drop-down menu. You could also add this plugin manually just plusAdd unlisted plugin and enter 4Source and settings-profiles-obsidian-plugin. If you found a bug or unexpected behavior create an issue with the version you have tested. Before creating an issue, make sure you know how to reproduce the bug. If there is already an issue for the bug you found that is still open but you have additional information, add it to the issue.

For more info see CONTRIBUTING

Support

If you want to support me and my work.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Tressel Sync for Obsidian
4 years ago by Tressel
Official Tressel plugin to export various content from the Internet (like Twitter, Reddit, Kindle and more) into Obsidian
KOReader Sync
4 years ago by Federico "Edo" Granata
Obsidian.md plugin to sync highlights/notes from koreader
Pinboard Sync
4 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Settings Search
4 years ago by Jeremy Valentine
Adds a search bar to Obsidian.md's settings
Vim Multibyte Char Search
4 years ago by anselmwang
Search multibyte characters by the corresponding input method encoding. For example, for Chinese, search "用来" by "yl"
Weread Plugin
4 years ago by hank zhao
Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.
Douban
4 years ago by Wanxp
an obsidian plugin that can pull data from douban to your markdown file
Readavocado Sync
4 years ago by Cyrus Zhang
Readavocado obsidian plugin to sync your favorite highlights.
Vika Sync
3 years ago by romantic-black
Awesome Flashcard
3 years ago by AwesomeDog
Handy Anki integration for Obsidian.
SamePage
3 years ago by SamePage
Sync Graph Settings
3 years ago by Xallt
This is a plugin for syncing graph settings (Color Groups and Search Filters) to Local Graphs
Awesome Reader
3 years ago by AwesomeDog
Make Obsidian a proper Reader.
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
Askify Sync
3 years ago by Kishlay Raj
Invio
3 years ago by frontend-engineering
Publish obsidian docs online
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
TickTick
3 years ago by Viduy Cheung
Share to NotionNext
3 years ago by EasyChris, jxpeng98
Share obsidian markdown file to any Notion database and generate notion share link 同步obsdian文件到任意Notion数据库。
AnkiSync+
3 years ago by RochaG0
Notes Sync Share
3 years ago by Alt-er
Sync and share (publish) your notes in your own private service.
TickTickSync
2 years ago by thesamim
Peerdraft
2 years ago by Peerdraft
Collaboration for Obsidian – Sync, Share, and Edit anywhere
Instapaper
2 years ago by Instapaper
Official Instapaper plugin for Obsidian
GitHub Sync
2 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Confluence Sync
2 years ago by Prateek Grover
Obsidian plugin for obsidian confluence sync
Cicada Synchronizer
2 years ago by Adapole, Adapole, Mahyar Mirrashed
Sync config folder to common folder
2 years ago by codeonquer
Voicenotes Sync
2 years ago by Andrew Lombardi
Official Obsidian plugin that syncs your notes from VoiceNotes.com into your vault
Settings Management
2 years ago by Huajin
Manage settings options, including show enabled/disabled plugins and css, grid layout, save current plugins/css enable config for quick enable/disable, etc.
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
DocBase (Unofficial)
2 years ago by yurikuvanov
Unofficial DocBase plugin for Obsidian
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
AnySocket Sync
2 years ago by Andrei Vaduva
Securely Synchronize your Vault on a self-hosted server
Todoist Sync
6 years ago by jamiebrynes7
Materialize Todoist tasks in Obsidian notes
Filename Heading Sync
5 years ago by dvcrn
Obisdian.md plugin to keep the filename and the first header of the file in sync
Hotkey Helper
5 years ago by PJ Eby
Easily see and access any Obsidian plugin's options pane or hotkey assignments (including conflicts) from the Community Plugins tab
Readwise Mirror
5 years ago by jsonmartin
Taskbone
5 years ago by Dominik Schlund
Obsidian OCR plugin - extract text from images
Remotely Save
4 years ago by fyears
Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.
BookXNote Sync
2 years ago by CodeListening
将bookxnote中的笔记同步到obsidian指定的文件夹中
Cloud Storage
2 years ago by Jiajun Ma
Obsidian Cloud Storage is a powerful and user-friendly plugin designed to seamlessly integrate cloud storage capabilities into your Obsidian workflow. This plugin allows you to effortlessly upload your attachments to the cloud, freeing up local storage space and enabling easy sharing and access across all your devices.
Strava Sync
2 years ago by Howard Wilson
Sync Strava activities to your Obsidian vault
ExMemo Client
2 years ago by Yan.Xie
exmemo obsidian plugin
Unearthed (Kindle Sync)
a year ago by CheersCal
HackMD Sync
a year ago by thor kampefner
obsidian extension to push and pull notes from hackmd conveniently
Google Drive Sync
a year ago by Richard Xiong
A plugin to make Obsidian work in Google Drive to enable access to iOS.
Sync to Hugo
a year ago by Cray Huang
Sync the selected notes from Obsidian to Hugo
Sync Cnblog
a year ago by zhanglei
同步文章到博客园
WikiDocs
a year ago by pahkey
BetaX NAS Sync
a year ago by Skye
Obsidian NAS Sync
Hoarder Sync
a year ago by Jordan Hofker
An Obsidian.md community plugin that allows syncing with https://karakeep.app/
Feedly Annotations Sync
a year ago by Nick Felker
Download my Feedly annotations
Glasp
a year ago by Glasp
Obsidian plugin to import highlights and notes from Glasp
Minote Sync
a year ago by Emac Shen
Minote Sync is a Obsidian plugin to sync Minote(小米笔记) into your Vault.
Checkbox Sync
a year ago by Grol
Keep parent/child checkboxes in sync automatically within your Obsidian task lists.
VaultSync
a year ago by Justin Bird
Obsidian plugin to link your vault to a cloud storage provider.
KOI Sync
a year ago by Luke Miller
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Jade Publisher
a year ago by Lucas Ji
This is a simple plugin to help publish your Obsidian vault to a public website(build with Jade).
Sync Vault CE
a year ago by Camus Qiu
The missing bridge between your 10+ TB cloud drive and your AI brain.
InfoFlow
a year ago by RockieStar Inc.
Obsidian plugin for InfoFlow.app - This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.
LINE Notes Sync
a year ago by onikun94
GitHub Gitless Sync
a year ago by Silvano Cerza
Sync a GitHub repository with vaults on different platforms without requiring git installation
GitHub Tracker
a year ago by schaier-io
Browser History
a year ago by noy4
Sync your browser history to notes.
Anki Integration
a year ago by Noah Boos AKA Rift
Create flashcards from your notes with a seamless interface, structuring them with metadata and syncing effortlessly via AnkiConnect.
Jira Issue Manager
a year ago by Alamion
Obisdian plugin to sync tasks between Obsidian and Jira
Cubox
a year ago by delphi-2015
Cubox Official Obsidian Plugin
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Markdown Hijacker
a year ago by Yongmini
Beyond the Vault. One hub for every Markdown, everywhere
Google Contacts
a year ago by aleksejs1
Obsidian plugin for sync Google Contacts with obsidian notes
Yandex Wiki Integration
10 months ago by Pavel Sokolov
Github Issues
10 months ago by LonoxX
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
Sync-safe file names
6 months ago by j-maas
Ensure your Obsidian files can always be synced across all your devices.
MrDoc
6 months ago by zmister
An Obsidian plugin for MrDoc that enables two-way synchronization between local Obsidian documents and MrDoc.一个 Obsidian 的 MrDoc 插件,用于 Obsidian 本地文档与 MrDoc 的双向同步
Nutstore Sync
5 months ago by nutstore-dev
Hardcover
3 months ago by aliceinwaterdeep