I have this macro where I am able to create a new note from a URL (thanks to @noisneil for an old macro I now adapted for this particular scenario).
Now I would like to make the URL clickable automatically, if possible?
Right now I get this:
But I would like it to be this:
I tried a few options based on this page, trying to adapt it to Notes, but it didn't seem to work:
I have a macro for doing similar to what you seem to want. Note I'm on an older Mac with an older OS, so there may be some changes necessary regarding the precise methods I use and the pauses I require.
Only change to your script was adding the link tag and a second use of the noteText variable, plus moving the "cast to Unicode" to the beginning of that bit so we only have to do it once.
Thank you for the suggestion.
Unfortunately, I would like something that runs in the background, otherwise it would be even faster to just have the original AppleScript open the note when it creates it and just press SPACE (or Enter).
My goal is to just be in Safari, hit the shortcut, and let it do it in the background to avoid me stopping what I'm doing.