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.
Am I going down the right path? Is this even possible?
Regards,
Charles Crammond
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