Skip to content

Instantly share code, notes, and snippets.

@epramono
Last active December 22, 2015 18:19
Show Gist options
  • Save epramono/6511919 to your computer and use it in GitHub Desktop.
Save epramono/6511919 to your computer and use it in GitHub Desktop.
This action allows you to convert multiple lines in Drafts into Pomodoro tasks in Due. A Pomodoro task is a task with embedded 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. Require…
due://x-callback-url/add?
title=[[title]]%0A
{{due://x-callback-url/search?
section=Timers&
query=Pomodoro}}&
x-source=Drafts&
x-cancel={{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Pomodoro%20Tasks%20to%20Due&
allowEmpty=NO&
afterSuccess=Delete}}&
x-success={{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Pomodoro%20Tasks%20to%20Due&
allowEmpty=NO&
afterSuccess=Delete}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment