Notemd
Integrates with various LLMs to process notes, generate wiki-links, and create concept notes
The above warnings are based on limited information and might not always be accurate.
Data
| ID | notemd |
| Author | jacobinwwey |
| Funding | Support the Author |
| Minimum Obsidian Version | 0.15.0 |
| Official Release Date | 2025-04-29 |
| Last update | 2026-06-06 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout Jun 7, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; existing successful main.js cache reused |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2025-04-29 | Plugin Added | ||
| 2026-05-12 | author | Jacob | jacobinwwey |
| 2026-05-12 | repo | Jacobinwwey/obsidian-NotEMD | jacobinwwey/obsidian-NotEMD |
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 | Yes |
Latest Release main.js Size
| 4.12 MB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 13 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | mermaid, minisearch, vega, vega-lite |
| Dev Dependencies | @types/jest, @types/lodash, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, esbuild, jest, lodash, obsidian, 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 |
|---|---|
| Adapter File Access | Uses adapter-level vault filesystem APIs |
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Node HTTP modules, Uses Obsidian request APIs |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Note Content Access | Reads vault files |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Vault File Write | Renames, deletes, trashes, or copies vault files, Writes vault files |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | eval (1), Function (2), dynamic_code:eval (1), dynamic_code:function_constructor (1) |
| Uses direct Node filesystem-related modules | Warning | High | fs (3) |
| Uses Node process or subprocess APIs | Warning | High | process.env (1), process.platform (1) |
| References localhost or private-network addresses | Warning | Medium | 0.0.0.0 (1), localhost (9) |
| Renames, deletes, trashes, or copies vault files | Warning | High | app.vault.rename (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (5) |
| Uses persistent browser storage | Info | High | localStorage.getItem (1), localStorage.setItem (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (3), setInterval (2), setTimeout (36), this.registerEvent (3) |
| References URLs or constructs URL objects | Info | High | http:// (56), https:// (77), URL (17), URLSearchParams (3) |
| Uses Node HTTP modules | Info | High | http (4), https (4) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (5) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (2) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (158), obsidian.Setting (158) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (30), this.addRibbonIcon (1), this.addStatusBarItem (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (27) |
| Accesses vault folders | Info | High | app.vault.getFolderByPath (1) |
| Enumerates vault files | Info | High | app.vault.getAllLoadedFiles (1), app.vault.getFiles (2), app.vault.getMarkdownFiles (5) |
| Opens or creates files through workspace or file manager APIs | Info | High | workspace_file_open:getLeaf.openFile (1) |
| Reads vault files | Info | High | app.vault.read (9) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (8) |
| Writes vault files | Info | High | app.vault.create (7), app.vault.createBinary (1), app.vault.createFolder (3), app.vault.modify (9) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (29) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (17) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (3), app.workspace.revealLeaf (3), 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 78455 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 |
|---|---|---|
| 1.2.0 | 2025-04-17 | Released while not listed |
| 1.1.0 | 2025-04-20 | Released while not listed |
| 1.3.0 | 2025-06-20 | None |
| 1.3.2 | 2025-07-12 | None |
| 1.3.3 | 2025-07-17 | None |
| 1.4.0 | 2025-07-31 | None |
| 1.4.1 | 2025-09-30 | None |
| 1.5.0 | 2025-11-12 | None |
| 1.5.1 | 2025-11-17 | None |
| 1.6.0 | 2025-12-26 | None |
| 1.6.1 | 2025-12-30 | None |
| 1.6.2 | 2026-01-26 | None |
| 1.6.3 | 2026-01-27 | None |
| 1.6.4 | 2026-01-27 | None |
| 1.6.5 | 2026-01-28 | None |
| 1.6.6 | 2026-03-25 | None |
| 1.7.0 | 2026-03-26 | None |
| 1.7.1 | 2026-03-26 | None |
| 1.7.2 | 2026-03-27 | None |
| 1.7.3 | 2026-03-27 | None |
| 1.7.4 | 2026-03-27 | None |
| 1.7.5 | 2026-03-27 | None |
| 1.7.6 | 2026-03-27 | None |
| 1.7.7 | 2026-03-27 | None |
| 1.7.8 | 2026-03-29 | None |
| 1.7.9 | 2026-03-30 | None |
| 1.7.10 | 2026-03-30 | None |
| 1.7.11 | 2026-03-30 | None |
| 1.7.12 | 2026-03-30 | None |
| 1.7.13 | 2026-03-30 | None |
| 1.7.14 | 2026-03-30 | None |
| 1.8.0 | 2026-04-09 | None |
| 1.8.1 | 2026-04-13 | None |
| 1.8.2 | 2026-04-14 | None |
| 1.8.3 | 2026-05-01 | None |
| 1.8.4 | 2026-05-03 | None |
| 1.8.5 | 2026-05-08 | None |
| 1.8.6 | 2026-05-10 | None |
| 1.8.7 | 2026-05-11 | None |
| 1.8.8 | 2026-05-12 | None |
| 1.8.9 | 2026-05-13 | None |
| 1.9.0 | 2026-05-26 | None |
| 1.9.1 | 2026-05-28 | None |
| 1.9.2 | 2026-06-06 | 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.