pjeurien10 downloadsCreate countdown timers and get a notification when time is up.
An Obsidian plugin for DM-facing countdown timers in a dedicated sidebar.
1m, 30sgame-timer markdown code blocks for launching timers directly from notesOpen the sidebar from any of these entry points:
Open Game Timers SidebarFrom the sidebar you can:
You can also start any saved preset as a one-shot or continuous timer and cancel active timers from the same panel. Multiple timers can run together, and the footer stays pinned to show the full running timer list.
Embed a timer launcher in any note with a game-timer block:
```game-timer
name: Reinforcements Arrive
duration: 10m
description: Starts the countdown for the next enemy wave.
button: Start Reinforcement Timer
```
You can also define time explicitly:
```game-timer
name: Puzzle Pressure
minutes: 5
seconds: 30
```
Supported fields:
nameduration such as 10m, 90s, or 1h 15mminutessecondsdescriptionbuttonautostart: trueUnder Settings -> Community Plugins -> Game Timers you can configure:
Preset warnings are optional. Leave the warnings field empty for a silent preset, or enter comma-separated remaining times such as 5m, 1m, 30s.
Copy the game-timers plugin folder into .obsidian/plugins/ in your vault, then enable it under Settings -> Community Plugins.
manifest.json plugin manifestmain.js plugin logicstyles.css sidebar and code block stylingREADME.md usage and installation notesLICENSE.md MIT license