Kategorien
Allgemein

COMIC: Saturday Morning Breakfast Cereal

COMIC: Saturday Morning Breakfast Cereal

Kategorien
Allgemein

Working message links for iOS from Omnifocus on the Mac

Here is what you need to tweak where to get your links in Omnifocus added mail links to work on iOS 7, too:

First, navigate into /Applications/Omnifocus.app, right click on it and select “Show package contents”. Go further into Contents/Plugins/BuiltInPluginHandlers.plugin. Again, tap right and select “show package contents” and dive into it. Now again Contents/Ressources/Mail-Leopard.applescript. For reference, your path should look something like that:

/Applications/OmniFocus.app/Contents/PlugIns/BuiltInClippingHandlers.plugin/Contents/Resources

After opening the file (in your favorite Apple-Script editor), you should see some violet blob of text like this:
uncompiled AppleScript
Now use the “compile” button and compile it so you can actually decypher something there, it should look like this:
Compiled AppleScript

Now scroll down until you are at this place:
critical part

Now as you can see, at my document, there is already two (2) “//” right after message:, just add them at this position like you see them in my screenshot. Now hit Save and close AppleScript editor and close Omnifocus.

Now:
– open Omnifocus
– go into settings and uninstall your mail clippings handler (it’s under Clippings, it’s the Clip-O-Tron 3000 thingy)
– install it again
– go into mail and (the default is Cmd+alt+space) get an email into your inbox and enjoy click and tappable original message links in the notes field. 😉 These will sync to iOS and will allow you (as long as the Email is locally on your phone/iPad) to open the corresponding message right from Omnifocus in Mail! Thanks @viticci for bringing the URL scheme and I believe the missing “//” up!

Kategorien
Allgemein

Altkanzler kanzelt BND ab | Telepolis

Altkanzler kanzelt BND ab | Telepolis

Kategorien
Allgemein

Echt süßer Kurzfilm

Kategorien
Allgemein

Ethnozentrismus – oder die mangelnde Empathie

Ethnozentrismus – oder die mangelnde Empathie

Kategorien
Allgemein

Junecloud Automator Actions 3.0

Junecloud Automator Actions 3.0

Kategorien
Allgemein

Use AppleScript to change your online status in „Messages“ with one double-click

Here is an AppleScript you can easily use (on 10.9) to login/log off in Messages freom all ersvices. You can modify it to be service specific and can cather the specific service state by appending the corresponding number of the service (it’s numbered like one would count).

I personally use it in conjunction with Alfredapp so I just enter “IM” and it will automatically change my online-status to offline or vice-versa. Much fun. Feel free to use, share and do whatever you want to do with it.

tell application “Messages”

set aServiceState to status
set anApplication to application “Messages”

if aServiceState is available then
tell anApplication to log out
end if

if aServiceState is offline then
tell anApplication to log in
end if

end tell

Edit 01.01.2014: Have a look at the comments section. Megadroid posted an improved version.

Kategorien
Allgemein

No 6207 A Study in Steel 1935

No 6207 A Study in Steel 1935