Skip to content

make.md

Build custom, code-free workspaces using databases, visual views, and relational trackers.

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

Data

IDmake-md
Authormake-md
Minimum Obsidian Version0.16.0
Official Release Date2022-12-15
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
2022-12-15Plugin Added
2023-04-26descriptionMake.md brings you features that supercharges Obsidian. Sort your files in custom order and add file icons using Spaces. Edit inline embeds with Flow Editor. And style your text and add new markdown blocks without writing markdown using Maker Mode.Make.md brings you features that supercharges Obsidian. Sort your files in custom order and add file icons using Spaces. Edit inline embeds with Flow Editor. And style your text and add new Markdown blocks without writing Markdown using Maker Mode.
2026-05-12authorMAKE.mdmake-md
2026-05-12descriptionMake.md brings you features that supercharges Obsidian. Sort your files in custom order and add file icons using Spaces. Edit inline embeds with Flow Editor. And style your text and add new Markdown blocks without writing Markdown using Maker Mode.Build custom, code-free workspaces using databases, visual views, and relational trackers.
2026-05-12repoMake-md/makemdmake-md/makemd
2026-05-15nameMAKE.mdmake.md

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksJest
Has Test FilesNo
Latest Release main.js Size5.48 MB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings15 disclosures
Uses BRAT beta releasesNo
Dependencies@air/react-drag-to-select, @codemirror/basic-setup, @codemirror/highlight, @codemirror/lang-javascript, @codemirror/language, @codemirror/lint, @dnd-kit/core, @dnd-kit/modifiers, @dnd-kit/sortable, @lezer/common, @lezer/highlight, @tanstack/react-table, @tanstack/react-virtual, @types/hast, @types/mdast, @uiw/codemirror-theme-abcdef, @uiw/codemirror-theme-github, @uiw/react-codemirror, acorn, acorn-walk, astring, classnames, common-tags, date-fns, fuse.js, hast-util-from-html, hast-util-to-html, he, inline-style-parser, jszip, lodash, mathjs, mdast-util-from-markdown, mdast-util-frontmatter, mdast-util-gfm, mdast-util-to-markdown, mdast-util-wiki-link, micromark-extension-frontmatter, micromark-extension-gfm, micromark-extension-wiki-link, monkey-around, numfmt, pica, range-analyzer, re-resizable, react, react-day-picker, react-dom, react-dropzone, react-error-boundary, react-transition-group, rrule, sql.js, use-long-press, vaul
Dev Dependencies@babel/parser, @babel/traverse, @types/common-tags, @types/d3, @types/d3-dispatch, @types/he, @types/jest, @types/lodash, @types/node, @types/pica, @types/react, @types/react-color, @types/react-dom, @types/react-tag-autocomplete, @types/react-toggle, @types/react-transition-group, @types/react-virtualized-auto-sizer, @types/react-window, @types/rrule, @types/sql.js, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, cross-env, d3, dotenv, esbuild, esbuild-envfile-plugin, esbuild-plugin-copy, esbuild-plugin-wat, eslint, eslint-plugin-react, eslint-plugin-react-hooks, find-cache-dir, jest, obsidian, obsidian-dataview, prop-types, terser, ts-jest, 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
Clipboard AccessReads or writes clipboard data
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, Updates frontmatter through Obsidian APIs
Network AccessUses browser network APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteUpdates frontmatter through Obsidian APIs, Writes vault files
Webassembly UsageUses WebAssembly APIs
Worker UsageUses Worker APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHigheval (1), Function (5), dynamic_code:eval (1), dynamic_code:function_constructor (1)
Uses direct Node filesystem-related modulesWarningHighfs (1), path (2)
Uses Node process or subprocess APIsWarningHighprocess.env (2)
References localhost or private-network addressesWarningMediumlocalhost (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.readText (1), navigator.clipboard.writeText (8)
Uses persistent browser storageInfoHighlocalStorage.getItem (1)
Uses WebAssembly APIsInfoHighWebAssembly (11)
Uses Worker APIsInfoHighWorker (3)
Includes large embedded base64 blobsInfoHighbase64 blob (11)
Registers markdown processors or renderersInfoHighthis.registerMarkdownPostProcessor (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (11), setInterval (4), setTimeout (61), this.registerEvent (6)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getCache (1), app.metadataCache.getFileCache (2), app.metadataCache (5), app.metadataCache.resolvedLinks (1)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (3)
References URLs or constructs URL objectsInfoHighhttp:// (238), https:// (31), URL (2)
Uses browser network APIsInfoHighfetch (6), XMLHttpRequest (3)
Persists plugin settings or dataInfoHighthis.loadData (2), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (12), obsidian.Setting (12)
Accesses Obsidian vault APIsInfoHighapp.vault (14)
Accesses vault foldersInfoHighapp.vault.getRoot (1)
Enumerates vault filesInfoHighapp.vault.getMarkdownFiles (1)
References Obsidian URI linksInfoHighobsidian:// (4)
Writes vault filesInfoHighapp.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (54)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (7), app.workspace.revealLeaf (4), registerView (10)

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 110752 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.3.82022-11-15Released while not listed
0.4.02022-11-16Released while not listed
0.4.12022-11-17Released while not listed
0.4.92022-11-20Released while not listed
0.5.02022-11-20Released while not listed
0.5.22022-11-26Released while not listed
0.5.32022-12-08Released while not listed
0.5.42022-12-15None
0.5.52022-12-15None
0.5.62022-12-16None
0.6.02023-01-06None
0.6.12023-01-06None
0.6.22023-01-06None
0.6.32023-01-06None
0.6.42023-01-06None
0.6.52023-01-07None
0.6.62023-01-09None
0.6.82023-01-09None
0.6.92023-01-11None
0.6.102023-01-13None
0.6.112023-01-13None
0.6.122023-01-19None
0.6.132023-02-11None
0.6.142023-02-11None
0.6.152023-02-15None
0.6.162023-02-17None
0.6.172023-02-20None
0.6.182023-02-21None
0.6.192023-02-21None
0.6.202023-02-24None
0.6.212023-02-24None
0.6.222023-02-26None
0.6.232023-02-26None
0.7.62023-04-04None
0.7.72023-04-05None
0.7.82023-04-12None
0.7.92023-04-12None
0.7.102023-04-13None
0.7.112023-04-26None
0.7.122023-04-27None
0.7.132023-04-28None
0.7.142023-06-12None
0.7.152023-06-12None
0.7.162023-06-12None
0.7.172023-06-15None
0.7.182023-06-18None
0.7.192023-07-27None
0.7.202023-07-28None
0.7.212023-07-28None
0.7.222023-07-28None
0.7.232023-07-28None
0.7.242023-07-28None
0.7.252023-07-28None
0.7.262023-08-03None
0.7.272023-08-07None
0.7.282023-08-13None
0.7.292023-08-19None
0.7.302023-08-30None
0.7.312023-08-30None
0.8.42023-10-29None
0.8.52023-10-31None
0.8.62023-11-02None
0.8.72023-11-03None
0.8.82023-11-03None
0.8.92023-11-04None
0.8.102023-11-06None
0.8.112023-11-08None
0.8.122023-11-10None
0.8.132023-11-11None
0.8.142023-11-13None
0.8.152023-12-14None
0.8.162023-12-15None
0.8.172023-12-20None
0.8.182023-12-20None
0.9.02024-02-19None
0.9.12024-02-19None
0.9.22024-02-20None
0.9.32024-02-23None
0.9.42024-02-25None
0.9.52024-03-01None
0.9.62024-03-29None
0.9.72024-03-29None
0.9.82024-04-05None
0.9.92024-04-06None
0.9.102024-04-07None
0.9.112024-04-08None
0.9.122024-04-09None
0.9.132024-04-11None
0.9.142024-04-20None
0.9.152024-04-21None
0.9.162024-04-22None
0.9.172024-04-24None
0.9.182024-05-05None
0.9.192024-05-13None
0.9.202024-05-14None
0.9.212024-05-15None
0.9.222024-05-17None
0.9.232024-05-18None
0.9.242024-05-21None
0.9.252024-05-24None
0.9.262024-06-01None
0.9.272024-06-05None
0.9.282024-06-06None
0.9.292024-06-12None
0.9.302024-06-16None
0.9.312024-06-17None
0.9.992024-07-14None
0.9.9912024-07-15None
0.9.9922024-07-15None
0.9.9932024-07-25None
0.9.9942024-07-26None
0.9.9952024-07-27None
0.9.9962024-07-27None
0.9.9972024-08-06None
0.9.9982024-08-06None
0.9.9992024-08-07None
0.9.10002024-08-07None
0.9.10012024-08-10None
0.9.10022024-08-10None
0.9.10032024-08-12None
0.9.10042024-08-14None
0.9.10052024-08-17None
0.9.10062024-08-18None
0.9.10072024-08-25None
0.9.10082024-10-21None
0.9.10092024-10-29None
0.9.10102024-10-29None
0.9.10112024-11-06None
0.9.10122024-12-14None
0.9.10132024-12-16None
0.9.10142024-12-23None
1.0.02024-12-25None
1.0.12024-12-27None
1.0.22024-12-29None
1.0.32025-01-05None
1.0.42025-01-18None
1.0.52025-01-18None
1.0.62025-01-20None
1.0.72025-01-28None
1.0.82025-01-28None
1.0.92025-03-13None
1.1.02025-03-31None
1.1.12025-04-05None
1.1.22025-04-07None
1.1.32025-04-17None
1.1.42025-05-10None
1.1.52025-05-10None
1.1.62025-05-12None
1.1.72025-06-14None
1.2.02025-08-15None
1.2.12025-08-16None
1.2.22025-08-16None
1.2.32025-09-08None
1.2.42025-09-10None
1.2.52025-09-12None
1.2.92025-09-25None
1.3.02025-09-28None
1.3.12025-09-28None
1.3.22025-10-19None
1.3.32025-10-26None
1.3.42026-01-26None
1.3.52026-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.