How can I add a link to Quiet Read using AppleScript?
Quiet Read Pro provides AppleScript support. To add a link, you can write a script like this:
tell application "Safari"
set theWindow to item 1 of windows
set theTab to item 1 of the tabs of theWindow
set theTitle to do JavaScript "document.title" in theTab
set theUrl to do JavaScript "document.location.href" in theTab
end tell
tell application "Quiet Read"
set theLink to make new link with properties {url:theTitle, title:theUrl}
end tell
That script will add Safari's frontmost tab to Quiet Read.
-
Keep Your Word: Organization and categorization
- Can I add, edit or delete new tags?
- Can I add images and sounds to words?
- Can I import words from another application like Provoc?
- Can I modifiy the look of the words list? Can I add any other data to that list?
- How can I copy one word from one dictionary and paste it into another?
- View all (4 more)
-
Keep Your Word: Exercise modes
-
Keep Your Word: iPhone/iPod Touch sync
-
Keep Your Word: Licensing and operations
-
Quiet Read: Licensing and operations
-
Quiet Read: How can I....?