Skip to content

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

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

Data

IDcopy-url-in-preview
Authornomarcub
FundingSupport the Author
Minimum Obsidian Version1.12.3
Official Release Date2021-07-15
Last update2026-05-19

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
2021-07-15Plugin Added
2021-09-07nameCopy URL in previewCopy Image and URL in Preview
2021-09-07descriptionCopy URL context menu in preview modeCopy Image and Copy URL context menu in preview mode
2022-06-01descriptionCopy Image and Copy URL context menu in preview modeCopy Image, Copy URL and Open PDF externally context menu in preview mode
2022-08-05nameCopy Image and URL in PreviewCopy Image and URL context menu
2022-08-05descriptionCopy Image, Copy URL and Open PDF externally context menu in preview modeCopy Image, Copy URL and Open PDF externally context menu in reading view (formerly preview mode)
2023-04-26descriptionCopy Image, Copy URL and Open PDF externally context menu in reading view (formerly preview mode)Copy Image, Copy URL and Open PDF externally context menu in reading view.
2024-03-01nameCopy Image and URL context menuImage Context Menus
2024-03-01descriptionCopy Image, Copy URL and Open PDF externally context menu in reading view.Copy, open in default app, show in system explorer, reveal in navigation context menu for images. Also Open PDF externally context menu.
2025-04-17descriptionCopy, open in default app, show in system explorer, reveal in navigation context menu for images. Also Open PDF externally context menu.Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.
2026-05-12authorNomarCubnomarcub
2026-05-12repoNomarCub/obsidian-copy-url-in-previewnomarcub/obsidian-copy-url-in-preview

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size7.77 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings3 disclosures
Uses BRAT beta releasesNo
DependenciesNone
Dev Dependencies@biomejs/biome, @eslint/js, @types/node, esbuild, eslint, eslint-plugin-obsidianmd, i18next, obsidian, obsidian-typings, 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.

DisclosureDetected From
Clipboard AccessReads or writes clipboard data
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Network AccessUses browser network APIs
FindingTypeConfidenceEvidence
Reads or writes clipboard dataInfoHighnavigator.clipboard.write (2), navigator.clipboard.writeText (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (1), this.registerEvent (3)
References URLs or constructs URL objectsInfoHighhttps:// (1), URL (3)
Uses browser network APIsInfoHighfetch (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (3), obsidian.Setting (3)
Opens or creates files through workspace or file manager APIsInfoHighworkspace_file_open:getLeaf.openFile (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (5)
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 523 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.02021-07-13Released while not listed
1.0.12021-07-15None
1.0.22021-07-15None
1.1.02021-09-05None
1.2.02022-04-30None
1.3.02022-05-31None
1.3.12022-06-06None
1.3.22022-06-17None
1.3.32022-07-12None
1.3.42022-07-17None
1.3.52022-08-07None
1.3.62022-08-07None
1.4.02022-10-22None
1.5.02023-05-18None
1.5.12023-09-27None
1.5.22024-01-03None
1.6.02024-02-24None
1.7.02024-05-09None
1.7.12024-05-14None
1.8.02024-06-15None
1.9.02024-07-25None
1.9.12024-09-07None
1.10.02025-04-17None
1.11.02025-07-10None
1.11.12025-08-08None
1.11.22025-08-19None
1.12.02026-02-25None
1.12.12026-02-28None
1.12.22026-05-19None

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.