NOTE

The .obsidian/plugins folder houses the vault’s installed Obsidian plugins.

Vault Plugins

TIP

This document’s table is automatically generated using the Get-ObsidianVaultPlugins.ps1 Script.

NameVersionDescription
Automatic Table Of Contents1.7.3Create a table of contents in a note, that updates itself when the note changes
Better Word Count0.10.1Counts the words of selected text in the editor.
Calendar1.5.10Calendar view of your daily notes
Code Styler1.1.7Style and customize codeblocks and inline code in both editing mode and reading mode.
Convert url to preview (iframe)0.5.0Convert an url (ex, youtube) into an iframe (preview)
Dataview0.5.68Complex data views for the data-obsessed.
DB Folder3.5.1Folder with the capability to store and retrieve data from a folder like database
Editing Toolbar3.1.18The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.
GitHub Copilot1.1.8Implement GitHub Copilot services (suggestion and chat) in Obsidian
Google Drive Sync2.2.2Syncs a vault into Google Drive for cross-platform use (works for iOS).
Homepage4.2.2Open a specified note, canvas, base, or workspace on startup, or set it for quick access later.
Lazy Plugin Loader1.0.21Load plugins with a delay on startup, so that you can get your app startup down into the sub-second loading time.
Mermaid Tools1.3.0Improved Mermaid.js experience for Obsidian: visual toolbar with common elements & more
Metadata Menu0.8.10For data quality enthusiasts (and dataview users): manage the metadata of your notes.
Natural Language Dates0.6.2Create date-links based on natural language
Advanced URI1.46.0Advanced modes for Obsidian URI
Clipper0.2.9This plugin helps you capture highlights from the web.
Dictionary2.22.0This is a simple dictionary for the Obsidian Note-Taking Tool.
Full Calendar0.10.7Obsidian integration with Full Calendar (fullcalendar.io)
Git2.35.2Integrate Git version control with automatic backup and other advanced features.
Google Calendar and Contacts Lookup1.6.0Import contact and calendar event information from your Google account
Imgur2.6.3This plugin uploads images from your clipboard to imgur.com and embeds uploaded image to your note
Local REST API3.2.0Get, change or otherwise interact with your notes in Obsidian via a REST API.
Mind Map1.1.0A plugin to preview notes as Markmap mind maps
Pandoc Plugin0.4.1This is a Pandoc export plugin for Obsidian. It provides commands to export to formats like DOCX, ePub and PDF.
Plugin Groups2.1.0Manage your Plugins through groups: Enable and disable multiple plugins through a single command, or delay the startup of plugins to speed up your Obsidian start up time.
Plugin Update Tracker1.7.0Know when installed plugins have updates and evaluate the risk of upgrading
Raindrop Highlights0.0.24Sync your Raindrop.io highlights.
Style Settings1.0.9Offers controls for adjusting theme, plugin, and snippet CSS variables.
Vault Changelog1.2.0Maintain a changelog of recently edited notes
Wikipedia1.0.3Grabs information from Wikipedia for a topic and brings it into Obsidian notes
Zotero Integration3.2.1Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.
BRAT1.3.2Easily install a beta version of a plugin for testing.
Open vault in VSCode1.4.1Ribbon button, command and file explorer context menu to open the vault as a Visual Studio Code (VSCode) workspace
QuickAdd2.8.0Quickly add new pages or content to your vault.
Readwise Official3.0.1Official Readwise > Obsidian integration
Recent Files1.7.4List files by most recently opened
Settings Search1.3.10Globally search settings in Obsidian.md
Smart Connections3.0.80Chat with your notes & see links to related content with Local or Remote models.
Advanced Tables0.22.1Improved table navigation, formatting, manipulation, and formulas
Tag Wrangler0.6.4Rename, merge, toggle, and search tags from the tags view
Templater2.16.2Create and use templates
Terminal3.20.0Integrate consoles, shells, and terminals.
Todoist Sync2.2.1Materialize Todoist tasks within Obsidian notes.
Paste URL into selection1.11.4Paste URL “into” selected text to create markdown links.

Plugin Configuration & Version Control

Git Tracking Strategy

The .obsidian/plugins/ folder uses a selective approach:

  • Tracked: manifest.json files (plugin metadata) and safe data.json configurations
  • Ignored: Plugin code (*.js, *.css) - auto-downloaded from repos
  • Ignored: Secret-containing data.json files - see below

Plugins with Secrets

These plugins store API keys or credentials in data.json and are excluded from version control:

PluginSecrets
CopilotOpenAI, Anthropic, Google API keys
Local REST APIAPI key, SSL certificates
ImgurClient ID
Smart ConnectionsAI service API keys
Readwise OfficialAPI token
Raindrop HighlightsAPI token
GitHub CopilotAuth tokens
Google Drive SyncOAuth tokens
Google LookupGoogle API key

Native Keychain Support

Obsidian provides a native Keychain feature (v1.8+) at Settings > Keychain for secure secret storage using OS-level encryption (macOS Keychain, Windows DPAPI, Linux secret stores).

The Plugin API for Keychain is still being developed, so not all plugins support it yet.

Secrets stored in this vault’s Keychain:

  • openai-api-key - Used by Copilot, Smart Connections
  • anthropic-api-key - Used by Copilot
  • todoist-api-key - Used by Todoist Sync
  • obsidian-rest-api-key - Used by Local REST API

WARNING

Keychain secrets are machine-local and do not sync. After cloning this vault on a new machine, re-enter all secrets in Settings > Keychain.

See the image below for reference:

For full details, see Plugins README.


Appendix

Note created on 2025-11-26 and last modified on 2025-12-26.

See Also


(c) No Clocks, LLC | 2025