
jd007
Level 2-
Content Count
17 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout jd007

Profile Information
-
Subscription
PREMIUM
Recent Profile Visitors
-
Hi, in latest release (6.12.1) there has suddenly appeared a bright orange circle in the top left with my first initial in it, like a badge or icon or logo. This may seem a trivial complaint (the new list only view in Notebooks is another matter, ahem!), however I find it incredibly distracting, my eye keeps getting drawn to it. It seems completely out of whack with the cool green theme throughout Evernote. I don't know what was there before (that's how it should be, not noticeable), but the effect is so extreme that it is the first time after many years of using Evernote that I have felt
-
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
I'm running El Capitan too. So why would the bug occur in El Cap if it's a Sierra bug? -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
Yes, it is an empty file. -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
Wow, I thought the attachment files were being successfully saved, I had looked and seen them there.. but just now I actually tried to view one of them, and there isn't actually a file there.. just an icon that is zero bytes. No, no errors from the script. -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
Here you go: http://macscripter.net/viewtopic.php?id=45602 -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
@DTLow, I posted the original script above on MacScripter forum to ask for help there. Nigel Garvey came up with the following, which works to get notes exported from Notes app and into Evernote, from a selected folder, however the attachments aren't coming across yet. (They are being saved in folders). The guys on that forum don't have Evernote so can't test that part of it. Can you take a quick look and see what you think might be at fault in the Evernote section? Evernote creates the note, it knows there should be an attachment there as it shows the box with question mark icon, it just does -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
@DTLow, do you have any suggestions for resources/places where I can learn about these Applescript commands, particularly regarding Notes.app, so I can debug this and figure it out myself? I'm a newbie to scripting but would like to learn how to do this. Thanks. I'm wondering if this particular one doesn't work since Apple changed Notes from being hosted by an email account, to iCloud. (The script refers to "theMessages") -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
Appreciate you don't want to debug. As for your suggestion, that's not going to work in the long run for me to select a folder of notes to export, as I would have to separately enter name of each note. (I just want to avoid exporting all notes, so trying to work out a way to do it with a selection or a folder.) I did use it to test one note though, got as far as the attachment line. (save att in attFile) error "The variable att is not defined." number -2753 from "att" -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
tried this, got: error "Notes got an error: Can’t get selection." number -1728 from selection -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
Really? Wow.. might give it a go, but don't want to test with all my Notes notes.. is there a way to modify so that it only uses a particular folder of notes, for example? -
How to import Apple Notes to Evernote
jd007 replied to chaver4u's topic in Evernote for Mac Issues (Versions 7.14 and under)
yep, this. -
@DTLow I found this script which works for me: https://gist.github.com/mshk/6276780 I then modified it to add a tag, and create a new Notebook in Evernote, i.e.: set listOfNames to {} set theFolder to choose folder "Select the source folder" tell application "Finder" set filelist to every file of the folder theFolder repeat with currentFile in filelist set currentFileName to (the name of currentFile) set nom to currentFileName if text -4 of nom is "." then set currentFileName to (