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
silo://x-callback-url/list/add_note? | |
title=Delegated%20Tasks& | |
text=%5B[[line|1]]%5D%3A[[line|3]]& | |
x-success= | |
{{drafts://x-callback-url/create? | |
text=[[draft]]& | |
action=Delegate%20Task& | |
x-success=mingle-message%3A%2F%2F}} |
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
drafts://x-callback-url/create? | |
text=[displayName]%0A[email]%0A[prompt:Task Description]& | |
action=Delegate%20and%20Notify& | |
afterSuccess=Delete |
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
drafts://x-callback-url/create? | |
text=[[draft]]%0A{{fantastical2://x-callback-url/parse?sentence=[[line|2]]}}& | |
action=Message%20Someone& | |
afterSuccess=Delete& | |
x-success= | |
{{fantastical2://x-callback-url/parse? | |
sentence=[[line|2]]& | |
x-success=mingle-message%3A%2F%2F}} |
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
drafts://x-callback-url/create? | |
text=[email]%0A[prompt:Event]& | |
action=Fantastical%20and%20Email& | |
afterSuccess=Delete |
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
drafts://x-callback-url/create? | |
text=[email]%0A[prompt:Reminder Content]%0A[prompt:Optional Message]& | |
action=Remind%20Someone& | |
afterSuccess=Delete |
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
# -*- coding: utf-8 -*- | |
import sys | |
import urllib | |
import webbrowser | |
import re | |
# dictionary for uncommon OSIS codes | |
books = { "Judges" : "JDG", "1 Samuel" : "1SA", "2 Samuel" : "2SA", "1 Kings" : "1KI", "2 Kings" : "2KI", "1 Chronicles" : "1CH", "2 Chronicles" : "2CH", "Song of Solomon" : "SNG", "Ezekiel" : "EZK", "Joel" : "JOL", "Nahum" : "NAM", "Mark" : "MRK", "John" : "JHN", "1 Corinthians" : "1CO", "2 Corinthians" : "2CO", "1 Thessalonians" : "1TH", "2 Thessalonians" : "2TH", "1 Timothy" : "1TI", "2 Timothy" : "2TI", "Philippians" : "PHP", "Philemon" : "PHM", "James" : "JAS", "1 Peter" : "1PE", "2 Peter" : "2PE", "1 John" : "1JN", "2 John" : "2JN", "3 John" : "3JN" } | |
# extract the verse reference |
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
phraseology://x-callback-url/inspect? | |
text=[text]& | |
x-success={mrreader://skip-sync} |
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
phraseology://x-callback-url/arrange? | |
text=[text]& | |
x-success={ | |
launch://x-callback-url/clipboard? | |
x-success=onewriter%3A} |
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
phraseology://x-callback-url/inspect? | |
text=[text]& | |
x-success={onewriter:} |