Hookmark Showing Old Ver. of Fantastical

My apps list in Hookmark shows Fantastical as v2, I am using 3.8. Curious if it matters.

Also, Hookmark does not see any linkable items in Cardhop, Also by Flexbits. The app has a copy link command and I was curious if it contained enough info to implement Hookmark?
x-cardhop://show?id=contact:4C260FFD-843A-48EB-815F-33048E9EE603&contact=Jim%20Allen

Thanks

Do you mean its bundle ID? They haven’t changed the bundle ID.

The copy link command is in card’s context menu, which is not accessible to Hookmark. Do you know if there is any keyboard shortcut for that?

Thank you

No shortcut.

Integration with other apps

You can send text to Cardhop using AppleScript. Here’s an example script to create a contact for Sarah.

tell application "Cardhop"

parse sentence "Sarah Jones sjones@example.com"

end tell

To send a sentence to Cardhop and add it immediately without user confirmation:

tell application "Cardhop"

parse sentence "Sarah Jones sjones@example.com" with add immediately

end tell

URL scheme

Other apps can use the URL handler to send sentences to Cardhop.

x-cardhop://parse?s=Sentence