What I’m trying to do
I would like to copy a markdown link to a Devonthink item and then create a note in Obsidian.
For example, the markdown link would be [itemTitle](url). My Obsidian note would have the title from the markdown link with the url formatted as a property:
itemTitle
---
link: url
---
Things I have tried
I’ve tried Quickadd, Templater, OS Shortcuts. But, I am not a coder so maybe one of those would have a good solution. Any help would be greatly appreciated!!