RhetTbull / macnotesapp

Work with Apple MacOS Notes.app from the command line. Also includes python interface for scripting Notes.app from your own python code.
MIT License
129 stars 6 forks source link

Add Format --> Checklist #29

Open TonyBarganski opened 1 year ago

TonyBarganski commented 1 year ago

I'd like to write tasks to a shared note for sharing, for example, todo.txt tasks with someone.

RhetTbull commented 1 year ago

I've not figured out how to access checklists from Notes programmatically. If I can figure out I'll definitely add support but at the moment I'm not able to do this.

TonyBarganski commented 1 year ago

@RhetTbull Could this help: https://developer.apple.com/documentation/sirikit/lists_and_notes/

RhetTbull commented 1 year ago

@TonyBarganski Maybe. I've never used SiriKit. It would only work if it was possible to manually invoke this (as opposed to Siri invoking it). I'll take a look when I get a chance.