apple-notes-jxa icon indicating copy to clipboard operation
apple-notes-jxa copied to clipboard

Simple module to read, edit, and manage Apple Notes throught JXA (offline)

Results 1 apple-notes-jxa issues
Sort by recently updated
recently updated
newest added

hi、i use this demo、report error my os: ``` catalina: 10.15.4 ``` code ``` const Notes = require('apple-notes-jxa'); Notes.accounts() .then((accounts) => console.log(accounts)); ``` error ![image](https://user-images.githubusercontent.com/18484770/90337698-c22f3f00-e016-11ea-9aae-6aa30c6d12c3.png) please help me, thank you!