README file from
GithubWorkout 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