Custom Timer
approvedby catalyys
Run interval timers from timer code blocks with sets, work and pause durations for workout or other stuff. - This plugin has not been manually reviewed by Obsidian staff.
↓ 72 downloadsUpdated 1mo ago
Workout Timer
Turns a timer code block into an interval timer with Start / Skip / Reset and a beep between steps.
```timer
title: workout1
sets: 2
work: 15s
pause: 10s
pause: 10s
sets: 2
work: 5s
pause: 2m
```
title:— optional, first line only.sets: N— repeats the indented block N times; nesting works.- Any other
name: durationis a step;workandpauseare just labels. - Durations:
30,30s,2m,1h.
Manual install
Copy main.js, manifest.json and styles.css into
<vault>/.obsidian/plugins/workout-timer/ and enable the plugin.
Tests
node test_parse.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.