Countdown Timer
pendingby Chris Krueger
Embed countdown timers for tracking vacations, deadlines, and due dates.
Countdown Timer
A simple countdown timer plugin for Obsidian.
Perfect for dashboard homepages to track upcoming vacations, project deadlines, and due dates—no more clunky iframes needed.

Built with Claude Opus 4.5
Usage
```countdown
title: My Vacation
date: 01/15/2026
```
| Parameter | Description |
|---|---|
title | Label above the timer |
date | Target date |
time | Target time (optional, HH:MM:SS) |
Settings
- Date format — YYYY-MM-DD, MM/DD/YYYY, or DD/MM/YYYY
- Show title — Toggle title visibility
- Show labels — Toggle "Days Hrs Mins Secs" labels
- When countdown expires — Count up or show "Complete!"
Tips
- Place countdown blocks on consecutive lines (no blank lines) to display side by side
- Works in Reading view only
Installation
- Copy
main.js,manifest.json, andstyles.cssto.obsidian/plugins/countdown-timer/ - Enable in Settings → Community plugins
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.