Skip to content

Instantly share code, notes, and snippets.

@epramono
Created September 10, 2013 16:23
Show Gist options
  • Save epramono/6511884 to your computer and use it in GitHub Desktop.
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.
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