Jump to content

mac notes to evernote automatically


Guest tecnoborder

Recommended Posts

Guest tecnoborder

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...