tokenshift / obsidian-progress-clocks

Progress clocks and other useful widgets for https://obsidian.md/.
MIT License
2 stars 2 forks source link

Support for inline counters (at least clocks) #1

Closed tokenshift closed 5 months ago

tokenshift commented 7 months ago

Add support for counters inline in markdown. Examples below:

clock 4 - Create a 4-segment clock, initially empty. The text will automatically be updated to clock 1/4, clock 2/4, and so on as the clock is incremented.

clock 2/6 - Create a clock with 6 segments, 2 of them filled in.

clock 4x6 - Create a series of 4 6-segment clocks (in a row), to track progress over multiple-stages with sub-events.

clock 2/4, 8, 4/6, 4 - Create a series of clocks: a 4-segment clock with 2 segments already filled, an empty 8-segment clock, a 6-segment clock with 4 segments filled, and a 4-segment clock.

counter - Creates a simple counter, with increment/decrement buttons and basic arithmetic support.

stopwatch - Creates a stopwatch with start/pause/reset buttons.