Skip to content

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

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

Data

IDobsidian-excalidraw-plugin
Authorzsviczian
FundingSupport the Author
Minimum Obsidian Version1.8.7
Official Release Date2021-04-26
Last update2026-07-09

Last Refresh

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

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 13, 2026
Release acquisitionrelease metadata checked Jul 13, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2021-04-26Plugin Added
2023-04-26descriptionAn Obsidian plugin to edit and view Excalidraw drawingsEdit and view Excalidraw drawings.
2026-05-12authorZsolt Viczianzsviczian
2026-05-12descriptionEdit and view Excalidraw drawings.Create and edit Excalidraw drawings.
2026-05-19descriptionCreate and edit Excalidraw drawings.Visual PKM powerhouse. Create and edit Excalidraw drawings.

Repository Data

LicenseMIT in package.json
AGPL-3.0 in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed BundlersRollup
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size4.67 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings13 disclosures
Uses BRAT beta releasesYes
Dependencies@lezer/lr, @popperjs/core, @radix-ui/number, @zsviczian/colormaster, @zsviczian/excalidraw, chroma-js, clsx, es6-promise-pool, gl-matrix, lz-string, monkey-around, nanoid, opentype.js, pako, points-on-path, polybooljs, react, react-dom, roughjs, yaml
Dev Dependencies@babel/core, @babel/preset-env, @babel/preset-react, @codemirror/commands, @codemirror/language, @codemirror/search, @codemirror/state, @codemirror/view, @excalidraw/prettier-config, @rollup/plugin-babel, @rollup/plugin-commonjs, @rollup/plugin-json, @rollup/plugin-node-resolve, @rollup/plugin-replace, @rollup/plugin-terser, @rollup/plugin-typescript, @types/chroma-js, @types/js-beautify, @types/node, @types/opentype.js, @types/react, @types/react-dom, @zsviczian/excalidraw-extras-api, @zsviczian/rollup-plugin-postprocess, cross-env, cssnano, eslint, eslint-config-prettier, eslint-plugin-obsidianmd, eslint-plugin-prettier, jiti, jsesc, obsidian, postcss, prettier, rollup, rollup-plugin-copy, rollup-plugin-visualizer, tslib, typescript, uglify-js

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
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Markdown ProcessingRegisters markdown processors or renderers
Metadata AccessReads Obsidian metadata cache
Network AccessUses Obsidian request APIs, Uses browser network APIs
Note Content AccessReads vault files
Vault File WriteRenames, deletes, trashes, or copies vault files, Writes vault files
Worker UsageUses Worker APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighFunction (1), dynamic_code:function_constructor (1)
Renames, deletes, trashes, or copies vault filesWarningHighapp.fileManager.renameFile (3), app.fileManager.trashFile (3)
Reads or writes clipboard dataInfoHighnavigator.clipboard.readText (1), navigator.clipboard.write (1), navigator.clipboard.writeText (7)
Uses persistent browser storageInfoHighindexedDB.open (4)
Uses Worker APIsInfoHighWorker (2)
Includes large embedded base64 blobsInfoHighbase64 blob (7)
Registers markdown processors or renderersInfoHighthis.registerMarkdownCodeBlockProcessor (1), this.registerMarkdownPostProcessor (1)
Registers events, DOM handlers, or intervalsInfoHighthis.registerDomEvent (7), this.registerEvent (13)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getCache (2), app.metadataCache.getFileCache (10), app.metadataCache.getFirstLinkpathDest (14), app.metadataCache (51)
References URLs or constructs URL objectsInfoHighhttp:// (28), https:// (84), URL (3)
Uses browser network APIsInfoHighfetch (1), XMLHttpRequest (1)
Uses Obsidian request APIsInfoHighobsidian.request (6), obsidian.requestUrl (8)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (246), obsidian.Setting (246)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (70), this.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (82)
Enumerates vault filesInfoHighapp.vault.getFiles (18), app.vault.getMarkdownFiles (1)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (1)
Reads vault filesInfoHighapp.vault.cachedRead (1), app.vault.read (12), app.vault.readBinary (2)
References Obsidian URI linksInfoHighobsidian:// (10)
Writes vault filesInfoHighapp.vault.create (2), app.vault.modify (1), app.vault.modifyBinary (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (140)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (3)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (5), app.workspace.revealLeaf (1), registerView (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 74399 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.12021-04-18Prerelease, Released while not listed
0.0.22021-04-19Prerelease, Released while not listed
0.0.32021-04-20Prerelease, Released while not listed
0.0.42021-04-20Prerelease, Released while not listed
1.0.02021-04-20Released while not listed
1.0.12021-04-21Released while not listed
1.0.22021-04-21Released while not listed
1.0.5-test22021-04-24Prerelease, Released while not listed
1.0.52021-04-25Released while not listed
1.0.6-test2021-04-27Prerelease
1.0.62021-04-28None
1.0.72021-04-29None
1.0.8-test2021-05-02Prerelease
1.0.8-test22021-05-05Prerelease
1.0.8-test32021-05-06Prerelease
1.0.82021-05-07None
1.0.92021-05-08None
1.0.10-test2021-05-09Prerelease
1.0.102021-05-10None
1.0.112021-05-11None
1.0.122021-05-12None
1.1.02021-05-19None
1.1.12021-05-20None
1.1.22021-05-20None
1.1.32021-05-20None
1.1.42021-05-20None
1.1.52021-05-24None
1.1.62021-05-25None
1.1.72021-05-27None
1.1.82021-06-06None
1.1.92021-06-20None
1.1.102021-06-21None
1.2.02021-07-10None
1.2.12021-07-10None
1.2.22021-07-10None
1.2.32021-07-11None
1.2.42021-07-11None
1.2.52021-07-12None
1.2.62021-07-12None
1.2.72021-07-13None
1.2.82021-07-14None
1.2.92021-07-23None
1.2.102021-08-01None
1.2.112021-08-02None
1.2.122021-08-03None
1.2.132021-08-05None
1.2.142021-08-10None
1.2.152021-08-21None
1.2.162021-08-22None
1.2.172021-08-25None
1.2.182021-08-27None
1.2.192021-08-28None
1.2.202021-08-28None
1.2.212021-08-28None
1.2.222021-08-29None
1.2.232021-08-29None
1.2.242021-08-31None
1.3.02021-09-03None
1.3.12021-09-04None
1.3.22021-09-05None
1.3.32021-09-05None
1.3.42021-09-09None
1.3.52021-09-10None
1.3.62021-09-11None
1.3.72021-09-12None
1.3.82021-09-16None
1.3.92021-09-17None
1.3.102021-09-19None
1.3.112021-09-21None
1.3.122021-09-25None
1.3.132021-09-27None
1.3.142021-09-28None
1.3.152021-09-29None
1.3.162021-10-01None
1.3.172021-10-04None
1.3.182021-10-10None
1.3.192021-10-12None
1.3.202021-10-18None
1.4.02021-10-24None
1.4.12021-10-26None
1.4.22021-10-28None
1.4.32021-11-01None
1.4.42021-11-01None
1.4.52021-11-02Prerelease
1.4.62021-11-02None
1.4.72021-11-08None
1.4.8-beta2021-11-10Prerelease
1.4.92021-11-15None
1.4.102021-11-16None
1.4.112021-11-21None
1.4.122021-11-22None
1.4.132021-11-27None
1.4.142021-11-28None
1.4.152021-11-29None
1.4.162021-11-30None
1.4.172021-12-01None
1.4.182021-12-04None
1.4.192021-12-05None
1.5.02021-12-11None
1.5.12021-12-12None
1.5.22021-12-12None
1.5.32021-12-13None
1.5.42021-12-23None
1.5.52021-12-25None
1.5.62021-12-25None
1.5.72021-12-27None
1.5.82021-12-29None
1.5.92021-12-29None
1.5.102021-12-30None
1.5.112021-12-30None
1.5.122022-01-01None
1.5.132022-01-02None
1.5.142022-01-03None
1.5.152022-01-07None
1.5.162022-01-10None
1.5.172022-01-16None
1.5.182022-01-16None
1.5.192022-01-16None
1.5.202022-01-22None
1.5.212022-01-23None
1.5.222022-01-25None
1.5.232022-01-28None
1.5.242022-01-29None
1.5.252022-01-29None
1.5.262022-01-30None
1.5.272022-02-01None
1.5.282022-02-01None
1.5.292022-02-02None
1.5.302022-02-03None
1.6.02022-02-04None
1.6.12022-02-06None
1.6.22022-02-06None
1.6.32022-02-07None
1.6.42022-02-08None
1.6.52022-02-08None
1.6.62022-02-09None
1.6.72022-02-10None
1.6.82022-02-11None
1.6.92022-02-13None
1.6.102022-02-14None
1.6.112022-02-15None
1.6.122022-02-18None
1.6.132022-02-19None
1.6.142022-02-20None
1.6.152022-02-21None
1.6.162022-02-27None
1.6.172022-03-06None
1.6.182022-03-12None
1.6.192022-03-17None
1.6.202022-03-21None
1.6.212022-03-27None
1.6.222022-03-30None
1.6.232022-04-03None
1.6.242022-04-10None
1.6.252022-04-11None
1.6.262022-04-30None
1.6.272022-05-01None
1.6.282022-05-08None
1.6.292022-05-15None
1.6.302022-05-18None
1.6.312022-05-21None
1.6.322022-05-23None
1.6.332022-05-28None
1.6.342022-06-16None
1.7.02022-06-17Prerelease
1.7.12022-06-18None
1.7.22022-06-23None
1.7.32022-06-24Prerelease
1.7.42022-07-01None
1.7.52022-07-02None
1.7.62022-07-02None
1.7.72022-07-05None
1.7.82022-07-09None
1.7.92022-08-01None
1.7.102022-08-03None
1.7.112022-08-04None
1.7.122022-08-11None
1.7.132022-08-14None
1.7.142022-08-21None
1.7.152022-08-21None
1.7.162022-08-24None
1.7.172022-08-26None
1.7.182022-08-28None
1.7.192022-09-04None
1.7.202022-09-16None
1.7.212022-09-25Prerelease
1.7.222022-09-26None
1.7.232022-10-09None
1.7.242022-10-10None
1.7.252022-10-16None
1.7.262022-10-29None
1.7.272022-11-01None
1.7.292022-11-15None
1.7.302022-11-18None
1.8.02022-11-20None
1.8.12022-11-29None
1.8.22022-12-02None
1.8.3-beta2022-12-05Prerelease
1.8.42022-12-06None
1.8.52022-12-17None
1.8.62022-12-17None
1.8.72022-12-23None
1.8.82023-01-06None
1.8.92023-01-08None
1.8.102023-01-15None
1.8.112023-01-22None
1.8.122023-01-29None
1.8.132023-02-12None
1.8.142023-02-13None
1.8.15-beta2023-02-19None
1.8.162023-02-21None
1.8.172023-02-26None
1.8.182023-03-04None
1.8.192023-03-07None
1.8.202023-03-19None
1.8.212023-03-26None
1.8.222023-04-02None
1.8.232023-04-15None
1.8.242023-04-17None
1.8.252023-04-22None
1.8.262023-04-23None
1.9.02023-05-12None
1.9.12023-05-14None
1.9.22023-05-21None
1.9.32023-06-03None
1.9.4-beta2023-06-18None
1.9.52023-06-25None
1.9.62023-06-25None
1.9.72023-07-02None
1.9.82023-07-09None
1.9.92023-07-22None
1.9.102023-07-23None
1.9.112023-07-25None
1.9.122023-07-27None
1.9.132023-08-05None
1.9.142023-08-06None
1.9.152023-08-10None
1.9.162023-08-11None
1.9.172023-08-19None
1.9.182023-08-27None
1.9.192023-09-03None
1.9.19-mermaid2023-09-16None
1.9.202023-09-30None
1.9.212023-10-07None
1.9.232023-10-07None
1.9.242023-10-15None
1.9.252023-10-22None
1.9.262023-10-25None
1.9.272023-10-28None
1.9.282023-11-04None
1.9.292023-11-11Prerelease
2.0.02023-11-13None
2.0.12023-11-14None
2.0.22023-11-19None
2.0.32023-11-21None
2.0.42023-11-26None
2.0.62023-12-03None
2.0.72023-12-04None
2.0.82023-12-08None
2.0.92023-12-10None
2.0.102023-12-10None
2.0.112023-12-21None
2.0.122023-12-23None
2.0.132023-12-23None
2.0.142024-01-03None
2.0.152024-01-07None
2.0.162024-01-07None
2.0.172024-01-10None
2.0.182024-01-21None
2.0.192024-02-02None
2.0.202024-02-04None
2.0.212024-02-19None
2.0.222024-02-21None
2.0.232024-02-25None
2.0.242024-03-12None
2.0.252024-03-17None
2.0.262024-03-30None
2.1.02024-03-31None
2.1.12024-04-01None
2.1.22024-04-06None
2.1.32024-04-06None
2.1.42024-04-13None
2.1.52024-04-22None
2.1.62024-04-23None
2.1.72024-05-05None
2.1.82024-05-13None
2.2.02024-05-19None
2.2.12024-05-20None
2.2.22024-05-20None
2.2.32024-05-26None
2.2.42024-06-02None
2.2.52024-06-09None
2.2.62024-06-12None
2.2.72024-06-19None
2.2.82024-07-05None
2.2.92024-07-13None
2.2.102024-07-22None
2.2.112024-07-27None
2.2.122024-07-28None
2.2.132024-07-29None
2.3.02024-08-04None
2.4.02024-08-31None
2.4.12024-09-03None
2.4.22024-09-06None
2.4.32024-09-09None
2.5.02024-09-13None
2.5.12024-09-28None
2.5.22024-10-13None
2.6.02024-10-27None
2.6.12024-10-28None
2.6.22024-10-28None
2.6.32024-11-03None
2.6.42024-11-03None
2.6.52024-11-04None
2.6.62024-11-07None
2.6.72024-11-10None
2.6.82024-12-08None
2.7.02024-12-17None
2.7.12024-12-18None
2.7.22024-12-21None
2.7.32024-12-27None
2.7.42024-12-28None
2.7.52025-01-05None
2.8.02025-01-25None
2.8.12025-01-31None
2.8.22025-02-02None
2.8.32025-02-04None
2.9.02025-03-13None
2.9.12025-03-13None
2.9.22025-03-13None
2.10.02025-04-15None
2.10.12025-04-16None
2.11.02025-05-03None
2.11.12025-05-08None
2.11.2-beta2025-05-11Prerelease
2.12.02025-05-25None
2.12.12025-05-26None
2.12.22025-05-28None
2.12.32025-06-14None
2.12.42025-06-16None
2.13.02025-07-01None
2.13.12025-07-12None
2.13.22025-07-16None
2.14.02025-07-22None
2.14.12025-08-05None
2.14.22025-08-09None
2.14.32025-08-10None
2.15.02025-08-16None
2.15.12025-08-25None
2.15.22025-09-04None
2.15.32025-09-13None
2.16.02025-10-04None
2.16.12025-10-04None
2.17.02025-11-07None
2.17.12025-11-09None
2.17.22025-11-22None
2.18.02025-12-02None
2.18.12025-12-16None
2.18.22025-12-19None
2.18.32025-12-23None
2.19.02026-01-04None
2.19.12026-01-15None
2.19.22026-01-18None
2.20.02026-01-27None
2.20.12026-01-31None
2.20.22026-02-01None
2.20.32026-02-08None
2.20.42026-02-13None
2.20.52026-02-19None
2.20.62026-03-01None
2.21.02026-03-15None
2.21.12026-03-18None
2.21.22026-03-19None
2.22.02026-04-02None
2.22.12026-04-26None
2.22.22026-05-03None
2.22.32026-05-03None
2.23.02026-05-16None
2.23.12026-05-17None
2.23.22026-05-17None
2.23.32026-05-18None
2.23.42026-05-23None
2.23.52026-05-23None
2.23.62026-05-24None
2.23.72026-05-26None
2.23.82026-05-31None
2.23.92026-06-06None
2.23.102026-06-06None
2.23.112026-06-07None
2.23.122026-06-07None
2.24.02026-06-15None
2.24.12026-06-15None
2.24.22026-06-17None
2.25.02026-07-01None
2.25.12026-07-04None
2.25.22026-07-05None
2.25.32026-07-09None

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.