Skip to content

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

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

Data

IDhomepage
Authormirnovov
FundingSupport the Author via Ko-fi
Minimum Obsidian Version1.12.2
Official Release Date2021-07-26
Last update2026-06-03

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
2021-07-26Plugin Added
2023-04-20descriptionOpen a specfied note on startup.Open a specified note, canvas, or workspace on startup, or set it for quick access later.
2026-05-13descriptionOpen a specified note, canvas, or workspace on startup, or set it for quick access later.Open a note, base, or workspace on startup, or set it for quick access later.

Repository Data

LicenseMIT in package.json
Unrecognized in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size57.5 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings7 disclosures
Uses BRAT beta releasesNo
Dependenciesobsidian, obsidian-daily-notes-interface
Dev Dependencies@eslint/js, @jgoz/esbuild-plugin-typecheck, esbuild, esbuild-plugin-copy, eslint, eslint-plugin-obsidianmd, opener, tslib, 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.

DisclosureDetected From
Clipboard AccessReads or writes clipboard data
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Note Content AccessReads vault files
Vault File WriteWrites vault files
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Registers events, DOM handlers, or intervalsInfoHighthis.registerEvent (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFirstLinkpathDest (2), app.metadataCache (2)
References URLs or constructs URL objectsInfoHighURL (1)
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 (2), this.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (9)
Accesses vault foldersInfoHighapp.vault.getFolderByPath (1)
Enumerates vault filesInfoHighapp.vault.getAllFolders (1), app.vault.getAllLoadedFiles (1), app.vault.getFiles (1)
Reads vault filesInfoHighapp.vault.cachedRead (2), app.vault.read (1)
Writes vault filesInfoHighapp.vault.create (1), app.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (17)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (2)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (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 2403 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
0.22021-07-24Released while not listed
0.32021-07-25Released while not listed
0.3.12021-07-26None
0.3.22021-08-17None
1.02021-09-08None
1.12021-09-29None
1.1.12021-10-23None
1.1.22021-10-26None
1.1.32021-11-21None
2.0.02021-12-23None
2.0.12022-01-01None
2.12022-01-19None
2.22022-07-17None
2.2.12022-07-17None
2.32022-10-13None
2.3.12022-10-13None
2.42022-10-14None
2.4.12022-10-15None
2.52022-12-11None
2.5.12022-12-12None
2.62022-12-24None
2.72023-01-01None
2.7.12023-01-05None
2.7.22023-01-16None
2.7.32023-01-20None
2.7.42023-02-20None
2.82023-02-28None
2.8.12023-03-11None
2.8.22023-03-23None
3.02023-04-14None
3.0.12023-04-15None
3.0.22023-04-16None
3.12023-05-26None
3.22023-06-10None
3.2.12023-06-16None
3.32023-06-28None
3.3.12023-07-10None
3.3.22023-07-13None
3.3.32023-07-18None
3.42023-08-04None
3.52023-08-18None
3.5.12023-08-20None
3.5.22023-09-03None
3.6.02023-10-18None
3.7.02024-01-26None
3.8.02024-03-04None
3.8.12024-06-24None
4.0.12024-07-08None
4.0.22024-07-09None
4.0.32024-07-18None
4.0.42024-08-21None
4.0.52024-09-25None
4.0.62024-09-30None
4.0.72024-10-21None
4.12025-02-04None
4.22025-03-25None
4.2.12025-05-22None
4.2.22025-05-25None
4.32026-01-14None
4.3.12026-01-15None
4.4.02026-03-25None
4.4.12026-05-13None
4.4.22026-05-14None
4.4.32026-06-03None
4.4.42026-06-03None

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.