Digital Garden Timer
approvedby Anton
This plugin has not been manually reviewed by Obsidian staff. A focus timer for Obsidian that turns focused minutes into credits for a small digital garden.
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
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.