COMIC: Saturday Morning Breakfast Cereal
Mal wieder ein netter Comic heute 😉
COMIC: Saturday Morning Breakfast Cereal
Mal wieder ein netter Comic heute 😉
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:
Now use the “compile” button and compile it so you can actually decypher something there, it should look like this:
Now scroll down until you are at this place:
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!
Altkanzler kanzelt BND ab | Telepolis
Telepolis:
Ex-Regierungschefs nahmen Geheimdienste nicht ernst
Wenn’s jemand beurteilen sollte, dann wohl die Kanzler. Sehr nett fand ich:
Schmidt hatte seinerzeit den BND sogar als “Dilettantenverein” verspottet und den damals neuen BND-Chef Kinkel in erster Linie angewiesen, es möge lediglich nichts “Schlimmes” passieren.
Echt süßer Kurzfilm
Ethnozentrismus – oder die mangelnde Empathie
Gunter Dueck:
Meistens (nicht immer, ich weiß!) – meistens, sage ich, verstehen sich die beiden Parteien nicht, und so etwas wie Empathie kommt nicht einmal in ihre Nähe. Immer mehr Ethnozentrismus breitet sich aus.
Er beschreibt und bringt auf den Punkt, was andere nur als Gefühl wahrnehmen können.
Junecloud Automator Actions 3.0
Ganz hilfreiche Liste von Automator Aktionen.
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 ifif aServiceState is offline then
tell anApplication to log in
end ifend tell
Edit 01.01.2014: Have a look at the comments section. Megadroid posted an improved version.
Eindrucksvoll, was für handwerkliches Know-how hier verwendet wurde. Faszinierend.