Skip to content

Enhancing Export

Enhanced export based on Pandoc. Allows export to formats like HTML, DOCX, ePub and PDF or Hugo.

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

Data

IDobsidian-enhancing-export
Authormokeyish
Minimum Obsidian Version1.6.3
Official Release Date2022-05-12
Last update2026-02-05

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 22, 2026.

Community plugin snapshotJun 22, 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
2022-05-12Plugin Added
2023-04-26descriptionA enhancing export plugin base on pandoc for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Hugo.A enhancing export plugin base on pandoc for Obsidian. It allows to export to formats like HTML, DOCX, ePub and PDF or Hugo.
2024-01-26nameObsidian Enhancing ExportEnhancing Export
2024-01-27descriptionA enhancing export plugin base on pandoc for Obsidian. It allows to export to formats like HTML, DOCX, ePub and PDF or Hugo.Enhanced export based on Pandoc. Allows export to formats like HTML, DOCX, ePub and PDF or Hugo.
2026-05-12authorYISHmokeyish

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed BundlersVite
Installed Testing FrameworksJest
Has Test FilesYes
Latest Release main.js Size182 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings5 disclosures
Uses BRAT beta releasesNo
Dependenciessemver, solid-js, yargs-parser
Dev Dependencies@types/jest, @types/node, @types/semver, @types/yargs-parser, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, dotenv, eslint, jest, obsidian, prettier, ts-jest, tslib, typescript, vite, vite-plugin-solid, vite-plugin-static-copy

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
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Node Filesystem AccessUses direct Node filesystem-related modules
Process Or Shell AccessUses Node process or subprocess APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighFunction (2), dynamic_code:function_constructor (1)
Uses Electron desktop APIsWarningHighelectron (1)
Uses direct Node filesystem-related modulesWarningHighfs (1), path (1)
Uses Node process or subprocess APIsWarningHighprocess.env (10), child_process (1)
Uses persistent browser storageInfoHighlocalStorage.getItem (1)
Includes large embedded base64 blobsInfoHighbase64 blob (7)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (1), this.registerEvent (1)
References URLs or constructs URL objectsInfoHighhttp:// (3), https:// (2)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (2)
Accesses Obsidian vault APIsInfoHighapp.vault (3)
Accesses Obsidian workspace APIsInfoHighapp.workspace (3)
Accesses the active file or editorInfoHighapp.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 8492 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.22022-05-02Released while not listed
1.0.42022-05-07Released while not listed
1.0.52022-05-12None
1.0.62022-05-12None
1.0.72022-05-13None
1.0.82022-05-17None
1.0.92022-05-17None
1.0.102022-05-18None
1.1.02022-07-04None
1.1.12022-07-05None
1.1.22022-08-03None
1.1.32022-08-15None
1.1.42022-08-19None
1.1.52022-09-17None
1.1.62022-10-15None
1.1.72022-10-19None
1.1.82023-01-13None
1.1.92023-03-17None
1.2.12023-03-20None
1.3.02023-04-28None
1.3.12023-05-06None
1.4.12023-05-12None
1.5.22023-05-20None
1.5.32023-05-22None
1.5.42023-05-22None
1.6.12023-05-27None
1.7.12023-06-16None
1.7.22023-06-25None
1.8.12023-06-25None
1.8.22023-06-26None
1.8.32023-06-30None
1.8.42023-07-19None
1.8.52023-08-05None
1.8.62023-08-05None
1.8.72023-08-19None
1.8.82023-09-15None
1.9.12023-09-23None
1.9.22023-11-05None
1.9.32023-11-17None
1.9.42023-12-03None
1.9.52023-12-12None
1.9.62023-12-15None
1.10.12024-02-02None
1.10.22024-02-02None
1.10.32024-02-07None
1.10.42024-02-29None
1.10.52024-05-14None
1.10.62024-06-11None
1.10.72024-07-19None
1.10.82024-09-25None
1.10.92024-11-16None
1.10.102025-09-07None
1.10.112025-11-14None
1.10.122026-01-04None
1.10.132026-01-25None
1.11.02026-01-27None
1.11.12026-02-05None

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.