An x-callback Retrieval Question

Is it possible via x-callback to retrieve in list form, all links. I know that I can use search but only to select. Name and url which are in the dictionary to put in a note to use in a couple of shortcuts to compare the previous list with the current in an Apple shortcut to identify deletes and hopefully c&p some into other selected notes.

I think you would need a script or shortcut. You would get the markdown of each note, and then pass that through a script to extract links, which you could write with ChatGPT I think.

So I think you can do what you want, but it won’t be a single call, but a script making several calls.

1 Like