Skip to content

Omnivore

Import your saved Omnivore articles and highlights.

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

Data

IDobsidian-omnivore
Authoromnivore-app
Minimum Obsidian Version0.15.0
Official Release Date2023-02-19
Last update2024-07-16

Last Refresh

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

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2023-02-19Plugin Added
2023-04-26descriptionThis is an Omnivore plugin for Obsidian.Omnivore plugin for Obsidian.
2024-01-27descriptionOmnivore plugin for Obsidian.Import your saved Omnivore articles and highlights.
2026-05-12authorOmnivoreomnivore-app

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Manageryarn
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksJest
Has Test FilesYes
Latest Release main.js Size651 KB
Detected ES VersionES2020
Probably MinifiedNo
main.js API Findings8 disclosures
Uses BRAT beta releasesNo
Dependencies@omnivore-app/api, diff-match-patch, lodash, luxon, markdown-escape, mustache, out-of-character
Dev Dependencies@popperjs/core, @semantic-release/changelog, @semantic-release/exec, @semantic-release/git, @types/diff-match-patch, @types/jest, @types/lodash, @types/luxon, @types/markdown-escape, @types/mustache, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, esbuild, eslint, eslint-config-prettier, eslint-plugin-prettier, jest, jest-cli, jest-junit-reporter, obsidian, prettier, semantic-release, ts-jest, tslib, typescript

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
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Network AccessUses Obsidian request APIs
Note Content AccessReads vault files
Vault File WriteRenames, deletes, trashes, or copies vault files, Updates frontmatter through Obsidian APIs, Writes vault files
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:function_constructor (1)
Renames, deletes, trashes, or copies vault filesWarningHighapp.vault.delete (1)
Registers events, DOM handlers, or intervalsInfoHighsetInterval (1), setTimeout (4), this.registerInterval (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache (1)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (1)
References URLs or constructs URL objectsInfoHighhttp:// (2), https:// (86), URL (1), URLSearchParams (2)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (3)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (23), obsidian.Setting (23)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (3), this.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (18)
Enumerates vault filesInfoHighapp.vault.getAllLoadedFiles (1)
Reads vault filesInfoHighapp.vault.read (3)
Writes vault filesInfoHighapp.vault.create (2), app.vault.createBinary (1), app.vault.createFolder (2), app.vault.modify (3)
Accesses Obsidian workspace APIsInfoHighapp.workspace (1)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (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 2374 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.02023-01-09Released while not listed
1.0.12023-01-18Released while not listed
1.0.22023-01-31Released while not listed
1.0.32023-02-06Released while not listed
1.0.42023-02-19None
1.0.52023-02-22None
1.0.62023-02-23None
1.1.02023-03-16None
1.1.12023-03-31None
1.2.02023-04-05None
1.2.12023-04-10None
1.2.22023-04-14None
1.2.32023-04-28None
1.3.02023-05-18None
1.3.12023-05-23None
1.3.22023-05-23None
1.3.32023-05-23None
1.4.02023-05-31None
1.4.12023-06-06None
1.4.22023-06-07None
1.4.32023-06-19None
1.5.02023-06-19None
1.5.12023-06-21None
1.5.22023-06-22None
1.5.32023-06-23None
1.6.02023-08-03None
1.6.12023-09-07None
1.6.22023-09-26None
1.6.32023-09-30None
1.7.02023-11-03None
1.7.12023-11-06None
1.8.02023-11-14None
1.8.12023-11-14None
1.9.02024-01-04None
1.9.12024-01-11None
1.9.22024-01-30None
1.9.32024-02-07None
1.9.42024-02-20None
1.9.52024-04-16None
1.10.02024-04-17None
1.10.12024-04-18None
1.10.22024-04-24None
1.10.32024-05-16None
1.10.42024-07-16None

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.