macnotesapp
macnotesapp copied to clipboard
Work with Apple MacOS Notes.app from the command line. Also includes python interface for scripting Notes.app from your own python code.
Import from HTML and Markdown with support for attachments Allow use of template for title, e.g `notes import --title {filepath.name} *.html`
pyinstaller now supports python 3.12
Allow format to be Markdown, plaintext or HTML
who can I add multiple lines, Like this : ``` new_note = notesapp.make_note( name="New Note", body="This is a new note created with #macnotesapp \n This is a second Line" )...
`notes view NAME` prints note with NAME or closest match to terminal. Use [mardownify](https://github.com/matthewwithanm/python-markdownify) and rich to convert HTML to rich markup for printing in terminal. (Add --plain or --no-markup...
It might be possible to extend macnotesapp via the [Notes private framework](https://github.com/qingralf/iOS16-Runtime-Headers/tree/main/PrivateFrameworks/Notes.framework)