Heatmap Tracker
Visualize your activity and track goals, progress, habits, tasks, exercise, finances, and more—all in a single, interactive heatmap!
The above warnings are based on limited information and might not always be accurate.
Data
| ID | heatmap-tracker |
| Author | mokkiebear |
| Funding | Support the Author via Buy Me a Coffee |
| Minimum Obsidian Version | 0.1.0 |
| Official Release Date | 2024-11-25 |
| Last update | 2026-07-04 |
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 6, 2026 |
| Release acquisition | release metadata checked Jul 6, 2026; latest main.js acquired |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Support the Author via Buy Me a Coffee
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2024-11-25 | Plugin Added | ||
| 2024-09-18 | Plugin Removed | ||
| 2024-09-18 | Plugin Re-Added | ||
| 2024-05-17 | Plugin Removed | ||
| 2024-05-17 | Plugin Re-Added | ||
| 2026-05-12 | author | Maksim Rubanau | mokkiebear |
Repository Data
| License | Apache-2.0 in package.json Apache-2.0 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 | 682 KB |
| Detected ES Version | ES2017 |
| Probably Minified | Yes |
| main.js API Findings | 6 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | i18next, preact, react, react-dom, react-i18next, zod |
| Dev Dependencies | @testing-library/dom, @testing-library/react, @types/jest, @types/node, @types/react, @types/react-dom, @types/react-window, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, concurrently, cpx, esbuild, esbuild-sass-plugin, globals, jest, jest-environment-jsdom, obsidian, obsidian-daily-notes-interface, obsidian-dataview, rimraf, ts-jest, tslib, typedoc, 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 |
|---|---|
| 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 |
| Markdown Processing | Registers markdown processors or renderers |
| Metadata Access | Reads Obsidian metadata cache |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | dynamic_code:function_constructor (1) |
| Uses Node process or subprocess APIs | Warning | High | process.env (3) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownCodeBlockProcessor (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (1), setTimeout (6) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (1), app.metadataCache (1) |
| References URLs or constructs URL objects | Info | High | http:// (23), https:// (6), URL (3) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (37), obsidian.Setting (37) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (1) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (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 7784 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 | 2024-11-27 | None |
| 1.1.0 | 2024-11-30 | None |
| 1.1.1 | 2024-11-30 | None |
| 1.1.2 | 2024-11-30 | None |
| 1.1.3 | 2024-11-30 | None |
| 1.1.4 | 2024-11-30 | None |
| 1.1.5 | 2024-11-30 | None |
| 1.1.6 | 2024-11-30 | None |
| 1.1.7 | 2024-12-01 | None |
| 1.1.8 | 2024-12-01 | None |
| 1.2.1 | 2024-12-02 | None |
| 1.3.0 | 2024-12-05 | None |
| 1.4.0 | 2024-12-07 | None |
| 1.4.1 | 2024-12-07 | None |
| 1.4.2 | 2024-12-07 | None |
| 1.4.3 | 2024-12-08 | None |
| 1.4.4 | 2024-12-08 | None |
| 1.5.0 | 2024-12-08 | None |
| 1.6.0 | 2024-12-08 | None |
| 1.6.1 | 2024-12-08 | None |
| 1.6.2 | 2024-12-09 | None |
| 1.6.3 | 2024-12-09 | None |
| 1.6.4 | 2024-12-09 | None |
| 1.7.0 | 2024-12-10 | None |
| 1.7.1 | 2024-12-10 | None |
| 1.7.2 | 2024-12-10 | None |
| 1.7.3 | 2024-12-11 | None |
| 1.7.4 | 2024-12-11 | None |
| 1.7.5 | 2024-12-11 | None |
| 1.8.0 | 2024-12-13 | None |
| 1.8.1 | 2024-12-13 | None |
| 1.9.0 | 2024-12-13 | None |
| 1.9.1 | 2024-12-17 | None |
| 1.9.2 | 2024-12-17 | None |
| 1.9.3 | 2024-12-17 | None |
| 1.9.4 | 2024-12-17 | None |
| 1.9.5 | 2024-12-17 | None |
| 1.9.6 | 2024-12-17 | None |
| 1.10.0 | 2024-12-19 | None |
| 1.10.1 | 2024-12-20 | None |
| 1.10.2 | 2024-12-20 | None |
| 1.10.3 | 2024-12-20 | None |
| 1.10.4 | 2024-12-20 | None |
| 1.10.5 | 2024-12-22 | None |
| 1.10.6 | 2024-12-22 | None |
| 1.11.0 | 2024-12-28 | None |
| 1.11.1 | 2024-12-31 | None |
| 1.12.0 | 2025-01-06 | None |
| 1.12.1 | 2025-01-06 | None |
| 1.12.2 | 2025-01-06 | None |
| 1.12.3 | 2025-01-11 | None |
| 1.12.4 | 2025-01-12 | None |
| 1.12.5 | 2025-01-14 | None |
| 1.12.6 | 2025-01-14 | None |
| 1.12.7 | 2025-01-14 | None |
| 1.13.0 | 2025-01-14 | None |
| 1.13.1 | 2025-01-14 | None |
| 1.13.2 | 2025-01-14 | None |
| 1.13.3 | 2025-01-15 | None |
| 1.13.4 | 2025-01-15 | None |
| 1.13.5 | 2025-01-15 | None |
| 1.13.6 | 2025-01-15 | None |
| 1.13.7 | 2025-01-15 | None |
| 1.13.8 | 2025-01-17 | None |
| 1.13.9 | 2025-01-17 | None |
| 1.13.10 | 2025-01-18 | None |
| 1.13.11 | 2025-01-21 | None |
| 1.13.12 | 2025-01-25 | None |
| 1.14.0 | 2025-01-25 | None |
| 1.14.1 | 2025-01-26 | None |
| 1.14.2 | 2025-01-26 | None |
| 1.14.3 | 2025-01-26 | None |
| 1.14.4 | 2025-02-02 | None |
| 1.15.0 | 2025-02-08 | None |
| 1.15.1 | 2025-03-30 | None |
| 1.15.2 | 2025-04-26 | None |
| 1.15.3 | 2025-04-26 | None |
| 1.15.4 | 2025-04-27 | None |
| 1.15.5 | 2025-04-27 | None |
| 1.15.6 | 2025-04-27 | None |
| 1.15.7 | 2025-07-28 | None |
| 1.16.0 | 2025-07-30 | None |
| 1.17.0 | 2025-08-03 | None |
| 1.18.0 | 2025-08-30 | None |
| 1.18.1 | 2025-10-12 | None |
| 1.18.2 | 2025-11-02 | None |
| 1.19.0 | 2025-12-07 | None |
| 1.19.1 | 2025-12-08 | None |
| 1.19.2 | 2025-12-08 | None |
| 1.19.3 | 2025-12-09 | None |
| 1.20.0 | 2025-12-10 | None |
| 2.0.0 | 2025-12-10 | None |
| 2.0.1 | 2025-12-26 | None |
| 2.1.0 | 2026-01-02 | None |
| 2.1.1 | 2026-02-28 | None |
| 2.1.2 | 2026-02-28 | None |
| 2.1.3 | 2026-02-28 | None |
| 2.1.4 | 2026-02-28 | None |
| 2.1.5 | 2026-02-28 | None |
| 2.1.6 | 2026-03-06 | None |
| 2.1.7 | 2026-03-10 | None |
| 2.2.0 | 2026-03-31 | None |
| 2.3.0 | 2026-07-03 | None |
| 2.4.0 | 2026-07-03 | None |
| 2.5.0 | 2026-07-03 | None |
| 2.6.0 | 2026-07-03 | None |
| 2.6.1 | 2026-07-04 | None |
| 2.6.2 | 2026-07-04 | None |