So to clarify, the steps you follow are:
- Open Hook on Application A (e.g. Things)
- Copy Link (to todo)
- Open Hook on Application B (e.g. Safari)
- Link to Copied Address (link todo to web page)
And the result is that the link to Application A, whether it be Things or any other app, doesn’t have a title.
Also need to clarify that when you open Hook on Things, the title shows correctly in the title bar.
I think that the issue is probably with the clipboard. When you “Copy Link” with Hook it actually copies 3 different forms of the link, a plain text (txt) version, rich text (rtf) version, and a special custom version which Hook uses to link items together. What you are seeing sounds like Hook is linking with the plain text address, which doesn’t have information about the name. It should only do that if there is only the txt version of the address in the clipboard.
Try copying a link and pasting it into an rtf document. Is it a hyperlink (e.g. Apple) or a URL (e.g. https://www.apple.com
) If it is a URL, then the rtf address either isn’t being copied or is being lost. Do you have any other utilities which modify your clipboard?
As an interim workaround you can try using Copy Markdown Link (⌘M) instead of regular Copy Link, to link between two items. A markdown link contains the item’s title information, but stores it as plain text and shouldn’t be subject to any issues with using different clipboard formats.
e.g.
- Open Hook on Application A (e.g. Things)
- Copy Markdown Link (to todo)
- Open Hook on Application B (e.g. Safari)
- Link to Copied Address (link todo to web page)