Open Plugin Settings

by Mara-Li
5
4
3
2
1
Score: 65/100

Description

Category: Customization & UI

The Open Plugin Settings plugin streamlines access to Obsidian plugin settings by allowing users to create commands that open the settings tab of any specified plugin. Users can add commands for individual plugins, refresh the plugin list to remove deleted or disabled ones, and even search and open settings for unregistered plugins. This plugin simplifies navigation, especially for users managing multiple plugins, by reducing the steps needed to access configuration options. It includes support for multiple languages, such as English and French, and provides customizable commands for efficient workflows.

Reviews

No reviews yet.

Stats

20
stars
7,198
downloads
2
forks
1,075
days
116
days
116
days
2
total PRs
0
open PRs
0
closed PRs
2
merged PRs
4
total issues
0
open issues
4
closed issues
19
commits

Latest Version

4 months ago

Changelog

1.4.0 (2026-01-13)

Features

  • i18n: add russian translation (e3afac1)

1.3.5 (2025-06-29)

Bug Fixes

  • stupid girl that ship without removing logs (91ff67f)

README file from

Github

Open Plugin Settings

This plugin allows you to create a command to open the settings tabs of a specified plugin.

Usage

By default, the settings of the plugin itself can be opened by the command palette, with using Open Plugin Settings: Open Plugin Settings command.

To add the command to open the settings of another plugin, just click on the adding button, and search the plugin you want to add. After you can use the command Open Plugin Settings: Open <plugin name> to open the settings of the plugin.

From the settings, you can also refresh the list to remove the deleted plugins and disable the commands of the disabled plugins.

gif demo

You can also open any plugin (not registered) with the command Open other plugin settings and search the plugin you want to open.

📥 Installation

  • From Obsidian's community plugins
  • Using BRAT with https://github.com/mara-li/open-plugin-settings-commands
  • From the release page:
    • Download the latest release
    • Unzip open-plugin-settings-commands.zip in .obsidian/plugins/ path
    • In Obsidian settings, reload the plugin
    • Enable the plugin

🤖 Developing

I use npm to develop this plugin :

npm install
npm run dev

You can also create a .env.json file with the path to your main Obsidian Vault, as follows :

{
  "VAULT": "path/to/your/vault"
}

[!NOTE]
You need to duplicate the \ if you are on Windows.

🎼 Languages

  • English
  • French
  • German
  • Russian

To add a translation:

  1. Fork the repository
  2. Add the translation in the src/i18n/locales folder with the name of the language (ex: fr.json).
    • You can get your locale language from Obsidian using obsidian translation or using the commands (in templater for example) : <% tp.obsidian.moment.locale() %>
    • Copy the content of the en.json file in the new file
    • Translate the content
  3. Edit i18n/i18next.ts :
    • Add import * as <lang> from "./locales/<lang>.json";
    • Edit the ressource part with adding : <lang> : {translation: <lang>}

📜 Credit

