mara-li7k downloadsCreate a command to open a specified plugin settings.
This plugin allows you to create a command to open the settings tabs of a specified plugin.
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.

You can also open any plugin (not registered) with the command Open other plugin settings and search the plugin you want to open.
https://github.com/mara-li/open-plugin-settings-commandsopen-plugin-settings-commands.zip in .obsidian/plugins/ pathI 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.
To add a translation:
src/i18n/locales folder with the name of the language (ex: fr.json). <% tp.obsidian.moment.locale() %>en.json file in the new filei18n/i18next.ts :import * as <lang> from "./locales/<lang>.json";ressource part with adding : <lang> : {translation: <lang>}Thanks to @pjeby/hotkey helper for the opening settings tabs.