Block Reference Enhancer
Render and navigate Logseq-style UUID block references and block embeds in Obsidian, with outlines, backlinks, and page-property/YAML sync. - This plugin has not been manually reviewed by Obsidian staff.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | block-reference-enhancer |
| Author | msjsc001 |
| Minimum Obsidian Version | 0.15.0 |
| Official Release Date | 2026-06-18 |
| Last update | 2026-07-06 |
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 7, 2026 |
| Release acquisition | release metadata checked Jul 7, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-06-18 | Plugin Added | ||
| 2026-06-19 | Plugin Removed | ||
| 2026-06-19 | Plugin Re-Added | ||
| 2026-06-30 | Plugin Removed | ||
| 2026-06-30 | Plugin Re-Added | ||
| 2026-07-03 | description | Render UUID-based block references and block embeds from Markdown. - This plugin has not been manually reviewed by Obsidian staff. | Render and navigate Logseq-style UUID block references and block embeds in Obsidian, with outlines, backlinks, and page-property/YAML sync. - This plugin has not been manually reviewed by Obsidian staff. |
Repository Data
| License | MIT in package.json MIT in LICENSE file |
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size | 318 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 9 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | yaml |
| Dev Dependencies | @codemirror/language, @codemirror/state, @codemirror/view, @types/node, esbuild, obsidian, 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 |
| Editor Behavior | Registers editor extensions |
| 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 |
| Note Content Access | Reads vault files |
| Vault File Write | Writes vault files |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Reads or writes clipboard data | Info | High | navigator.clipboard.read (1), navigator.clipboard.readText (1), navigator.clipboard.writeText (4) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownPostProcessor (1) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerDomEvent (2), this.registerEvent (7) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (2), app.metadataCache (2) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (4) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (23), obsidian.Setting (23) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (6), this.addStatusBarItem (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (28) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (3) |
| Reads vault files | Info | High | app.vault.cachedRead (2), app.vault.read (5) |
| Writes vault files | Info | High | app.vault.append (1), app.vault.create (1), app.vault.createFolder (1), app.vault.process (2) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (10) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (1) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (1), app.workspace.revealLeaf (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 12599 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.1.1 | 2026-06-18 | None |
| 1.1.2 | 2026-06-18 | None |
| 1.1.3 | 2026-06-18 | None |
| 1.1.4 | 2026-06-19 | None |
| 1.2.0 | 2026-06-19 | None |
| 1.2.1 | 2026-06-19 | None |
| 1.3.0 | 2026-06-19 | None |
| 1.3.1 | 2026-06-19 | None |
| 1.3.2 | 2026-06-19 | None |
| 1.3.3 | 2026-06-19 | None |
| 1.3.4 | 2026-06-20 | None |
| 1.3.5 | 2026-06-20 | None |
| 1.3.7 | 2026-06-21 | None |
| 1.3.8 | 2026-06-27 | None |
| 1.3.9 | 2026-06-29 | None |
| 1.3.10 | 2026-06-30 | None |
| 1.3.11 | 2026-06-30 | None |
| 1.3.12 | 2026-06-30 | None |
| 1.3.13 | 2026-07-01 | None |
| 1.3.15 | 2026-07-02 | None |
| 1.3.17 | 2026-07-02 | None |
| 1.3.18 | 2026-07-03 | None |
| 1.3.19 | 2026-07-03 | None |
| 1.3.20 | 2026-07-03 | None |
| 1.3.21 | 2026-07-04 | None |
| 1.3.22 | 2026-07-05 | None |
| 1.3.23 | 2026-07-05 | None |
| 1.3.25 | 2026-07-06 | None |