Re: GoTo Specific Note in Notes.app?
Re: GoTo Specific Note in Notes.app?
- Subject: Re: GoTo Specific Note in Notes.app?
- From: "Stockly, Ed" <email@hidden>
- Date: Thu, 30 Apr 2015 17:08:06 +0000
- Thread-topic: GoTo Specific Note in Notes.app?
Notes seems pretty scriptable in yosemite.
tell application "Notes"
properties of note 1
{container:folder id
"x-coredata://A55C31F3-F8B5-4784-8F0C-1B32994BC178/IMAPFolder/p1", ¬
modification date:date "Sunday, April 26, 2015 at 5:07:15 PM", ¬
creation date:date "Sunday, April 26, 2015 at 5:06:55 PM", ¬
body:"Note contents goes here", ¬
id:"x-coredata://A55C31F3-F8B5-4784-8F0C-1B32994BC178/IMAPNote/p38", ¬
name:"Note contents goes here", ¬
class:note}
end tell
There doesn't seem to be a selected or active property.
You can find notes by creation date or name (which seems to be the first
line of the body by default.)
Each note seems to have a unique ID as well.
>
>How is it when you create a new note that the note is not selected?
>
>Is scripting the app any better on Yosemite?
>
>Thank you.
>
>--
>Best Regards,
>Chris
>
> _______________________________________________
>Do not post admin requests to the list. They will be ignored.
>AppleScript-Users mailing list (email@hidden)
>Help/Unsubscribe/Update your Subscription:
>imes.com
>Archives: http://lists.apple.com/archives/applescript-users
>
>This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden