Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created September 18, 2015 21:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oldpatricka/d33ada090683e568db86 to your computer and use it in GitHub Desktop.
Save oldpatricka/d33ada090683e568db86 to your computer and use it in GitHub Desktop.
notesApp = Application('Notes');
notes = notesApp.notes;
var ex = {};
for (var i = 0 ; i < notes.length ; i++) {
ex[notes[i].name()] = notes[i].body();
}
ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment