Skip to content

AI Organiser

Your AI thinking partner in Obsidian: summarize anything, research the web, build slide decks, transcribe meetings, and auto-tag your vault. Cloud or local LLMs — your own API key. - This plugin has not been manually reviewed by Obsidian staff.

The above warnings are based on limited information and might not always be accurate.

Data

IDai-organiser
Authorlbstrydom
Minimum Obsidian Version1.11.4
Official Release Date2026-06-07
Last update2026-06-15

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jun 22, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-06-07Plugin Added
2026-06-15descriptionThis plugin has not been manually reviewed by Obsidian staff. Your AI thinking partner in Obsidian: summarize anything, research the web, build slide decks, transcribe meetings, and auto-tag your vault. Cloud or local LLMs — your own API key.Your AI thinking partner in Obsidian: summarize anything, research the web, build slide decks, transcribe meetings, and auto-tag your vault. Cloud or local LLMs — your own API key. - This plugin has not been manually reviewed by Obsidian staff.

Repository Data

LicenseGPL-3.0-or-later in package.json
GPL-3.0 in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size6.92 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings19 disclosures
Uses BRAT beta releasesNo
Dependencies@breezystack/lamejs, @mozilla/readability, d3-array, d3-drag, d3-force, d3-selection, d3-zoom, docx, dom-to-pptx, dompurify, dotenv, js-yaml, jspdf, officeparser, openai, perfect-freehand, pptxgenjs, voy-search, xlsx, zod
Dev Dependencies@anthropic-ai/sdk, @codemirror/state, @codemirror/view, @eslint/json, @google/genai, @playwright/test, @supabase/supabase-js, @types/d3-array, @types/d3-drag, @types/d3-force, @types/d3-selection, @types/d3-zoom, @types/js-yaml, @types/node, @typescript-eslint/parser, @vitest/coverage-v8, builtin-modules, codeowners-utils, dependency-cruiser, esbuild, eslint, eslint-plugin-obsidianmd, happy-dom, micromatch, obsidian, proper-lockfile, ts-morph, tslib, typescript, typescript-eslint, vitest

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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Editor BehaviorRegisters editor extensions
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Markdown ProcessingRegisters markdown processors or renderers
Metadata AccessReads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Network AccessUses Obsidian request APIs, Uses browser network APIs
Note Content AccessReads vault files
Permission Sensitive Browser ApiUses permission-sensitive browser APIs
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteRenames, deletes, trashes, or copies vault files, Updates frontmatter through Obsidian APIs, Writes vault files
Webassembly UsageUses WebAssembly APIs
Worker UsageUses Worker APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Uses permission-sensitive browser APIsWarningHighnavigator.mediaDevices.getUserMedia (1)
Evaluates dynamic code or injects scriptsWarningHighimport (5), eval (2), Function (7), dynamic_code:eval (1)
Uses Node process or subprocess APIsWarningHighprocess.env (3), process.platform (2)
References localhost or private-network addressesWarningMedium0.0.0.0 (6), 127.0.0.1 (2), localhost (21)
Renames, deletes, trashes, or copies vault filesWarningHighapp.fileManager.renameFile (4), app.fileManager.trashFile (9), app.vault.rename (3)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (18)
Uses persistent browser storageInfoHighcaches.open (1), localStorage (4)
Uses WebAssembly APIsInfoHighWebAssembly (14)
Uses Worker APIsInfoHighWorker (2)
Includes large embedded base64 blobsInfoHighbase64 blob (8)
Registers editor extensionsInfoHighthis.registerEditorExtension (1)
Registers markdown processors or renderersInfoHighthis.registerMarkdownPostProcessor (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (4), setInterval (8), setTimeout (140), this.registerEvent (9)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (8), app.metadataCache.getFirstLinkpathDest (5), app.metadataCache (19), app.metadataCache.resolvedLinks (2)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (3)
References URLs or constructs URL objectsInfoHighhttp:// (469), https:// (141), URL (48)
Uses browser network APIsInfoHighfetch (16), WebSocket (1), XMLHttpRequest (20)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (25)
Persists plugin settings or dataInfoHighthis.loadData (2), this.saveData (4)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (342), obsidian.Setting (342)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (1), this.addRibbonIcon (2), this.addStatusBarItem (2)
Accesses attachment resource pathsInfoHighapp.vault.getResourcePath (2)
Accesses Obsidian vault APIsInfoHighapp.vault (319)
Accesses vault foldersInfoHighapp.vault.getFolderByPath (7), app.vault.getRoot (5)
Enumerates vault filesInfoHighapp.vault.getAllLoadedFiles (2), app.vault.getFiles (9), app.vault.getMarkdownFiles (15)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (12), workspace_file_open:getLeaf.openFile (1)
Reads vault filesInfoHighapp.vault.cachedRead (9), app.vault.read (45), app.vault.readBinary (13)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (15)
Writes vault filesInfoHighapp.vault.create (23), app.vault.createBinary (9), app.vault.createFolder (10), app.vault.modify (18)
Accesses Obsidian workspace APIsInfoHighapp.workspace (73)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (25), app.workspace.activeEditor (6)
Registers or manipulates workspace views and panesInfoHighapp.workspace.detachLeavesOfType (1), app.workspace.getLeavesOfType (2), app.workspace.revealLeaf (3), registerView (1)

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 180235 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

VersionRelease DateNote
1.0.152026-04-03Released while not listed
1.0.162026-04-03Released while not listed
1.0.172026-06-07None
1.0.182026-06-07None
1.0.192026-06-07None
1.0.202026-06-14None
1.0.212026-06-15None

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.