Skip to content

Enhancing Mindmap

Edit mindmaps with Markdown.

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

Data

IDobsidian-enhancing-mindmap
Authormarkmindckm
Minimum Obsidian Version0.9.12
Official Release Date2021-07-16
Last update2023-08-03

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 3, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2021-07-16Plugin Added
2023-04-26descriptionThis is a enhancing mindmap plugin for obsidian. You can edit mindmap on markdown.This is a enhancing mindmap plugin for Obsidian. You can edit mindmap on Markdown.
2023-04-27nameEnhancing mindmapEnhancing Mindmap
2024-01-27descriptionThis is a enhancing mindmap plugin for Obsidian. You can edit mindmap on Markdown.Edit mindmaps with Markdown.
2026-05-12authorMarkmarkmindckm
2026-05-12repoMarkMindCkm/obsidian-enhancing-mindmapmarkmindckm/obsidian-enhancing-mindmap

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package ManagerUnknown (no lock file found)
Uses TypescriptYes
Installed BundlersRollup
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size1.18 MB
Detected ES VersionES2017
Probably MinifiedNo
main.js API Findings9 disclosures
Uses BRAT beta releasesNo
Dependenciesdom-to-image, jszip, katex, randomcolor, svg.js
Dev Dependencies@rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-typescript, @types/dom-to-image, @types/node, @types/randomcolor, monkey-around, obsidian, randomcolor, rollup, tslib, 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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses browser network APIs
Platform BranchingChecks desktop, mobile, or OS platform flags
Vault File WriteWrites vault files
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighFunction (1), dynamic_code:function_constructor (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.readText (1), navigator.clipboard.writeText (3)
Checks desktop, mobile, or OS platform flagsInfoHighobsidian.Platform.isDesktop (2), obsidian.Platform.isDesktopApp (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (15), this.registerEvent (4)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getCache (1), app.metadataCache.getFileCache (4), app.metadataCache (5)
References URLs or constructs URL objectsInfoHighhttp:// (16), https:// (9)
Uses browser network APIsInfoHighXMLHttpRequest (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (6), obsidian.Setting (6)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (5)
Accesses Obsidian vault APIsInfoHighapp.vault (3)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (2)
Writes vault filesInfoHighapp.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (23)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (3)
Registers or manipulates workspace views and panesInfoHighapp.workspace.detachLeavesOfType (1), app.workspace.getLeavesOfType (7), registerView (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 43430 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-07-05Released while not listed
0.0.22021-07-07Released while not listed
0.0.32021-07-08Released while not listed
0.0.42021-07-09Released while not listed
0.0.52021-07-11Released while not listed
0.0.62021-07-16None
0.1.02021-07-18None
0.1.12021-07-23None
0.1.22021-08-24None
0.1.32021-09-01None
0.1.42021-09-13None
0.1.52021-09-14None
0.1.62021-09-26None
0.1.72021-10-10None
0.1.82021-11-05None
0.1.92021-12-10None
0.2.02021-12-15None
0.2.12021-12-16None
0.2.22022-02-19None
0.2.32022-06-06None
0.2.42022-08-20None
0.2.52023-08-03None

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.