mirror of
https://github.com/lucidalpha/digital-garden-obsidian.git
synced 2026-07-22 06:56:19 +00:00
No description
| .github/workflows | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| main.js | ||
| manifest.json | ||
| README.md | ||
| styles.css | ||
| versions.json | ||
Digital Garden Timer
Digital Garden Timer is a focus timer for Obsidian. Focus time earns credits every 10 minutes, and credits can be spent on objects for a small digital garden.
Features
- Start, pause, and reset the current focus timer.
- Keep an all-time focus total that is not reset with the current timer.
- Earn 10 credits for every completed 10-minute focus block.
- Spend credits on garden objects.
- Automatically write a Markdown progress note inside your vault.
- Configure the Markdown progress note path in the plugin settings.
Progress Note
By default, the plugin writes progress to:
Digital Garden Progress.md
You can change this path in Settings -> Digital Garden Timer -> Markdown progress note path.
The progress note includes the current timer, all-time focus duration, credit totals, and placed garden objects.
Manual Installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create this folder in your vault:
.obsidian/plugins/digital-garden-timer/
- Place the downloaded files in that folder.
- Reload Obsidian.
- Enable
Digital Garden Timerunder Community plugins.
Development
This plugin is currently distributed as plain JavaScript and does not require a build step.
To validate the plugin file:
node --check main.js