Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

CharlesCrammond

macrumors newbie
Original poster
Feb 9, 2016
3
0
Hi,

I'd like to be able to get a URL for the current open/focused note copied to the clipboard, so I can then open that note from another application, such as iThoughtsX.

I'm getting nowhere.

I have the following code.

Code:
Notes = Application('Notes')
Notes.activate()
delay(1)
SystemEvents = Application('System Events')
Notes = SystemEvents.processes['Notes']
NotesFolder = Notes.note.name

Am I going down the right path? Is this even possible?

Regards,

Charles Crammond
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.