Steward
An AI-powered assistant that helps you with your notes: Fast search, flexible commands, and chat with LLMs.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | steward |
| Author | googlicius |
| Funding | Support the Author |
| Minimum Obsidian Version | 1.8.7 |
| Official Release Date | 2025-10-29 |
| Last update | 2026-06-13 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout Jun 15, 2026 |
| Release acquisition | release metadata checked Jun 15, 2026; latest main.js acquired |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2025-10-29 | Plugin Added | ||
| 2026-05-12 | author | Dang Nguyen | googlicius |
Repository Data
| License | MIT in package.json MIT in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Jest |
| Has Test Files | Yes |
Latest Release main.js Size
| 2.06 MB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 13 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | acorn, i18next, jsonrepair, lz-string, zod |
| Dev Dependencies | @ai-sdk/anthropic, @ai-sdk/elevenlabs, @ai-sdk/google, @ai-sdk/hume, @ai-sdk/mcp, @ai-sdk/openai, @ai-sdk/openai-compatible, @codemirror/autocomplete, @tailwindcss/postcss, @types/crypto-js, @types/jest, @types/js-yaml, @types/mustache, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @xterm/addon-fit, @xterm/addon-serialize, @xterm/xterm, ai, autoprefixer, builtin-modules, chrono-node, crypto-js, dexie, esbuild, eslint, eslint-plugin-obsidianmd, fake-indexeddb, jest, js-yaml, mustache, node-pty, obsidian, ollama-ai-provider-v2, patch-package, postcss, postcss-cli, prettier, socket.io, socket.io-client, strip-ansi, tailwindcss, ts-jest, tslib, typescript, typescript-eslint |
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 |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Editor Behavior | Registers editor extensions |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Markdown Processing | Registers markdown processors or renderers |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses browser network APIs |
| Note Content Access | Reads vault files |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Vault File Write | Renames, deletes, trashes, or copies vault files, Writes vault files |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses Node process or subprocess APIs | Warning | High | process.env (4), process.platform (3) |
| References localhost or private-network addresses | Warning | Medium | 127.0.0.1 (2), localhost (2) |
| Renames, deletes, trashes, or copies vault files | Warning | High | app.fileManager.renameFile (3), app.fileManager.trashFile (3), app.vault.copy (1), app.vault.delete (2) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Includes large embedded base64 blobs | Info | High | base64 blob (4) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownPostProcessor (15) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerEvent (2) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (8), app.metadataCache (6) |
| References URLs or constructs URL objects | Info | High | http:// (4), https:// (10), URL (2), URLSearchParams (1) |
| Uses browser network APIs | Info | High | fetch (1) |
| Persists plugin settings or data | Info | High | this.loadData (2), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (37), obsidian.Setting (37) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (2), this.addRibbonIcon (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (56) |
| Accesses vault folders | Info | High | app.vault.getFolderByPath (12) |
| Enumerates vault files | Info | High | app.vault.getAllFolders (1), app.vault.getFiles (2) |
| Reads vault files | Info | High | app.vault.cachedRead (3) |
| Writes vault files | Info | High | app.vault.create (4), app.vault.createFolder (3), app.vault.modify (4), app.vault.process (3) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (28) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (2), app.workspace.activeEditor (1) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (2), app.workspace.revealLeaf (4), registerView (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 64445 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 | 2025-07-27 | Released while not listed |
| 1.0.1 | 2025-07-28 | Released while not listed |
| 1.0.2 | 2025-08-01 | Released while not listed |
| 1.0.3 | 2025-08-14 | Released while not listed |
| 1.0.4 | 2025-08-27 | Released while not listed |
| 1.0.5 | 2025-09-05 | Released while not listed |
| 1.0.6 | 2025-09-13 | Released while not listed |
| 1.0.7 | 2025-09-17 | Released while not listed |
| 1.0.8 | 2025-10-01 | Released while not listed |
| 1.0.9 | 2025-10-07 | Released while not listed |
| 1.0.10 | 2025-10-11 | Released while not listed |
| 1.0.11 | 2025-10-20 | Released while not listed |
| 1.0.12 | 2025-10-27 | Released while not listed |
| 1.1.0 | 2025-11-01 | None |
| 1.2.0 | 2025-11-25 | None |
| 1.2.1 | 2025-11-30 | None |
| 1.2.2 | 2025-12-08 | None |
| 1.2.3 | 2025-12-11 | Prerelease |
| 2.0.0 | 2026-01-03 | None |
| 2.0.1 | 2026-01-06 | None |
| 2.0.2 | 2026-01-15 | None |
| 2.0.3 | 2026-01-23 | None |
| 2.0.4 | 2026-01-25 | None |
| 2.0.5 | 2026-01-28 | None |
| 2.0.6 | 2026-02-07 | None |
| 2.1.0 | 2026-02-11 | None |
| 2.1.1 | 2026-02-23 | Prerelease |
| 2.2.0 | 2026-02-23 | None |
| 2.3.0 | 2026-03-07 | None |
| 2.4.0 | 2026-03-21 | None |
| 2.5.0 | 2026-03-27 | None |
| 2.5.1 | 2026-03-28 | None |
| 2.6.0 | 2026-04-05 | None |
| 2.7.0 | 2026-04-19 | None |
| 2.7.1 | 2026-04-21 | None |
| 2.7.2 | 2026-04-22 | None |
| 2.7.3 | 2026-04-28 | None |
| 2.8.0 | 2026-05-10 | None |
| 2.8.1 | 2026-05-19 | None |
| 2.9.0 | 2026-05-23 | None |
| 2.10.0 | 2026-06-08 | None |
| 2.10.1 | 2026-06-10 | None |
| 2.11.0 | 2026-06-13 | 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.