Skip to content

Epub Importer

Import EPUB files as Markdown.

Data

ID epub-importer
Author aoout
Funding Support the Author
Minimum Obsidian Version 0.16.0
Official Release Date 2023-11-23
Last update 2025-12-09

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 May 25, 2026
Release acquisition release metadata checked Jun 12, 2026; existing successful main.js cache reused

Quick Links

Changes

Date Changed Property Old Value New Value
2023-11-23 Plugin Added

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager npm
Uses Typescript Yes
Installed Bundlers None found
Installed Testing Frameworks Jest
Has Test Files Yes
Latest Release main.js Size 1.21 MB
Detected ES Version ES2020
Probably Minified No
main.js API Findings 8 disclosures
Uses BRAT beta releases No
Dependencies @types/js-beautify, adm-zip, commit-and-tag-version, extract-zip, fs-jetpack, i18next, i18next-browser-languagedetector, i18next-http-backend, js-beautify, ts-node, turndown, unzipper, xml2js
Dev Dependencies @types/adm-zip, @types/jest, @types/node, @types/unzipper, @types/xml2js, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, ansi-colors, builtin-modules, commander, dedent, dotenv, eslint, eslint-config-standard, eslint-plugin-import, eslint-plugin-json, eslint-plugin-jsonc, eslint-plugin-node, eslint-plugin-promise, jest, obsidian, obsidian-plugin-cli, ts-jest, 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.

Disclosure Detected From
Adapter File Access Uses adapter-level vault filesystem APIs
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Node Filesystem Access Uses direct Node filesystem-related modules
Process Or Shell Access Uses Node process or subprocess APIs
Vault File Write Writes vault files
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Uses direct Node filesystem-related modules Warning High buffer (2), fs (8), os (2), path (23)
Uses Node process or subprocess APIs Warning High process.env (7), process.platform (3)
Registers events, DOM handlers, or intervals Info High setTimeout (4), this.registerDomEvent (1), this.registerEvent (5), this.registerInterval (2)
Reads Obsidian metadata cache Info High app.metadataCache.getCache (2), app.metadataCache.getFileCache (2), app.metadataCache (4)
References URLs or constructs URL objects Info High http:// (10), https:// (1)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (1)
Accesses Obsidian vault APIs Info High app.vault (16)
Enumerates vault files Info High app.vault.getMarkdownFiles (1)
Opens or creates files through workspace or file manager APIs Info High app.workspace.openLinkText (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (7)
Writes vault files Info High app.vault.create (2), app.vault.createFolder (2)
Accesses Obsidian workspace APIs Info High app.workspace (11)
Accesses the active file or editor Info High app.workspace.getActiveFile (1)
Registers or manipulates workspace views and panes Info High app.workspace.revealLeaf (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 1568 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
0.0.1 2023-09-20 Released while not listed
0.0.2 2023-09-21 Released while not listed
0.0.3 2023-09-28 Released while not listed
0.0.4 2023-10-15 Released while not listed
0.0.5 2023-10-18 Released while not listed
0.0.6 2023-10-20 Released while not listed
0.0.7 2023-10-24 Released while not listed
0.0.8 2023-10-25 Released while not listed
0.0.9 2023-10-25 Released while not listed
0.1.0 2023-10-29 Released while not listed
0.1.1 2023-11-07 Released while not listed
0.1.2 2023-12-03 None
0.1.3 2023-12-06 None
0.1.4 2023-12-06 None
0.1.5 2023-12-07 None
0.1.6 2023-12-07 None
0.1.7 2023-12-08 None
0.1.8 2023-12-09 None
0.1.9 2023-12-18 None
0.2.0 2023-12-22 None
0.2.1 2023-12-28 None
0.2.2 2023-12-29 None
0.2.3 2023-12-30 None
0.2.4 2023-12-30 None
0.2.5 2024-01-04 None
0.2.6 2024-01-05 None
0.2.7 2024-01-15 None
0.2.8 2024-01-18 None
0.2.9 2024-01-22 None
0.3.0 2024-01-31 None
0.3.1 2024-04-13 None
0.3.2 2024-04-19 None
0.3.3 2024-04-21 None
0.3.4 2024-05-19 None
0.3.5 2024-06-30 None
0.3.6 2024-07-06 None
0.3.7 2024-07-11 None
0.3.8 2024-08-22 None
0.4.0 2024-08-23 None
0.4.1 2024-09-24 None
0.4.2 2024-10-20 None
0.4.3 2024-11-18 None
0.5.0 2024-11-18 None
0.6.0 2024-11-18 None
0.6.1 2024-11-24 None
0.6.2 2025-01-08 None
0.6.3 2025-01-09 None
0.6.4 2025-01-09 None
0.6.5 2025-01-09 None
0.6.6 2025-01-13 None
0.6.7 2025-03-18 None
0.6.8 2025-03-19 None
0.7.0 2025-03-19 None
0.7.1 2025-03-20 None
0.8.0 2025-03-21 None
0.8.1 2025-03-21 None
0.8.2 2025-07-27 None
0.8.3 2025-12-09 None
0.8.4 2025-12-09 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.