taskbridgeapp.notes.model

This is the model of the note-syncing part of TaskBridge. Here, you’ll find the following:

  • note.py - Contains the Note and Attachment classes that represent a note and its attachment respectively.

  • notefolder.py - Contains the NoteFolder class which represents a folder (either local or remote) which

contains notes. Many sync operations are performed here. - notescript.py - Contains a list of AppleScript scripts for managing local notes.

note

Contains the Note class, which represents a note (whether local or remote), and the Attachment class, which represents an attachment within a note.

notefolder

Contains the NoteFolder class, which represents a folder containing notes, either locally or remotely.

notescript

AppleScript for Apple Notes.