Day Planner
Day planning from a task list in a Markdown note with enhanced time block functionality.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | obsidian-day-planner |
| Author | ivan-lednev |
| Funding | Support the Author |
| Minimum Obsidian Version | 0.16.0 |
| Official Release Date | 2020-11-05 |
| Last update | 2026-07-07 |
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 13, 2026 |
| Release acquisition | release metadata checked Jul 13, 2026; latest main.js acquired |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2020-11-05 | Plugin Added | ||
| 2023-04-26 | description | An Obsidian plugin for day planning and managing pomodoro timers from a task list in a Markdown note. | Day planning and managing pomodoro timers from a task list in a Markdown note. |
| 2023-08-31 | author | James Lynch | James Lynch (continued by Ivan Lednev) |
| 2023-08-31 | description | Day planning and managing pomodoro timers from a task list in a Markdown note. | Day planning from a task list in a Markdown note. |
| 2023-08-31 | repo | lynchjames/obsidian-day-planner | ivan-lednev/obsidian-day-planner |
| 2023-09-18 | description | Day planning from a task list in a Markdown note. | Day planning from a task list in a Markdown note with enhanced time block functionality. |
| 2026-05-12 | author | James Lynch (continued by Ivan Lednev) | ivan-lednev |
Repository Data
| License | MIT in package.json MIT in LICENSE file |
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | Vite, esbuild |
| Installed Testing Frameworks | Vitest |
| Has Test Files | Yes |
Latest Release main.js Size | 1.64 MB |
| Detected ES Version | ES2020 |
| Probably Minified | Yes |
| main.js API Findings | 7 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @floating-ui/dom, @reduxjs/toolkit, chroma-js, effect, fraction.js, immer, lodash, lucide-svelte, luxon, mdast-util-from-markdown, mdast-util-to-markdown, moment-timezone, node-ical, obsidian, obsidian-daily-notes-interface, overlayscrollbars-svelte, svelte, svelte-portal, tinygesture, ts-dedent, ts-pattern, typed-assert, zod |
| Dev Dependencies | @commitlint/cli, @commitlint/config-conventional, @sveltejs/vite-plugin-svelte, @tsconfig/svelte, @types/chroma-js, @types/js-yaml, @types/lodash, @types/luxon, @types/mdast, @types/node, @types/unist, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @vitest/coverage-istanbul, @vitest/ui, babel, builtin-modules, commander, concurrently, cross-env, diff, dotenv, esbuild, esbuild-plugin-replace, esbuild-sass-plugin, esbuild-svelte, eslint, eslint-import-resolver-typescript, eslint-plugin-import, eslint-plugin-svelte, eslint-plugin-unused-imports, husky, ignore-styles, js-yaml, jsdom, jsdom-global, knip, moment, node-fetch, nyc, postcss-html, prettier-plugin-svelte, sass, simple-git, stylelint, stylelint-config-clean-order, stylelint-config-html, stylelint-config-standard, svelte-check, svelte-preprocess, tslib, typescript, vite, vite-plugin-filter-replace, 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.
| Disclosure | Detected From |
|---|---|
| Cors Free Network Access | Uses Obsidian request APIs |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Obsidian request APIs, Uses browser network APIs |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Workspace Layout | Registers or manipulates workspace views and panes |
| 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 (2) |
| Includes large embedded base64 blobs | Info | High | base64 blob (24) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (4), setInterval (2), setTimeout (12), this.registerDomEvent (2) |
| References URLs or constructs URL objects | Info | High | http:// (17), https:// (36), URL (3) |
| Uses browser network APIs | Info | High | XMLHttpRequest (1) |
| Uses Obsidian request APIs | Info | High | obsidian.request (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (13), this.addRibbonIcon (2) |
| Opens or creates files through workspace or file manager APIs | Info | High | workspace_file_open:getLeaf.openFile (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (19) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.detachLeavesOfType (1), app.workspace.getLeavesOfType (2), app.workspace.revealLeaf (1), registerView (4) |
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 12751 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 |
|---|---|---|
| 0.1.0 | 2020-11-05 | None |
| 0.1.5 | 2020-11-06 | None |
| 0.1.6 | 2020-11-06 | None |
| 0.1.7 | 2020-11-06 | None |
| 0.1.8 | 2020-11-06 | None |
| 0.2.0 | 2020-11-07 | None |
| 0.2.1 | 2020-11-07 | None |
| 0.2.2 | 2020-11-07 | None |
| 0.2.3 | 2020-11-07 | None |
| 0.2.4 | 2020-11-09 | None |
| 0.3.0 | 2020-11-10 | None |
| 0.3.1 | 2020-11-10 | None |
| 0.3.2 | 2020-11-10 | None |
| 0.3.3 | 2020-11-11 | None |
| 0.4.0 | 2020-11-14 | None |
| 0.5.0 | 2020-11-15 | None |
| 0.5.2 | 2020-11-16 | None |
| 0.5.3 | 2020-11-21 | None |
| 0.5.4 | 2020-12-06 | None |
| 0.5.5 | 2020-12-06 | None |
| 0.5.6 | 2020-12-09 | None |
| 0.5.7 | 2020-12-10 | None |
| 0.5.8 | 2020-12-23 | None |
| 0.7.0 | 2023-08-30 | None |
| 0.7.2 | 2023-08-31 | None |
| 0.8.0 | 2023-09-02 | None |
| 0.8.1 | 2023-09-02 | None |
| 0.9.0 | 2023-09-06 | None |
| 0.9.1 | 2023-09-07 | None |
| 0.10.0 | 2023-09-18 | Prerelease |
| 0.10.1 | 2023-09-18 | None |
| 0.11.0 | 2023-10-13 | None |
| 0.11.2 | 2023-10-17 | None |
| 0.12.0 | 2023-10-17 | None |
| 0.12.1 | 2023-10-18 | None |
| 0.12.2 | 2023-10-20 | None |
| 0.13.0 | 2023-10-24 | None |
| 0.13.1 | 2023-10-24 | None |
| 0.15.0 | 2023-10-28 | None |
| 0.15.1 | 2023-10-28 | None |
| 0.15.2 | 2023-10-30 | None |
| 0.15.3 | 2023-11-03 | None |
| 0.16.0 | 2023-11-30 | None |
| 0.17.1 | 2024-02-18 | None |
| 0.17.2 | 2024-02-19 | None |
| 0.18.0 | 2024-02-19 | None |
| 0.19.1 | 2024-03-09 | None |
| 0.19.2 | 2024-03-09 | None |
| 0.19.3 | 2024-03-10 | None |
| 0.19.4 | 2024-03-10 | None |
| 0.19.5 | 2024-03-10 | None |
| 0.19.6 | 2024-03-11 | None |
| 0.20.0 | 2024-03-15 | None |
| 0.20.1 | 2024-03-17 | None |
| 0.20.2 | 2024-03-17 | None |
| 0.20.3 | 2024-03-18 | None |
| 0.20.4 | 2024-04-29 | None |
| 0.21.1 | 2024-07-21 | None |
| 0.22.1 | 2024-09-02 | None |
| 0.23.2 | 2024-09-27 | None |
| 0.24.0 | 2024-09-28 | None |
| 0.25.0 | 2024-11-02 | None |
| 0.26.0 | 2024-11-17 | None |
| 0.26.1 | 2024-11-17 | None |
| 0.26.2 | 2024-11-18 | None |
| 0.26.3 | 2024-11-20 | None |
| 0.27.0 | 2024-11-20 | None |
| 0.28.0 | 2025-05-16 | None |
| 0.29.0 | 2026-05-15 | None |
| 0.30.0 | 2026-05-18 | None |
| 0.31.0 | 2026-07-07 | None |