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

IDyearly-glance
AuthorMoy
Minimum Obsidian Version1.11.4
Official Release Date2025-04-18
Last update2026-06-08

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jun 12, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2025-04-18Plugin Added
2025-06-05descriptionYear 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-04Plugin Removed
2025-06-16Plugin Re-Added
2026-05-12authorMoy & RavenHogWartsmoyf
2026-05-12repoMoyf/yearly-glancemoyf/yearly-glance
2026-05-13authormoyfMoy
2026-06-05Plugin Removed
2026-06-06Plugin Re-Added

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm, pnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksJest
Has Test FilesYes
Latest Release main.js Size763 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings7 disclosures
Uses BRAT beta releasesYes
Dependencieshtml-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.

DisclosureDetected From
Clipboard AccessReads or writes clipboard data
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Vault File WriteRenames, deletes, trashes, or copies vault files, Updates frontmatter through Obsidian APIs, Writes vault files
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Renames, deletes, trashes, or copies vault filesWarningHighapp.fileManager.trashFile (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighlocalStorage (2)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (1), this.registerEvent (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (2), app.metadataCache (3)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (7)
References URLs or constructs URL objectsInfoHighhttp:// (16), https:// (5)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (3)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (5), this.addRibbonIcon (2)
Accesses Obsidian vault APIsInfoHighapp.vault (25)
Enumerates vault filesInfoHighapp.vault.getMarkdownFiles (1)
Writes vault filesInfoHighapp.vault.create (4), app.vault.createFolder (4)
Accesses Obsidian workspace APIsInfoHighapp.workspace (10)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (2)
Registers or manipulates workspace views and panesInfoHighapp.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

VersionRelease DateNote
1.0.02025-04-10Released while not listed
2.1.02025-04-17Released while not listed
2.1.12025-04-18None
2.1.22025-04-18None
2.1.32025-04-19None
2.1.42025-04-21None
2.1.52025-04-21None
2.1.62025-04-22None
2.2.02025-04-24None
2.2.12025-04-25None
2.2.22025-04-27None
2.3.02025-05-19None
2.4.02025-06-06Released while not listed
2.4.12025-06-13Released while not listed
2.4.22025-07-10None
2.5.02025-07-12None
2.5.12025-07-13None
2.5.22025-07-13None
3.0.02025-07-17None
3.0.12025-07-21None
3.0.22025-07-22None
3.1.02025-07-22None
3.1.12025-07-22None
3.1.22025-07-22None
3.1.32025-07-25None
3.1.42025-07-27None
3.1.52025-07-28None
3.1.62025-07-31None
3.2.02025-08-21None
4.0.02026-05-19None
4.1.02026-05-28None
4.2.02026-05-29None
4.2.12026-06-04None
4.2.22026-06-05Released while not listed
4.2.42026-06-06None
4.2.52026-06-08None

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.