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
| ID | make-md |
| Author | make-md |
| Minimum Obsidian Version | 0.16.0 |
| Official Release Date | 2022-12-15 |
| Last update | 2026-07-09 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout Jul 13, 2026 |
| Release acquisition | release metadata checked Jul 13, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2022-12-15 | Plugin Added | ||
| 2023-04-26 | description | 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. | 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-12 | author | MAKE.md | make-md |
| 2026-05-12 | description | 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. | Build custom, code-free workspaces using databases, visual views, and relational trackers. |
| 2026-05-12 | repo | Make-md/makemd | make-md/makemd |
| 2026-05-15 | name | MAKE.md | make.md |
Repository Data
| License | MIT in package.json MIT in LICENSE file |
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Jest |
| Has Test Files | No |
Latest Release main.js Size | 5.48 MB |
| Detected ES Version | ES2020 |
| Probably Minified | Yes |
| main.js API Findings | 15 disclosures |
| Uses BRAT beta releases | No |
| 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.
| Disclosure | Detected From |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Markdown Processing | Registers markdown processors or renderers |
| Metadata Access | Reads Obsidian metadata cache, Updates frontmatter through Obsidian APIs |
| Network Access | Uses browser network APIs |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Vault File Write | Updates frontmatter through Obsidian APIs, Writes vault files |
| Webassembly Usage | Uses WebAssembly APIs |
| Worker Usage | Uses Worker APIs |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | eval (1), Function (5), dynamic_code:eval (1), dynamic_code:function_constructor (1) |
| Uses direct Node filesystem-related modules | Warning | High | fs (1), path (2) |
| Uses Node process or subprocess APIs | Warning | High | process.env (2) |
| References localhost or private-network addresses | Warning | Medium | localhost (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.readText (1), navigator.clipboard.writeText (8) |
| Uses persistent browser storage | Info | High | localStorage.getItem (1) |
| Uses WebAssembly APIs | Info | High | WebAssembly (11) |
| Uses Worker APIs | Info | High | Worker (3) |
| Includes large embedded base64 blobs | Info | High | base64 blob (11) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownPostProcessor (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (11), setInterval (4), setTimeout (61), this.registerEvent (6) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getCache (1), app.metadataCache.getFileCache (2), app.metadataCache (5), app.metadataCache.resolvedLinks (1) |
| Updates frontmatter through Obsidian APIs | Info | High | app.fileManager.processFrontMatter (3) |
| References URLs or constructs URL objects | Info | High | http:// (238), https:// (31), URL (2) |
| Uses browser network APIs | Info | High | fetch (6), XMLHttpRequest (3) |
| Persists plugin settings or data | Info | High | this.loadData (2), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (12), obsidian.Setting (12) |
| Accesses Obsidian vault APIs | Info | High | app.vault (14) |
| Accesses vault folders | Info | High | app.vault.getRoot (1) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (1) |
| References Obsidian URI links | Info | High | obsidian:// (4) |
| Writes vault files | Info | High | app.vault.modify (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (54) |
| Registers or manipulates workspace views and panes | Info | High | app.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
| Version | Release Date | Note |
|---|---|---|
| 0.3.8 | 2022-11-15 | Released while not listed |
| 0.4.0 | 2022-11-16 | Released while not listed |
| 0.4.1 | 2022-11-17 | Released while not listed |
| 0.4.9 | 2022-11-20 | Released while not listed |
| 0.5.0 | 2022-11-20 | Released while not listed |
| 0.5.2 | 2022-11-26 | Released while not listed |
| 0.5.3 | 2022-12-08 | Released while not listed |
| 0.5.4 | 2022-12-15 | None |
| 0.5.5 | 2022-12-15 | None |
| 0.5.6 | 2022-12-16 | None |
| 0.6.0 | 2023-01-06 | None |
| 0.6.1 | 2023-01-06 | None |
| 0.6.2 | 2023-01-06 | None |
| 0.6.3 | 2023-01-06 | None |
| 0.6.4 | 2023-01-06 | None |
| 0.6.5 | 2023-01-07 | None |
| 0.6.6 | 2023-01-09 | None |
| 0.6.8 | 2023-01-09 | None |
| 0.6.9 | 2023-01-11 | None |
| 0.6.10 | 2023-01-13 | None |
| 0.6.11 | 2023-01-13 | None |
| 0.6.12 | 2023-01-19 | None |
| 0.6.13 | 2023-02-11 | None |
| 0.6.14 | 2023-02-11 | None |
| 0.6.15 | 2023-02-15 | None |
| 0.6.16 | 2023-02-17 | None |
| 0.6.17 | 2023-02-20 | None |
| 0.6.18 | 2023-02-21 | None |
| 0.6.19 | 2023-02-21 | None |
| 0.6.20 | 2023-02-24 | None |
| 0.6.21 | 2023-02-24 | None |
| 0.6.22 | 2023-02-26 | None |
| 0.6.23 | 2023-02-26 | None |
| 0.7.6 | 2023-04-04 | None |
| 0.7.7 | 2023-04-05 | None |
| 0.7.8 | 2023-04-12 | None |
| 0.7.9 | 2023-04-12 | None |
| 0.7.10 | 2023-04-13 | None |
| 0.7.11 | 2023-04-26 | None |
| 0.7.12 | 2023-04-27 | None |
| 0.7.13 | 2023-04-28 | None |
| 0.7.14 | 2023-06-12 | None |
| 0.7.15 | 2023-06-12 | None |
| 0.7.16 | 2023-06-12 | None |
| 0.7.17 | 2023-06-15 | None |
| 0.7.18 | 2023-06-18 | None |
| 0.7.19 | 2023-07-27 | None |
| 0.7.20 | 2023-07-28 | None |
| 0.7.21 | 2023-07-28 | None |
| 0.7.22 | 2023-07-28 | None |
| 0.7.23 | 2023-07-28 | None |
| 0.7.24 | 2023-07-28 | None |
| 0.7.25 | 2023-07-28 | None |
| 0.7.26 | 2023-08-03 | None |
| 0.7.27 | 2023-08-07 | None |
| 0.7.28 | 2023-08-13 | None |
| 0.7.29 | 2023-08-19 | None |
| 0.7.30 | 2023-08-30 | None |
| 0.7.31 | 2023-08-30 | None |
| 0.8.4 | 2023-10-29 | None |
| 0.8.5 | 2023-10-31 | None |
| 0.8.6 | 2023-11-02 | None |
| 0.8.7 | 2023-11-03 | None |
| 0.8.8 | 2023-11-03 | None |
| 0.8.9 | 2023-11-04 | None |
| 0.8.10 | 2023-11-06 | None |
| 0.8.11 | 2023-11-08 | None |
| 0.8.12 | 2023-11-10 | None |
| 0.8.13 | 2023-11-11 | None |
| 0.8.14 | 2023-11-13 | None |
| 0.8.15 | 2023-12-14 | None |
| 0.8.16 | 2023-12-15 | None |
| 0.8.17 | 2023-12-20 | None |
| 0.8.18 | 2023-12-20 | None |
| 0.9.0 | 2024-02-19 | None |
| 0.9.1 | 2024-02-19 | None |
| 0.9.2 | 2024-02-20 | None |
| 0.9.3 | 2024-02-23 | None |
| 0.9.4 | 2024-02-25 | None |
| 0.9.5 | 2024-03-01 | None |
| 0.9.6 | 2024-03-29 | None |
| 0.9.7 | 2024-03-29 | None |
| 0.9.8 | 2024-04-05 | None |
| 0.9.9 | 2024-04-06 | None |
| 0.9.10 | 2024-04-07 | None |
| 0.9.11 | 2024-04-08 | None |
| 0.9.12 | 2024-04-09 | None |
| 0.9.13 | 2024-04-11 | None |
| 0.9.14 | 2024-04-20 | None |
| 0.9.15 | 2024-04-21 | None |
| 0.9.16 | 2024-04-22 | None |
| 0.9.17 | 2024-04-24 | None |
| 0.9.18 | 2024-05-05 | None |
| 0.9.19 | 2024-05-13 | None |
| 0.9.20 | 2024-05-14 | None |
| 0.9.21 | 2024-05-15 | None |
| 0.9.22 | 2024-05-17 | None |
| 0.9.23 | 2024-05-18 | None |
| 0.9.24 | 2024-05-21 | None |
| 0.9.25 | 2024-05-24 | None |
| 0.9.26 | 2024-06-01 | None |
| 0.9.27 | 2024-06-05 | None |
| 0.9.28 | 2024-06-06 | None |
| 0.9.29 | 2024-06-12 | None |
| 0.9.30 | 2024-06-16 | None |
| 0.9.31 | 2024-06-17 | None |
| 0.9.99 | 2024-07-14 | None |
| 0.9.991 | 2024-07-15 | None |
| 0.9.992 | 2024-07-15 | None |
| 0.9.993 | 2024-07-25 | None |
| 0.9.994 | 2024-07-26 | None |
| 0.9.995 | 2024-07-27 | None |
| 0.9.996 | 2024-07-27 | None |
| 0.9.997 | 2024-08-06 | None |
| 0.9.998 | 2024-08-06 | None |
| 0.9.999 | 2024-08-07 | None |
| 0.9.1000 | 2024-08-07 | None |
| 0.9.1001 | 2024-08-10 | None |
| 0.9.1002 | 2024-08-10 | None |
| 0.9.1003 | 2024-08-12 | None |
| 0.9.1004 | 2024-08-14 | None |
| 0.9.1005 | 2024-08-17 | None |
| 0.9.1006 | 2024-08-18 | None |
| 0.9.1007 | 2024-08-25 | None |
| 0.9.1008 | 2024-10-21 | None |
| 0.9.1009 | 2024-10-29 | None |
| 0.9.1010 | 2024-10-29 | None |
| 0.9.1011 | 2024-11-06 | None |
| 0.9.1012 | 2024-12-14 | None |
| 0.9.1013 | 2024-12-16 | None |
| 0.9.1014 | 2024-12-23 | None |
| 1.0.0 | 2024-12-25 | None |
| 1.0.1 | 2024-12-27 | None |
| 1.0.2 | 2024-12-29 | None |
| 1.0.3 | 2025-01-05 | None |
| 1.0.4 | 2025-01-18 | None |
| 1.0.5 | 2025-01-18 | None |
| 1.0.6 | 2025-01-20 | None |
| 1.0.7 | 2025-01-28 | None |
| 1.0.8 | 2025-01-28 | None |
| 1.0.9 | 2025-03-13 | None |
| 1.1.0 | 2025-03-31 | None |
| 1.1.1 | 2025-04-05 | None |
| 1.1.2 | 2025-04-07 | None |
| 1.1.3 | 2025-04-17 | None |
| 1.1.4 | 2025-05-10 | None |
| 1.1.5 | 2025-05-10 | None |
| 1.1.6 | 2025-05-12 | None |
| 1.1.7 | 2025-06-14 | None |
| 1.2.0 | 2025-08-15 | None |
| 1.2.1 | 2025-08-16 | None |
| 1.2.2 | 2025-08-16 | None |
| 1.2.3 | 2025-09-08 | None |
| 1.2.4 | 2025-09-10 | None |
| 1.2.5 | 2025-09-12 | None |
| 1.2.9 | 2025-09-25 | None |
| 1.3.0 | 2025-09-28 | None |
| 1.3.1 | 2025-09-28 | None |
| 1.3.2 | 2025-10-19 | None |
| 1.3.3 | 2025-10-26 | None |
| 1.3.4 | 2026-01-26 | None |
| 1.3.5 | 2026-07-09 | None |
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.