Guest tecnoborder Posted July 26, 2013 Share Posted July 26, 2013 Hi there, I would like my mac notes were sent to evernote automatically. Surfing the net I found the code for the creation of the apple script. Here is the code: tell application "Notes" set theNotes to every note of the folder "Notes" repeat with thisNote in theNotes set myTitle to the name of thisNote set myText to the body of thisNote set myCreateDate to the creation date of thisNote tell application "Evernote" create note with html myText ¬ title myTitle ¬ created myCreateDate ¬ notebook "Imported Notes" end tell end repeat end tell Every time I want my mac notes were sent to evernote I have to open the applescript. I would like to do that automatically creating a workflow with alfred. How can I do? Thanks, Tecnoborder Link to comment
jdfwarrior Posted July 29, 2013 Share Posted July 29, 2013 Hi there, I would like my mac notes were sent to evernote automatically. Surfing the net I found the code for the creation of the apple script. Here is the code: tell application "Notes" set theNotes to every note of the folder "Notes" repeat with thisNote in theNotes set myTitle to the name of thisNote set myText to the body of thisNote set myCreateDate to the creation date of thisNote tell application "Evernote" create note with html myText ¬ title myTitle ¬ created myCreateDate ¬ notebook "Imported Notes" end tell end repeat end tell Every time I want my mac notes were sent to evernote I have to open the applescript. I would like to do that automatically creating a workflow with alfred. How can I do? Thanks, Tecnoborder Just curious here... is it just your preference to take notes in the Notes.app? Would you not be better served to just grab an Evernote workflow that would allow you to quickly jot notes and save directly into Evernote from Alfred? Link to comment
Guest tecnoborder Posted July 30, 2013 Share Posted July 30, 2013 Hi, thanks for your reply. I would like to create this workflow because I prefer to take notes on my iphone using the app notes. The notes are synced with iCloud and it would be a great thing if an alfred workflow sent the notes to evernote automatically. Link to comment
Jono Posted July 30, 2013 Share Posted July 30, 2013 I'd also really like something like this. I use nvALT on the Mac and Byword on iOS (synced via Dropbox), but take notes a lot on my phone via Siri when driving, walking etc. as it's so easy. Would be great to be able to copy those notes over to the txt Notes folder on my Mac and/or Evernote. If it was possible maybe Hazel would be a better app to do this? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now