notes-import
notes-import copied to clipboard
Import a folder of plaintext files into Apple Notes
Results
2
notes-import issues
Sort by
recently updated
recently updated
newest added
By default, new lines get chewed up by Notes.app, but converting them to `` tags works Tested on 10.11.0
I don't know OSA, but I'd really love to use this script and add the items in chronological order by mtime/updated time: `var folderContents = Application('System Events').folders.byName(folderName.toString()).diskItems.name()` Any ideas on...