Implement displaying specific content around headings based on their levels.
Data
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 May 25, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; existing successful main.js cache reused |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
| 2025-03-11 | Plugin Added | | |
| 2025-03-21 | description | Implements the decoration of the heading. | Implement displaying specific content around headings based on their levels. |
Repository Data
| License | MIT in package.json MIT in LICENSE
file
|
| Package Manager | pnpm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Mocha |
| Has Test Files | Yes |
Latest Release main.js Size
| 119 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 7 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @jsamr/counter-style, obsidian-plugin-i18n |
| Dev Dependencies | @codemirror/state, @codemirror/view, @eslint/js, @types/chai, @types/mocha, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, chai, commit-and-tag-version, esbuild, eslint, globals, mocha, obsidian, tslib, tsx, typescript, typescript-eslint |
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 |
| 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 |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
| 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.registerEvent (3) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (4), app.metadataCache (5) |
| References URLs or constructs URL objects | Info | High | https:// (3) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (92), obsidian.Setting (92) |
| Accesses Obsidian vault APIs | Info | High | app.vault (5) |
| Enumerates vault files | Info | High | app.vault.getAllFolders (1) |
| Reads vault files | Info | High | app.vault.cachedRead (1) |
| 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 (4) |
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 6854 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.0.0 | 2025-03-11 | None |
| 1.1.0 | 2025-03-15 | None |
| 1.1.1 | 2025-03-17 | None |
| 1.1.2 | 2025-03-19 | None |
| 1.1.3 | 2025-03-21 | None |
| 1.2.0 | 2025-03-28 | None |
| 1.3.0 | 2025-04-01 | None |
| 1.4.0 | 2025-04-04 | None |
| 1.5.0 | 2025-04-10 | None |
| 1.6.0 | 2025-04-19 | None |
| 1.7.0 | 2025-04-23 | None |
| 1.8.0 | 2025-04-28 | None |
| 1.8.1 | 2025-05-17 | None |
| 1.8.2 | 2025-05-19 | None |
| 1.9.0 | 2025-05-29 | None |
| 1.9.1 | 2025-06-15 | None |
| 1.10.0 | 2025-06-21 | None |
| 2.0.0 | 2025-08-06 | None |
| 2.1.0 | 2025-08-11 | None |
| 2.2.0 | 2025-08-16 | None |
| 2.3.0 | 2025-08-24 | None |
| 2.3.1 | 2025-11-30 | None |
| 3.0.0 | 2026-01-10 | None |
| 3.0.1 | 2026-01-14 | None |
| 3.1.0 | 2026-02-19 | None |