A plugin to open Obsidian settings in a tab.
The default hotkey to open settings in a tab is Ctrl+Shift+S (or Cmd+Shift+S on Mac).
- Ribbon icon to open the settings in a tab
- Command palette command to open settings in a tab
On the Community Plugins page, the Options and Hotkeys button do not navigate to the plugin's options tab or the hotkeys tab, respectively.
- Download the latest release
- Extract the plugin folder to your vault's plugins folder:
<vault>/.obsidian/plugins/settings-in-tab/ - Reload Obsidian
- Enable the plugin in Settings > Community Plugins
- Clone this repository
- Run
npm installto install dependencies - Run
npm run devto start development mode - Make changes to
main.tsand other source files - Run
npm run buildto build for production
Once installed and enabled:
- You'll see a new ribbon icon on the left sidebar to open the settings in a new tab
- Use commands from the Command Palette to open settings in a new tab
This plugin is built with:
- TypeScript
- esbuild for bundling
- Obsidian Plugin API
Feel free to contribute by:
- Reporting bugs
- Suggesting features
- Submitting pull requests
MIT License