Smart Connections
Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | smart-connections |
| Author | 🌴 Brian |
| Minimum Obsidian Version | 1.1.0 |
| Official Release Date | 2023-01-12 |
| Last update | 2026-06-04 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout Jun 5, 2026 |
| Release acquisition | release metadata checked Jun 22, 2026; existing successful main.js cache reused |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2023-01-12 | Plugin Added | ||
| 2023-03-16 | description | Find links to similar notes using artificial intelligence from OpenAI. | Chat with your notes & find links to similar content using artificial intelligence like OpenAI Embeddings, GPT-3.5 & GPT-4. |
| 2024-04-20 | description | Chat with your notes & find links to similar content using artificial intelligence like OpenAI Embeddings, GPT-3.5 & GPT-4. | Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3 |
| 2025-12-22 | description | Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3 | AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private. |
| 2026-05-12 | author | Brian Petro | brianpetro |
| 2026-06-04 | author | brianpetro | 🌴 Brian |
| 2026-06-04 | description | AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private. | Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key. |
| 2026-06-23 | description | Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key. | Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key. |
Repository Data
| License | SEE LICENSE IN LICENSE in package.json Unrecognized in LICENSE file |
| Package Manager | npm |
| Uses Typescript | No .ts or .tsx files found |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | Yes |
Latest Release main.js Size | 1.11 MB |
| Detected ES Version | ES2022 |
| Probably Minified | No |
| main.js API Findings | 9 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | js-tiktoken, obsidian, obsidian-smart-env, smart-blocks, smart-chat-model, smart-collections, smart-embed-model, smart-entities, smart-file-system, smart-http-request, smart-model, smart-notices, smart-settings, smart-sources, smart-utils, smart-view |
| Dev Dependencies | ava, esbuild, eslint, swagger-jsdoc |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Adapter File Access | Uses adapter-level vault filesystem APIs |
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Editor Behavior | Registers editor extensions |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Obsidian request APIs |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | import (1), dynamic_code:function_constructor (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (2) |
| Uses persistent browser storage | Info | High | localStorage.getItem (5), localStorage.setItem (3) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (2), setInterval (5), setTimeout (40) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFirstLinkpathDest (2) |
| References URLs or constructs URL objects | Info | High | http:// (7), https:// (100), URL (3) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (7) |
| Persists plugin settings or data | Info | High | this.loadData (3), this.saveData (2) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (10), obsidian.Setting (10) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (1), this.addRibbonIcon (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (6) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (1) |
| References Obsidian URI links | Info | High | obsidian:// (1) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (4) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (10) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (2) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 4068 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 1.0.0 | 2022-12-26 | Released while not listed |
| 1.0.1 | 2022-12-26 | Released while not listed |
| 1.0.2 | 2022-12-26 | Released while not listed |
| 1.0.3 | 2022-12-27 | Released while not listed |
| 1.0.4 | 2022-12-27 | Released while not listed |
| 1.0.5 | 2022-12-28 | Released while not listed |
| 1.0.6 | 2022-12-28 | Released while not listed |
| 1.0.7 | 2022-12-29 | Released while not listed |
| 1.0.8 | 2022-12-29 | Released while not listed |
| 1.0.9 | 2022-12-29 | Released while not listed |
| 1.0.10 | 2022-12-30 | Released while not listed |
| 1.0.11 | 2022-12-31 | Released while not listed |
| 1.0.12 | 2023-01-01 | Released while not listed |
| 1.0.13 | 2023-01-01 | Released while not listed |
| 1.0.14 | 2023-01-02 | Released while not listed |
| 1.0.15 | 2023-01-02 | Released while not listed |
| 1.0.16 | 2023-01-02 | Released while not listed |
| 1.0.17 | 2023-01-02 | Released while not listed |
| 1.0.18 | 2023-01-04 | Released while not listed |
| 1.0.19 | 2023-01-04 | Released while not listed |
| 1.0.20 | 2023-01-04 | Released while not listed |
| 1.0.21 | 2023-01-04 | Released while not listed |
| 1.0.22 | 2023-01-04 | Released while not listed |
| 1.0.23 | 2023-01-06 | Released while not listed |
| 1.0.24 | 2023-01-06 | Released while not listed |
| 1.0.25 | 2023-01-06 | Released while not listed |
| 1.0.26 | 2023-01-06 | Released while not listed |
| 1.0.27 | 2023-01-10 | Released while not listed |
| 1.0.28 | 2023-01-10 | Released while not listed |
| 1.0.29 | 2023-01-10 | Released while not listed |
| 1.0.30 | 2023-01-10 | Released while not listed |
| 1.0.31 | 2023-01-10 | Released while not listed |
| 1.0.32 | 2023-01-10 | Released while not listed |
| 1.0.33 | 2023-01-11 | Released while not listed |
| 1.0.34 | 2023-01-11 | Released while not listed |
| 1.0.35 | 2023-01-11 | Released while not listed |
| 1.0.36 | 2023-01-11 | Released while not listed |
| 1.0.37 | 2023-01-11 | Released while not listed |
| 1.0.38 | 2023-01-12 | None |
| 1.0.39 | 2023-01-12 | None |
| 1.0.40 | 2023-01-12 | None |
| 1.0.41 | 2023-01-12 | None |
| 1.0.42 | 2023-01-12 | None |
| 1.0.43 | 2023-01-13 | None |
| 1.0.44 | 2023-01-13 | None |
| 1.0.45 | 2023-01-13 | None |
| 1.0.46 | 2023-01-15 | None |
| 1.0.47 | 2023-01-15 | None |
| 1.0.48 | 2023-01-15 | None |
| 1.1.0 | 2023-01-19 | None |
| 1.1.1 | 2023-01-19 | None |
| 1.1.2 | 2023-01-19 | None |
| 1.1.3 | 2023-01-20 | None |
| 1.1.4 | 2023-01-21 | None |
| 1.1.5 | 2023-01-22 | None |
| 1.1.6 | 2023-01-31 | None |
| 1.1.7 | 2023-02-01 | None |
| 1.1.8 | 2023-02-01 | None |
| 1.1.9 | 2023-02-03 | None |
| 1.1.10 | 2023-02-03 | None |
| 1.1.11 | 2023-02-03 | None |
| 1.1.12 | 2023-02-03 | None |
| 1.1.13 | 2023-02-07 | None |
| 1.1.14 | 2023-02-08 | None |
| 1.1.15 | 2023-02-11 | None |
| 1.1.16 | 2023-02-11 | None |
| 1.1.17 | 2023-02-11 | None |
| 1.1.18 | 2023-02-11 | None |
| 1.2.0 | 2023-02-28 | None |
| 1.2.1 | 2023-03-01 | None |
| 1.2.2 | 2023-03-01 | None |
| 1.2.3 | 2023-03-01 | None |
| 1.2.4 | 2023-03-01 | None |
| 1.2.5 | 2023-03-01 | None |
| 1.2.6 | 2023-03-03 | None |
| 1.2.7 | 2023-03-03 | None |
| 1.2.9 | 2023-03-03 | None |
| 1.2.10 | 2023-03-06 | None |
| 1.3.0 | 2023-03-15 | None |
| 1.3.1 | 2023-03-15 | None |
| 1.3.2 | 2023-03-15 | None |
| 1.3.3 | 2023-03-16 | None |
| 1.3.4 | 2023-03-16 | None |
| 1.3.5 | 2023-03-16 | None |
| 1.3.6 | 2023-03-16 | None |
| 1.3.7 | 2023-03-16 | None |
| 1.3.8 | 2023-03-17 | None |
| 1.3.9 | 2023-03-17 | None |
| 1.3.10 | 2023-03-17 | None |
| 1.3.11 | 2023-03-19 | None |
| 1.3.12 | 2023-03-19 | None |
| 1.3.13 | 2023-03-20 | None |
| 1.3.14 | 2023-03-21 | None |
| 1.3.15 | 2023-03-21 | None |
| 1.3.16 | 2023-03-21 | None |
| 1.3.17 | 2023-03-22 | None |
| 1.4.0 | 2023-03-23 | None |
| 1.4.1 | 2023-03-23 | None |
| 1.4.2 | 2023-03-23 | None |
| 1.4.3 | 2023-03-25 | None |
| 1.4.4 | 2023-03-25 | None |
| 1.4.5 | 2023-03-25 | None |
| 1.4.6 | 2023-03-26 | None |
| 1.4.7 | 2023-03-26 | None |
| 1.4.8 | 2023-03-26 | None |
| 1.4.9 | 2023-03-26 | None |
| 1.4.10 | 2023-03-27 | None |
| 1.4.12 | 2023-03-28 | None |
| 1.4.13 | 2023-03-28 | None |
| 1.4.14 | 2023-03-28 | None |
| 1.4.15 | 2023-03-29 | None |
| 1.4.16 | 2023-03-30 | None |
| 1.4.17 | 2023-03-30 | None |
| 1.5.0 | 2023-03-30 | None |
| 1.5.1 | 2023-04-01 | None |
| 1.5.2 | 2023-04-05 | None |
| 1.5.3 | 2023-04-05 | None |
| 1.5.4 | 2023-04-06 | None |
| 1.6.0 | 2023-04-07 | None |
| 1.6.1 | 2023-04-07 | None |
| 1.6.2 | 2023-04-07 | None |
| 1.6.3 | 2023-04-11 | None |
| 1.6.4 | 2023-04-12 | None |
| 1.6.5 | 2023-04-12 | None |
| 1.6.6 | 2023-04-12 | None |
| 1.6.7 | 2023-04-12 | None |
| 1.6.8 | 2023-04-12 | None |
| 1.6.9 | 2023-05-25 | None |
| 1.6.25 | 2023-06-13 | None |
| 1.6.26 | 2023-06-14 | None |
| 1.6.27 | 2023-06-14 | None |
| 1.6.28 | 2023-06-15 | None |
| 1.6.29 | 2023-06-19 | None |
| 1.6.30 | 2023-06-19 | None |
| 1.6.31 | 2023-06-23 | None |
| 1.6.32 | 2023-06-23 | None |
| 1.6.33 | 2023-06-24 | None |
| 1.6.34 | 2023-06-24 | None |
| 1.6.35 | 2023-11-15 | None |
| 1.6.37 | 2023-11-15 | None |
| 1.6.42 | 2023-12-28 | None |
| 1.6.43 | 2023-12-29 | None |
| 1.6.44 | 2023-12-29 | None |
| 1.6.45 | 2023-12-29 | None |
| 1.6.46 | 2023-12-29 | None |
| 1.6.47 | 2023-12-31 | None |
| 1.6.50 | 2024-01-05 | None |
| 1.6.51 | 2024-01-08 | None |
| 1.6.52 | 2024-01-08 | None |
| 1.6.53 | 2024-01-09 | None |
| 1.6.54 | 2024-01-11 | None |
| 1.6.55 | 2024-01-17 | None |
| 1.6.57 | 2024-01-24 | None |
| 1.6.60 | 2024-01-26 | None |
| 1.6.61 | 2024-01-27 | None |
| 2.0.106 | 2024-02-02 | None |
| 2.0.107 | 2024-02-03 | None |
| 2.0.108 | 2024-02-03 | None |
| 2.0.109 | 2024-02-03 | None |
| 2.0.111 | 2024-02-04 | None |
| 2.0.112 | 2024-02-12 | None |
| 2.0.114 | 2024-02-19 | None |
| 2.0.115 | 2024-02-19 | None |
| 2.0.117 | 2024-02-24 | None |
| 2.0.118 | 2024-02-24 | None |
| 2.0.119 | 2024-02-27 | None |
| 2.0.120 | 2024-02-27 | None |
| 2.0.121 | 2024-02-27 | None |
| 2.0.122 | 2024-02-28 | None |
| 2.0.123 | 2024-03-01 | None |
| 2.0.124 | 2024-03-01 | None |
| 2.0.125 | 2024-03-01 | None |
| 2.0.126 | 2024-03-01 | None |
| 2.0.127 | 2024-03-02 | None |
| 2.0.128 | 2024-03-02 | None |
| 2.0.129 | 2024-03-07 | None |
| 2.0.133 | 2024-03-07 | None |
| 2.0.134 | 2024-03-08 | None |
| 2.0.135 | 2024-03-11 | None |
| 2.0.136 | 2024-03-16 | None |
| 2.0.137 | 2024-03-18 | None |
| 2.0.138 | 2024-03-18 | None |
| 2.1.46 | 2024-04-21 | None |
| 2.1.47 | 2024-04-21 | None |
| 2.1.48 | 2024-04-22 | None |
| 2.1.49 | 2024-04-22 | None |
| 2.1.50 | 2024-04-22 | None |
| 2.1.51 | 2024-04-27 | None |
| 2.1.52 | 2024-04-29 | None |
| 2.1.53 | 2024-04-29 | None |
| 2.1.54 | 2024-05-02 | None |
| 2.1.55 | 2024-05-06 | None |
| 2.1.56 | 2024-05-06 | None |
| 2.1.57 | 2024-05-06 | None |
| 2.1.58 | 2024-05-06 | None |
| 2.1.59 | 2024-05-07 | None |
| 2.1.60 | 2024-05-10 | None |
| 2.1.61 | 2024-05-10 | None |
| 2.1.62 | 2024-05-10 | None |
| 2.1.63 | 2024-05-10 | None |
| 2.1.64 | 2024-05-14 | None |
| 2.1.65 | 2024-05-14 | None |
| 2.1.66 | 2024-05-14 | None |
| 2.1.67 | 2024-06-05 | None |
| 2.1.68 | 2024-06-06 | None |
| 2.1.69 | 2024-06-06 | None |
| 2.1.70 | 2024-06-06 | None |
| 2.1.71 | 2024-06-06 | None |
| 2.1.72 | 2024-06-13 | None |
| 2.1.73 | 2024-06-24 | None |
| 2.1.74 | 2024-06-24 | None |
| 2.1.75 | 2024-06-25 | None |
| 2.1.76 | 2024-06-26 | None |
| 2.1.77 | 2024-06-26 | None |
| 2.1.78 | 2024-06-29 | None |
| 2.1.79 | 2024-06-29 | None |
| 2.1.80 | 2024-06-29 | None |
| 2.1.82 | 2024-07-02 | None |
| 2.1.83 | 2024-07-04 | None |
| 2.1.84 | 2024-07-09 | None |
| 2.1.85 | 2024-07-11 | None |
| 2.1.86 | 2024-07-11 | None |
| 2.1.87 | 2024-08-01 | None |
| 2.1.88 | 2024-08-02 | None |
| 2.1.89 | 2024-08-17 | None |
| 2.1.90 | 2024-08-17 | None |
| 2.1.91 | 2024-08-18 | None |
| 2.1.92 | 2024-08-18 | None |
| 2.1.93 | 2024-08-24 | None |
| 2.1.94 | 2024-08-24 | None |
| 2.1.95 | 2024-08-26 | None |
| 2.1.96 | 2024-08-31 | None |
| 2.1.97 | 2024-09-01 | None |
| 2.1.98 | 2024-09-02 | None |
| 2.1.99 | 2024-09-02 | None |
| 2.1.100 | 2024-09-04 | None |
| 2.1.101 | 2024-09-06 | None |
| 2.2.70 | 2024-09-17 | None |
| 2.2.71 | 2024-09-17 | None |
| 2.2.72 | 2024-09-17 | None |
| 2.2.73 | 2024-09-18 | None |
| 2.2.74 | 2024-09-18 | None |
| 2.2.75 | 2024-09-18 | None |
| 2.2.76 | 2024-09-18 | None |
| 2.2.77 | 2024-10-03 | None |
| 2.2.78 | 2024-10-03 | None |
| 2.2.79 | 2024-10-03 | None |
| 2.2.80 | 2024-10-04 | None |
| 2.2.81 | 2024-10-04 | None |
| 2.2.82 | 2024-10-15 | None |
| 2.2.83 | 2024-10-23 | None |
| 2.2.84 | 2024-10-29 | None |
| 2.2.85 | 2024-10-29 | None |
| 2.3.37 | 2024-12-03 | None |
| 2.3.39 | 2024-12-03 | None |
| 2.3.40 | 2024-12-04 | None |
| 2.3.41 | 2024-12-06 | None |
| 2.3.42 | 2024-12-06 | None |
| 2.3.45 | 2024-12-14 | None |
| 2.3.46 | 2024-12-19 | None |
| 2.3.47 | 2024-12-26 | None |
| 2.3.48 | 2025-01-20 | None |
| 2.3.49 | 2025-01-20 | None |
| 2.3.50 | 2025-02-03 | None |
| 2.3.51 | 2025-02-03 | None |
| 2.3.52 | 2025-02-03 | None |
| 2.3.53 | 2025-02-04 | None |
| 2.3.54 | 2025-02-10 | None |
| 2.5.0 | 2025-02-17 | None |
| 2.5.1 | 2025-02-24 | None |
| 2.5.2 | 2025-02-25 | None |
| 2.5.3 | 2025-02-25 | None |
| 2.5.4 | 2025-02-26 | None |
| 2.5.5 | 2025-03-22 | None |
| 2.5.6 | 2025-03-22 | None |
| 2.5.7 | 2025-03-23 | None |
| 2.5.8 | 2025-03-23 | None |
| 2.5.9 | 2025-04-07 | None |
| 2.5.10 | 2025-04-07 | None |
| 2.5.11 | 2025-04-07 | None |
| 2.5.12 | 2025-04-08 | None |
| 2.5.13 | 2025-04-11 | None |
| 2.5.14 | 2025-04-13 | None |
| 2.5.15 | 2025-04-14 | None |
| 2.5.16 | 2025-04-21 | None |
| 2.5.17 | 2025-05-01 | None |
| 3.0.1 | 2025-05-27 | None |
| 3.0.4 | 2025-05-28 | None |
| 3.0.5 | 2025-05-28 | None |
| 3.0.6 | 2025-05-28 | None |
| 3.0.7 | 2025-05-29 | None |
| 3.0.8 | 2025-05-29 | None |
| 3.0.9 | 2025-05-29 | None |
| 3.0.10 | 2025-05-29 | None |
| 3.0.11 | 2025-05-30 | None |
| 3.0.12 | 2025-05-30 | None |
| 3.0.13 | 2025-05-30 | None |
| 3.0.14 | 2025-05-31 | None |
| 3.0.15 | 2025-06-01 | None |
| 3.0.16 | 2025-06-01 | None |
| 3.0.17 | 2025-06-01 | None |
| 3.0.18 | 2025-06-01 | None |
| 3.0.19 | 2025-06-02 | None |
| 3.0.20 | 2025-06-02 | None |
| 3.0.21 | 2025-06-02 | None |
| 3.0.22 | 2025-06-02 | None |
| 3.0.23 | 2025-06-04 | None |
| 3.0.24 | 2025-06-04 | None |
| 3.0.25 | 2025-06-05 | None |
| 3.0.26 | 2025-06-05 | None |
| 3.0.27 | 2025-06-07 | None |
| 3.0.28 | 2025-06-08 | None |
| 3.0.29 | 2025-06-08 | None |
| 3.0.30 | 2025-06-12 | None |
| 3.0.31 | 2025-06-12 | None |
| 3.0.32 | 2025-06-13 | None |
| 3.0.33 | 2025-06-14 | None |
| 3.0.34 | 2025-06-14 | None |
| 3.0.37 | 2025-06-16 | None |
| 3.0.38 | 2025-06-16 | None |
| 3.0.39 | 2025-06-17 | None |
| 3.0.40 | 2025-06-20 | None |
| 3.0.41 | 2025-06-20 | None |
| 3.0.42 | 2025-06-22 | None |
| 3.0.43 | 2025-06-23 | None |
| 3.0.44 | 2025-06-24 | None |
| 3.0.45 | 2025-06-25 | None |
| 3.0.46 | 2025-06-30 | None |
| 3.0.47 | 2025-07-01 | None |
| 3.0.50 | 2025-07-01 | None |
| 3.0.51 | 2025-07-01 | None |
| 3.0.52 | 2025-07-01 | None |
| 3.0.53 | 2025-07-07 | None |
| 3.0.54 | 2025-07-09 | None |
| 3.0.55 | 2025-07-09 | None |
| 3.0.56 | 2025-07-10 | None |
| 3.0.57 | 2025-07-10 | None |
| 3.0.58 | 2025-07-14 | None |
| 3.0.59 | 2025-07-15 | None |
| 3.0.60 | 2025-07-16 | None |
| 3.0.61 | 2025-07-21 | None |
| 3.0.62 | 2025-07-29 | None |
| 3.0.63 | 2025-07-30 | None |
| 3.0.64 | 2025-07-30 | None |
| 3.0.65 | 2025-07-30 | None |
| 3.0.67 | 2025-07-31 | None |
| 3.0.68 | 2025-08-05 | None |
| 3.0.69 | 2025-08-09 | None |
| 3.0.70 | 2025-08-11 | None |
| 3.0.71 | 2025-08-13 | None |
| 3.0.73 | 2025-08-14 | None |
| 3.0.74 | 2025-08-15 | None |
| 3.0.75 | 2025-08-18 | None |
| 3.0.76 | 2025-08-18 | None |
| 3.0.77 | 2025-08-20 | None |
| 3.0.78 | 2025-08-21 | None |
| 3.0.79 | 2025-09-08 | None |
| 3.0.80 | 2025-09-10 | None |
| 4.1.0 | 2025-12-09 | None |
| 4.1.1 | 2025-12-10 | None |
| 4.1.2 | 2025-12-12 | None |
| 4.1.3 | 2025-12-13 | None |
| 4.1.4 | 2025-12-13 | None |
| 4.1.5 | 2025-12-22 | None |
| 4.1.6 | 2025-12-22 | None |
| 4.1.7 | 2026-01-03 | None |
| 4.1.8 | 2026-01-17 | None |
| 4.3.0 | 2026-04-01 | None |
| 4.5.0 | 2026-05-05 | None |
| 4.5.2 | 2026-05-30 | None |
| 4.5.3 | 2026-06-04 | None |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.