Function get_notes
Source pub fn get_notes() -> Result<Vec<Note>>
Expand description
Retrieves all notes from Apple Notes using AppleScript.
§Returns
Result<Vec<Note>> - A vector of all notes on success
§Errors
- If the AppleScript file is not found
- If the AppleScript execution fails
- If the output cannot be parsed as JSON