[TxMt] Quicksilver text entry to TextMate?
Graham English
graham at grahamenglish.com
Sat May 12 05:12:00 UTC 2007
It's not totally perfect, but here's what I managed to pull together.
-- Place in ~/Library/Application Support/Quicksilver/Actions/
--
using terms from application "Quicksilver"
on process text blogTitle
set blogHeader to "Title: " & blogTitle & "
Excerpt:
"
set myPath to "/Users/grahamenglish/Desktop/Writing/" & blogTitle &
".blog.html"
do shell script "echo " & quoted form of blogTitle & " >> " &
quoted form of myPath
do shell script "open -a TextMate " & quoted form of myPath
tell application "System Events"
tell application "TextMate" to insert blogHeader
end tell
end process text
end using terms from
Warmest regards,
Graham English
On May 11, 2007, at 11:12 PM, Graham English wrote:
> Is there a way to send a value to ${TM_BLOG_TITLE} through
> applescript in the TextMate blogging bundle?
>
> I'm thinking about creating a Quicksilver action that can use the
> text from Quicksilver to fill the title of the blogging HTML template.
>
> Thanks,
>
> Graham English
>
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20070512/4d5a1116/attachment.html>
More information about the textmate
mailing list