Linkability to DevonTHINK via Hookmark

I am interested in linking from Pan X records to DevonTHINK 4 using Hookmark. I have a database of vocabulary terms that I would like to link to DT markdown files and pdfs in DT. The Pan X database houses DOIs related to my vocabulary terms. Is the Applescript library capable of allowing this? (Hookmark does not list Pan X as a linkable app, but if there is Applescript or javascript support in Pan X, there may be a workaround.)

Panorama definitely has AppleScript support.

Panorama doesn’t have an extensive vocabulary of AppleScript commands, but you can embed Panorama’s built in programming language into your scripts, which makes it very powerful.

Whether or not you can link Panorama records to DevonTHINK using Hookmark, I have no idea. I also have no idea what you mean by the term “DOI”.

A side note - you mention linking to files, markdown and PDF. If the files are stored somewhere in the file system, which I assume they must be, you can link to them directly from Panorama. If the location of the file is stored in the database, you can open it automatically with the openanything statement. The PDF files would open in Preview, while Markdown files would open in whatever app you have configured to open .md files. This would be done directly in Panorama, you wouldn’t need AppleScript or Hookmark (or DevonTHINK for that matter).