| Line # Definition | Requirements | Line May Contain |
|---|---|---|
| Line 1: Quote | REQUIRED | String |
| Line 2: Author of Quote | OPTIONAL | String, @twitterUsername, URL |
| Line 3: Source of Quote | OPTIONAL | String, @twitterUsername, URL |
| Line 4: Rating of Quote | OPTIONAL | 1 or 2 or 3 or 4 or 5 |
Being poked in the buns and laughed at was not in my plan!
Finn the Human
5
NB: In this case, line #3 is blank, so the source parameter will not be generated.
Being poked in the buns and laughed at was not in my plan!
5
NB: In this case, the author and source parameters will not be generated. Line #3 and #4 must be left blank, because the rating parameter exists.
Line 1: Being poked in the buns and laughed at was not in my plan!
Line 2: Finn the Human
Line 3: Adventure Time ~ "Her parents" http://adventuretime.wikia.com/wiki/Her_Parents
NB: In this case, the rating parameter will not be generated. Since it is the last parameter, line #4 is optional. To be clear: You do not have to create a blank fourth line.
Line 1: Being poked in the buns and laughed at was not in my plan!
Line 2: Finn the Human
NB: In this case, the source and rating parameters will not be generated. Line #3 and #4 are not required.
https://gist.github.com/ChewingPencils/5134533pythonista://quote_bits?action=run&argv=[[draft]]javascript:window.location='drafts://x-callback-url/create?text='+escape('\n\n')+encodeURIComponent(document.title)+'%20%20'+encodeURIComponent(location.href)
javascript:window.location='drafts://x-callback-url/create?text='+escape('\n\n')+encodeURIComponent(document.title)+'%20%20'+encodeURIComponent(location.href)