Skip to content

seachicken/inkdrop-pomodoro-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro Edit for Inkdrop

Pomodoro Timer with simplest text syntax.

Demonstration

Installation

ipm install pomodoro-edit

Examples

# single timer
* [ ] [25m] xxx

# four pomodoros
* [ ] [(25m✍️ 5m☕️)4] xxx

# four pomodoros and then take a long break
* [ ] [((25m✍️ 5m☕️)4 20m🛌)] xxx

Syntax details

💡Ctrl+Space: Autocomplete above syntax

Start timer

* [ ] [(25m 5m)4] xxx (when after save, start timer)

Finish timer

* [x] [(25m 5m)4] xxx

Pause timer

* [ ] [-(25m 5m)4] xxx

Retry timer

Press 'Retry' button on Tray.

Go to Line

Press 'Go to Line' button on Tray or click on the finished notification.

Tips

If multiple timers are required, pause the next timer beforehand so that the timer does not start unintentionally.

* [x] [(25m 5m)4] xxx
* [ ] [-(25m 5m)4] yyy
* [ ] [-(25m 5m)4] zzz

Key customizations

Default keymaps are defined here and you can override them in your keymap.cson file.

Add-ons

Get e-mail notifications: seachicken/pomodoro-edit-notifier

Changelog

See the GitHub releases for an overview of what changed in each update.