Skip to content

Timekeep

Time tracking.

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

Data

IDtimekeep
Authorjacobtread
FundingSupport the Author
Minimum Obsidian Version1.5.12
Official Release Date2024-05-11
Last update2026-05-17

Last Refresh

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

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

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2024-05-11Plugin Added
2026-05-12authorJacobtreadjacobtread

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed BundlersVite
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size2.06 MB
Detected ES VersionES2018
Probably MinifiedYes
main.js API Findings9 disclosures
Uses BRAT beta releasesNo
Dependenciesfuse.js, moment, p-limit, pdfmake, valibot
Dev Dependencies@types/node, @types/pdfmake, @vitest/coverage-v8, happy-dom, obsidian, oxfmt, oxlint, oxlint-tsgolint, typescript, vite, vitest

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
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Markdown ProcessingRegisters markdown processors or renderers
Network AccessUses browser network APIs
Note Content AccessReads vault files
Vault File WriteWrites vault files
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:function_constructor (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (4)
Uses persistent browser storageInfoHighlocalStorage (2)
Includes large embedded base64 blobsInfoHighbase64 blob (11)
Registers markdown processors or renderersInfoHighthis.registerMarkdownCodeBlockProcessor (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (8), this.registerDomEvent (27), this.registerInterval (2)
References URLs or constructs URL objectsInfoHighhttp:// (17), https:// (11)
Uses browser network APIsInfoHighXMLHttpRequest (2)
Persists plugin settings or dataInfoHighthis.loadData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (16), this.addStatusBarItem (1)
Accesses Obsidian vault APIsInfoHighapp.vault (6)
Accesses vault foldersInfoHighapp.vault.getRoot (1)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (1)
Reads vault filesInfoHighapp.vault.read (1)
Writes vault filesInfoHighapp.vault.create (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (9)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1), app.workspace.activeEditor (3)
Registers or manipulates workspace views and panesInfoHighregisterView (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 15563 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.12024-03-18Released while not listed
1.0.22024-03-19Released while not listed
1.0.32024-03-24Released while not listed
1.1.02024-03-31Released while not listed
1.1.12024-03-31Released while not listed
1.2.12024-04-01Released while not listed
1.2.22024-04-03Released while not listed
1.2.32024-04-15Released while not listed
1.2.42024-04-15Released while not listed
1.2.52024-04-20Released while not listed
1.2.62024-04-26Released while not listed
1.2.72024-05-01Released while not listed
1.2.82024-05-12None
1.2.92024-05-16None
1.2.102024-06-06None
1.2.112024-06-08None
1.3.02024-06-24None
1.4.02024-07-04None
1.4.12024-07-09None
1.5.02024-08-04None
1.5.12024-08-08None
1.6.02024-12-28None
1.6.12025-01-07None
1.6.22025-01-11None
1.7.02025-01-11None
1.8.02025-01-14None
1.9.02025-02-06None
1.10.02025-03-16None
1.11.02025-07-07None
1.11.12025-07-14None
1.12.02025-07-16None
1.13.02025-07-18None
1.14.02025-11-07None
1.14.12025-11-20None
1.15.02025-11-25None
1.16.02026-01-21None
2.0.02026-04-17None
2.1.02026-05-08None
2.1.12026-05-16None
2.1.22026-05-17None
2.1.32026-05-17None

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.