kinabalu / obsidian-word-sprint

Obsidian Word Sprint plugin
MIT License
41 stars 6 forks source link

Customize warning notice timers #7

Closed MalignantCarp closed 2 years ago

MalignantCarp commented 2 years ago

Users should be able to set a custom length for each warning timer to something suitable for them. I suspect the only constraint necessary is that the second notice must be longer than the first.

To eliminate that validation requirement, the alternative would be to set the second warning to be time after the first warning. For example, to have the timer fire at 10 seconds and then 60 seconds after you stop writing, you would select 10 and 50 seconds, respectively. The first warning would fire at 10 seconds and then the second warning 50 seconds after the first warning.

kinabalu commented 2 years ago

will be available in 0.0.10