Countdown Timer

by thenewhobbyist
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Embed countdown timers for tracking vacations, deadlines, and due dates.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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.

Countdown Timer Screenshot

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

  1. Copy main.js, manifest.json, and styles.css to .obsidian/plugins/countdown-timer/
  2. Enable in Settings → Community plugins