Skip to content

Enhanced Copy

Copy your selection and add it some edit to paste in other markdown software. Allows to keep markdown in reading view, removing wikilinks in editing, copy from locked canvas, and more!

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

Data

IDenhanced-copy
AuthorMara
FundingSupport the Author
Minimum Obsidian Version0.16.0
Official Release Date2024-02-03
Last update2026-06-21

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
2024-02-03Plugin Added
2024-05-25repoLisandra-dev/obsidian-enhanced-copyMara-Li/obsidian-enhanced-copy
2026-05-12authorMara-Limara-li
2026-05-12repoMara-Li/obsidian-enhanced-copymara-li/obsidian-enhanced-copy
2026-06-11authormara-liMara

Repository Data

LicenseGPL-3.0-only in package.json
GPL-3.0 in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size291 KB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings5 disclosures
Uses BRAT beta releasesYes
Dependenciesansi-colors, commit-and-tag-version, deepmerge-ts, dotenv-cli, esbuild, i18next, tslib
Dev Dependencies@biomejs/biome, @codemirror/view, @enveloppe/obsidian-dataview, @eslint/js, @obsidian-typings/obsidian-public-latest, @types/electron, @types/node, @typescript-eslint/parser, commander, cross-env, dedent, env-cmd, eslint, eslint-plugin-obsidianmd, monkey-around, obsidian, ts-deepmerge, 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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Network AccessUses Obsidian request APIs
FindingTypeConfidenceEvidence
Reads or writes clipboard dataInfoHighnavigator.clipboard.write (1), navigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighlocalStorage (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (3)
References URLs or constructs URL objectsInfoHighhttps:// (1), URL (1)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (48), obsidian.Setting (48)
Accesses Obsidian vault APIsInfoHighapp.vault (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (1)
Accesses the active file or editorInfoHighapp.workspace.activeEditor (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 3111 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
0.0.82023-05-09Released while not listed
0.0.92023-05-09Released while not listed
0.0.102023-05-09Released while not listed
0.0.112023-05-10Released while not listed
0.0.122023-05-10Released while not listed
0.0.152023-05-12Released while not listed
0.0.172023-05-12Released while not listed
0.0.192023-05-14Released while not listed
0.0.212023-05-21Released while not listed
0.0.222023-05-30Released while not listed
0.0.232023-06-14Released while not listed
0.0.272023-06-16Released while not listed
0.0.282023-08-03Released while not listed
0.0.292023-08-05Released while not listed
0.0.302023-08-06Released while not listed
0.0.312023-08-06Released while not listed
0.1.02023-08-07Released while not listed
0.1.12023-08-08Released while not listed
0.1.22023-08-09Released while not listed
0.1.32023-09-08Released while not listed
0.1.42023-10-04Released while not listed
0.2.02023-10-27Released while not listed
0.2.12023-10-29Released while not listed
0.2.22023-12-04Released while not listed
0.2.32023-12-10Released while not listed
0.2.42024-01-11Released while not listed
0.2.52024-01-19Released while not listed
0.2.62024-02-07None
0.2.72024-03-07None
0.2.82024-05-28None
0.2.92024-06-07None
0.2.102024-06-08None
0.2.112024-07-02None
0.2.122024-07-30None
0.2.132024-10-31None
0.2.142025-02-21None
0.2.152025-06-19None
0.2.162025-06-19None
0.2.172025-06-19None
0.2.182025-06-20None
0.2.192025-06-20None
0.2.202025-06-20None
1.0.02025-06-21None
1.0.12025-06-27None
1.0.22025-07-18None
1.1.02026-06-11None
1.1.12026-06-11None
1.1.22026-06-11None
1.1.32026-06-21None

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.