In order for DEVONthink to display clickable links, the new document needs to be markdown
link to devonthink forum
So I modified the script in Hook to change the type:txt to type:markdown
Question: how can I copy the markdown link within this script (not using the shortcuts), and THEN paste this in the main body of the new document? [I know I can do this manually, but it takes many steps,
- open hook,
- then command M which copies the markdown link,
- then I open hook again, choose new DEVONthink file using my modified script, run it,
- open the devonthink file and
- paste in the body
I have also tried to add:
tell application “System Events” to key code 9 using command down
which should be paste from clipboard
cool list of Mac system events
this did not work