Created
January 7, 2015 22:11
-
-
Save sachac/7df841b1ba53a32541d2 to your computer and use it in GitHub Desktop.
This file contains 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
# key: sbook | |
# name: Sketched Book | |
# -- | |
**** TOSKETCH ${1:short title} | |
:PROPERTIES: | |
:TITLE: ${2:long title} | |
:SHORT_TITLE: $1 | |
:AUTHOR: ${3:authors} | |
:YEAR: ${4:year} | |
:BUY_LINK: ${5:Amazon link} | |
:BASENAME: ${6:`(org-read-date nil nil ".")`} Sketched Book - ${2:$(sacha/convert-sketch-title-to-filename yas-text)} - ${3:$(sacha/convert-sketch-title-to-filename yas-text)} | |
:ISBN: ${7:ISBN} | |
:BLOG_POST: http://sachachua.com/blog | |
:END: | |
$0 | |
***** TODO Sketchnote $1 | |
:PROPERTIES: | |
:Effort: 2:00 | |
:QUANTIFIED: Drawing | |
:END: | |
[[elisp:sacha/prepare-sketchnote-file][Prepare the file]] | |
***** TODO Write personal reflection for $1 | |
:PROPERTIES: | |
:Effort: 1:00 | |
:QUANTIFIED: Writing | |
:END: | |
[[http://sachachua.com/blog/wp-admin/edit.php?page=cal][View in calendar]] | |
****** Sketched Book - $2 - $3 | |
$3's /$2/ ($4) ... | |
I’ve sketched the key points of the book below to make it easier to remember and share. Click on the image for a larger version that you can print if you want. | |
Haven't read the book yet? You can [[$5][buy it from Amazon]] (affiliate link) or get it from your favourite book sources. | |
Like this sketch? Check out [[http://sketchedbooks.com][sketchedbooks.com]] for more. Feel free to share – it’s under the Creative Commons Attribution License, like the rest of my blog. | |
***** TODO Post $1 to blog | |
:PROPERTIES: | |
:Effort: 1:00 | |
:QUANTIFIED: Packaging | |
:END: | |
***** TODO Update sketched books collection | |
:PROPERTIES: | |
:Effort: 1:00 | |
:QUANTIFIED: Packaging | |
:END: | |
1. [[elisp:sacha/index-sketched-book][Index sketched book]] | |
- [[file:~/Dropbox/Packaging/sketched-books/index.org][Edit index]] | |
- [[file:~/Dropbox/Packaging/sketched-books/ebook.org][Edit ebook]] | |
2. [[elisp:sacha/package-sketched-book][Compile]] | |
3. Update [[https://gumroad.com/products/pBtS/edit]] | |
***** TODO Tweet sneak peek of $1 with attached picture | |
[[elisp:(progn (kill-new (format "Sneak peek: Sketched Book: %s - %s %s" (org-entry-get-with-inheritance "SHORT_TITLE") (org-entry-get-with-inheritance "AUTHOR") (org-entry-get-with-inheritance "BLOG_POST"))) (browse-url "http://twitter.com"))][Copy text and launch Twitter]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment