dicas

Link para Notas do Evernote via OS X direto para o OmniFocus

Na dica de como criar Tarefas no Things a partir do Evernote do iTech Hoje, vou extender o conceito para o OmniFocus.

Com uma leve alteração no ApplScript, a nota nota seleciona no Evernote é levado com link para a Inbox OmniFocus.

tell application "Evernote"

activate
--synchronize
set foundNotes to selection

set aNote to first item of foundNotes

set enTitle to (the title of aNote)
set enTags to (the tags of aNote)
set enId to (the local id of aNote)
set enFile to (the last text item of enId)
set enLink to (the note link of aNote)

end tell

tell application "OmniFocus"
tell default document
set newtask to make new inbox task with properties {name:(enTitle), note:(enLink)}
end tell
end tell

O Asian Effiency sugere fazer o “inboxing” através do Evernote. Abordagem interessante para quem fica com o Evernote “sempre aberto”.

A dica matadora é você associar esse AppleScript a algum atalho de teclado para ficar aumentar a produtividade. Quem me ajuda nisso é o Alfred.

Gustavo Faria

de um tempo em que a UFRJ formava não cientistas da computação, mas bacharéis em informática e acompanhe as Dicas do Coca.
Botão Voltar ao topo