Thanks to @pjeby/hotkey helper for the opening settings tabs.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
Notebook Navigator
8 months ago by Johan Sanneblad
Replace the default file explorer in Obsidian with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.
Commander
4 years ago by Johnny✨ and phibr0
Commander - Obsidian Plugin | Add Commands to every part of Obsidian's user interface
Buttons
5 years ago by Sam Morrison
Buttons in Obsidian
Breadcrumbs
5 years ago by SkepticMystic
Add typed-links to your Obsidian notes
Pane Relief
5 years ago by PJ Eby
Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
Quick Explorer
5 years ago by PJ Eby
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Shell commands
5 years ago by Jarkko Linnanvirta
Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
Vertical Tabs
2 years ago by oxdc
An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Automatically reveal active file
5 years ago by Matt Sessions
Obsidian plugin to reveal the active file automatically when you open a file
Open Tab Settings
a year ago by jesse-r-s-hines
Obsidian plugin that adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Reveal Active File Button
4 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
No Dupe Leaves
4 years ago by Simon Cambier
Automatically switch the focus to open notes instead of reopening them
Canvas minimap
2 years ago by ifree
Obsidian canvas minimap
Quick Preview
2 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Arrows
2 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Daily Note Navbar
2 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
macOS Keyboard Navigation
5 years ago by ryanjamurphy
Next TOC
4 months ago by RavenHogWarts
Floating TOC panel
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Another Sticky Headings
2 years ago by Zhou Hua
Advanced Random Note
3 years ago by Karsten Finderup Pedersen
Create commands from custom queries to open random notes
URI Commands
5 years ago by kzhovn
Execute URIs from the command palette
Autofit Tabs
a year ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
Neighbouring Files
2 years ago by Fabian Untermoser
Obsidian Plugin to navigate to the next and previous file in the current directory
Tab Navigator
2 years ago by o02c
obsidian-tab-switcher
Crumbs
3 years ago by Tony Grosinger
Breadcrumb navigation in Obsidian.md
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
FolderFile Splitter
a year ago by Xu Quan
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Go to Line
5 years ago by phibr0
URL Display
3 years ago by Stephanie Lin
Extract and display external URLs of the note in Obsidian.
Chorded Hotkeys
3 years ago by Trey Connor Meyers
Type multiple letters at the same time to trigger text insertion, template insertion, or command execution.
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Automation
2 years ago by Benature
Go To Heading
3 years ago by join
Quickly navigate between your document's headings in Obsidian
Highlight active folder section
2 years ago by Lukas Collier
Gives the folder section with the active note a customizable background color and more.
Open Related Url
4 years ago by Dan Pickett
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Floating Headings
3 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Crafty
2 years ago by liolle
Add tooltip to your obsidian canvas's nodes and navigation between nodes
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
Tag Index
10 months ago by wenlzhang
An Obsidian plugin that creates a curated list of important tags to serve as meaningful entry points to your knowledge base.
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Commando
3 years ago by qaptoR
Obsidian Plugin for automatically repeating commands with loop iterations
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
SideNote
5 months ago by mofukuru
Obsidian plugin: Add comment on the part of sentence and refer in comment view.
Next Link
3 years ago by Juan Luque
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Tree Search
a year ago by catacgc
Custom Slides
9 months ago by David V. Kimball
Customize Obsidian's Slides core plugin's navigation, styles, and behavior.
Line Commands
2 years ago by charliecm
Adds commands to quickly select, copy, cut, and paste lines under the selection or cursor.
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Metafolders
2 years ago by Makary Sharoyan
An Obsidian plugin for multidimensional note navigation
Mobile Sidebar Notes
6 months ago by Chris Kephart
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Command Block List
2 years ago by Ryota Ushio
Hide unwanted commands from the command palette in Obsidian.
Tag Tactician
a year ago by Scott Tomaszewski
Drag To Scroll
8 months ago by Constantine Sazonov
Adds drag-to-scroll functionality to Obsidian. Hold mouse button and drag - now you can scroll like on touch device!
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Command Tracker
2 years ago by namikaze-40p
An Obsidian plugin that tracks the number of times the command is used.
Mouse Navigation
2 years ago by HoBeomJeon
Wheel Tab Switcher
a year ago by 22-2
Switch between Obsidian Tabs using your mouse wheel when hovering over tab headers.
Cursor Jump
2 years ago by Sangwon Jung
Mark Open Files
a year ago by Michael Schrauzer
Adds a marker to all the File Explorer items that are currently open in the Obsidian workspace.
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Anchor Link Display Text
a year ago by Robert C Arsenault
An Obsidian plugin that makes anchor links look nicer by automatically populating display text.
Headings in Explorer
2 years ago by Patrick Chiang
This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.
Reveal Folded
a year ago by d7sd6u
Adds a command that reveals current file while collapsing every other tree item
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Scrolls To Nav Top
9 months ago by mario
Simply scrolls to nav top
Inline Local Graph
3 months ago by TKOxff
Inline Local Graph of Obsidian
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Current File Tags
a year ago by Trung Tran
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
BlazeJump
a year ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Reading View j/k Scroll
a year ago by Lukas Korotaj
Scroll in preview mode with j/k keys. Scroll to top with gg and to bottom with G.
Remember Scrollposition
4 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Folder Tabulation
a year ago by SpeedaRJ
An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
Tab File Path
8 months ago by John Burnett
Better Link Clicker
4 months ago by Eniverz
An Obsidian plugin that modifies the default link click event.
Cursor Position on Title Enter
a year ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
Last Edit Location
4 months ago by Kyoungdeuk
When opening a note, put the cursor at the last edit location.
Click Hint
a year ago by kbwo
Yesterday's note
a year ago by Trevor Tyler Lee
Obsidian plugin to open yesterday's daily note
Code Blocks commands
8 months ago by dragonish
Provide commands to insert code blocks with markup, and support triggering commands with backticks.
FastForwardLink
a year ago by Idan Liberman
FastForwardLink Obsidian.md Plugin
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Quick Nav
a year ago by exoticknight
Enhance your editing experience by unleashing the hidden power of shortcuts.
HOME key
8 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Daily Notes Tweaks
6 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.