Skip to content

Yearly Glance

Year at a glance - overview of annual events with customizable management options.

The above warnings are based on limited information and might not always be accurate.

Data

ID yearly-glance
Author Moy
Minimum Obsidian Version 1.11.4
Official Release Date 2025-04-18
Last update 2026-06-08

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 12, 2026
Release acquisition release metadata checked Jun 12, 2026; latest main.js acquired

Quick Links

Changes

Date Changed Property Old Value New Value
2025-04-18 Plugin Added
2025-06-05 description Year at a Glance - Overview of Annual Events with Customizable Management Options. Year at a glance - overview of annual events with customizable management options.
2025-06-04 Plugin Removed
2025-06-16 Plugin Re-Added
2026-05-12 author Moy & RavenHogWarts moyf
2026-05-12 repo Moyf/yearly-glance moyf/yearly-glance
2026-05-13 author moyf Moy
2026-06-05 Plugin Removed
2026-06-06 Plugin Re-Added

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager npm, pnpm
Uses Typescript Yes
Installed Bundlers esbuild
Installed Testing Frameworks Jest
Has Test Files Yes
Latest Release main.js Size 763 KB
Detected ES Version ES2020
Probably Minified Yes
main.js API Findings 7 disclosures
Uses BRAT beta releases Yes
Dependencies html-react-parser, lucide-react, lunar-typescript, react, react-dom, uuid
Dev Dependencies @eslint/js, @types/jest, @types/node, @types/react, @types/react-dom, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, commitizen, conventional-changelog-cli, cz-conventional-changelog, esbuild, eslint, eslint-plugin-obsidianmd, jest, obsidian, postcss, postcss-nesting, 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
Embedded Base64 Blob Includes large embedded base64 blobs
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Vault File Write Renames, deletes, trashes, or copies vault files, Updates frontmatter through Obsidian APIs, Writes vault files
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Renames, deletes, trashes, or copies vault files Warning High app.fileManager.trashFile (1)
Reads or writes clipboard data Info High navigator.clipboard.writeText (1)
Uses persistent browser storage Info High localStorage (2)
Includes large embedded base64 blobs Info High base64 blob (1)
Registers events, DOM handlers, or intervals Info High setTimeout (1), this.registerEvent (1)
Reads Obsidian metadata cache Info High app.metadataCache.getFileCache (2), app.metadataCache (3)
Updates frontmatter through Obsidian APIs Info High app.fileManager.processFrontMatter (7)
References URLs or constructs URL objects Info High http:// (16), https:// (5)
Persists plugin settings or data Info High this.loadData (1), this.saveData (3)
Registers plugin settings UI Info High this.addSettingTab (1)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (5), this.addRibbonIcon (2)
Accesses Obsidian vault APIs Info High app.vault (25)
Enumerates vault files Info High app.vault.getMarkdownFiles (1)
Writes vault files Info High app.vault.create (4), app.vault.createFolder (4)
Accesses Obsidian workspace APIs Info High app.workspace (10)
Accesses the active file or editor Info High app.workspace.getActiveFile (2)
Registers or manipulates workspace views and panes Info High app.workspace.getLeavesOfType (2), app.workspace.revealLeaf (4), registerView (2)

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 17290 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-04-10 Released while not listed
2.1.0 2025-04-17 Released while not listed
2.1.1 2025-04-18 None
2.1.2 2025-04-18 None
2.1.3 2025-04-19 None
2.1.4 2025-04-21 None
2.1.5 2025-04-21 None
2.1.6 2025-04-22 None
2.2.0 2025-04-24 None
2.2.1 2025-04-25 None
2.2.2 2025-04-27 None
2.3.0 2025-05-19 None
2.4.0 2025-06-06 Released while not listed
2.4.1 2025-06-13 Released while not listed
2.4.2 2025-07-10 None
2.5.0 2025-07-12 None
2.5.1 2025-07-13 None
2.5.2 2025-07-13 None
3.0.0 2025-07-17 None
3.0.1 2025-07-21 None
3.0.2 2025-07-22 None
3.1.0 2025-07-22 None
3.1.1 2025-07-22 None
3.1.2 2025-07-22 None
3.1.3 2025-07-25 None
3.1.4 2025-07-27 None
3.1.5 2025-07-28 None
3.1.6 2025-07-31 None
3.2.0 2025-08-21 None
4.0.0 2026-05-19 None
4.1.0 2026-05-28 None
4.2.0 2026-05-29 None
4.2.1 2026-06-04 None
4.2.2 2026-06-05 Released while not listed
4.2.4 2026-06-06 None
4.2.5 2026-06-08 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.