The AI Providers plugin acts as a centralized configuration tool for managing AI service settings within Obsidian. It allows users to store and share API keys and provider configurations across multiple AI-powered plugins, eliminating the need to enter the same credentials repeatedly. Supporting providers like Ollama, OpenAI, and OpenRouter-compatible APIs, the plugin simplifies the integration of AI tools in Obsidian. It is particularly useful for developers looking to streamline AI integration without handling provider-specific APIs manually.
Obsidian plugins tagged with #configuration. There are 5 plugins in this collection.
- Rank 1a year ago by Pavel Frankov
- Rank 28 days ago by Konstantin Volobuev
The Community Install Manager plugin automates plugin setup from JSON files stored inside the vault's .obsidian folder. It reads a list of community plugin IDs, installs anything missing, can enable those plugins after installation and writes saved settings into each plugin's data.json. The plugin can run on startup or through a manual command, so the same setup can be repeated across devices or shared with a team without rebuilding it by hand. It resolves plugin releases through the community registry and GitHub, refreshes the interface after changes and keeps the flow centred on a simple file based configuration. It is marked as desktop only and uses local Node.js APIs for file access and download work.
- Rank 33 months ago by rowmayne
The Nixsync plugin lets you export your vault settings and community plugin configuration into a single Nix file, then import that data back into .obsidian when you want to restore or replicate the setup. It covers app preferences, appearance, hotkeys, graph settings, workspace data, core plugin state, plugin manifests and plugin settings, with an option to strip machine specific workspace details so the exported file travels better between systems. It also generates an activation script for NixOS style workflows, which helps apply the saved configuration outside the app. The import side is intentionally narrow, though.
- Rank 44 years ago by MeepTech
The Custom File Extensions and Types plugin enhances Obsidian by allowing users to associate specific file extensions with different in-app view types through customizable settings. It enables seamless editing and configuration of file extensions, including options for mobile-specific settings and overriding default behaviors. Users can assign various extensions like `.txt`, `.html`, or `.yaml` to the markdown view or other registered views, ensuring greater flexibility in managing files. The plugin includes tools for debugging and viewing all current file extension associations, providing clarity and compatibility with other plugins. Extensions are case-insensitive, and real-time updates ensure immediate application of changes.
- Rank 54 years ago by Hank
The Code Preview plugin for Obsidian allows users to preview code directly from within their notes. By specifying a file path, users can display portions of the code, highlighting specific lines or sections based on configurable parameters. The plugin supports a variety of features such as line range selection, regular expression matching, and text-based search for highlighting code. It also includes options for customizing the appearance, such as line numbers and background color for highlights. Ideal for developers and anyone working with code in Obsidian, the plugin offers an easy way to visualize and navigate through code files without leaving the note-taking environment.