Created
September 10, 2013 16:23
-
-
Save epramono/6511884 to your computer and use it in GitHub Desktop.
This action allows you to create a task in Due and embed a URL to search for a Pomodoro timer in Due. A Pomodoro timer is a pre-defined timer that adheres to the 25-minute task duration defined by Pomodoro technique. The idea is to trigger the timer when the task starts. Requires: Drafts 2.5 and Due 1.9.5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
due://x-callback-url/add? | |
title=[[title]]%0A | |
{{due://x-callback-url/search? | |
section=Timers& | |
query=Pomodoro}}& | |
x-source=Drafts& | |
x-cancel={{drafts://}}& | |
x-success={{drafts://}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment