Hookmark has stopped pasting URLs

I’ve been using Hookmark since it was Hook. It’s been a fantastic addition to my workflow. Recently, however, it has stopped pasting URLs. For example:

  • I invoke HM while using a web browser (Arc/Safari)
  • I press ⌘C
  • I move to any app that accepts text input (iMessage, Word, etc.) and press ⌘V
  • Instead of pasting the expected URL, it simply pastes text with no link info (i.e., the page name.)

I’m using MacOS Sequoia 15.2, Hookmark Pro version 6.5 (6117) (Scripts version 345), and usually Arc Browser Version 1.71.0 (56196)-RC, Chromium Engine Version 131.0.6778.86.)

Hi Michael,

It is true that in rare apps, such as Apple Messages, when pasting the link, only the name part of the link shows up. For those rare cases, we recommend doing Copy As Markdown Link instead. (THat’s how I handle it in Messages.)

I have the latest MS Word and macOS 15.1.1 and I can paste fine in MS Word. Overnight, I will update my system to the latest version of macOS to see if there is an issue.

Are there other apps where you experience this issue?

Are you perhaps using a clipboard manager. Some of them interfere with the clipboard.

1 Like

I have the following, in order of importance

  1. Sequoia 15.2 (24C101)
  2. Arc Version 1.75.0 (57108)-RC
  3. Paste Version 4.4.2 (10560)
  4. Steamdeck 6.8.1 (21263)
  5. Alfred 5.5
  6. Keyboard Maestro
  7. Claude 0.7.7
  8. Hookmark Version 6.6.1 (6140; Integration v. 349)
  9. Liquid (unversioned)

I expect that there may be some conflicts that prevent ^H in Hookmark from being able to find linkable items in Arc. Are any of these known? Any workarounds?

Welcome to Hookmark, @technocrat .

When us do ^H , does Hookmark window show “No Linkable Items found in Arc”?

Is it possible you send us a screenshot which illustrates the problem?

Thank you

Here you go

Thank you for the info, @technocrat .

If you run the following script in Script Editor, what do you get?

tell application "Arc"
	
	set theTitle to title of active tab of front window
	
	
	set theUrl to URL of active tab of front window
	
	return "[" & theTitle & "](" & theUrl & ")"
end tell
1 Like

Claude



"[Claude](https://claude.ai/chat/e123ac65-2b32-4a7c-8f46-9a8fad6e2714)"

Thank you, @technocrat .

Here is a list that will cause “No linkable items is found” error. Could you please go through it and see if it is help? It is very likely it is the reason listed in section 1.1 or section 2.
No Linkable Item in … – Hookmark

The screenshots on that page are not for the latest macOS. On newer macOS, You can alwasy use search in Settings to find them.

Thank you

  1. Via clipboard works, and I might use if I can get KM to do it with a macro.
  2. Accessibility was set correctly
  3. Reset accessibility made no change
  4. Toggling automation made no change
  5. Foreground item not saved inapplicable
  6. Email not sent inapplicable
  7. No item is selected—If an item in the sidebar is highlighted, ^H will find the link, but still not if the cursor is in the active window. This partially resolves the question, but it is more like transferring bookmarks than bookmarking the link in the currently active window.

Could you please run the following command in Terminal and post the output here?

osascript -e 'id of app "arc"'

Thank you

osascript -e ‘id of app “arc”’

company.thebrowser.Browser

The one I downloaded from the website is 1.74.0. Where can I download this release candidate?

Or can you share it with me?

Thank you

They release fairly aggressively—I got 1.76 autoloaded today. Most of these are pretty minor. See the current release notes. If you’re not in a hurry, contact them to get on the early release cycle. Support page.

The updates install by overwriting the app, so I don’t have a pkg or dmg file to send. If you’re in a hurry, I can try dropping the 1gb app to your FTP.

Thank you, @technocrat .

I just contacted the support for the beta release.

Just want to make sure, you only have one copy of Arc on your mac?

Right, just the single instance. Lots of processes, though.