I finally have my blogging workflow
And in fact there are posts in the backlog. Heh. The tool set is
MacJournal
Alfred App
The Edit With⌠workflow for Alfred App
Byword 1 - I can't use 2 as I am still on 10.6.8 :(
Marked App for preview
Byword 2 does publishing to Tumblr now but I like MacJournal for the organization. Anywho, it's a treat for me to use.
I also use a tiny workflow for opening the current Byword doc in Marked.
And the script:
tell application "Byword" -- get the front document and save set thisDoc to the front document -- get the filename and cursor position of the document get file of thisDoc set filePath to result tell application "Marked" open result end tell end tell








