I have one or more Markdown files that are automatically imported into DEVONthink when they are created outside DEVONthink, using rules to file them into the correct database.
If the Markdown front matter included a UUID, could that UUID be adopted as DEVONthink’s own item UUID?
The Markdown files are generated from rows in a simple SQLite database. If I can assign the UUID at the time the row and Markdown file are created, I could store a link to the DEVONthink record in the database simply by prepending x-DEVONthink-item:// to that UUID.
DEVONthink appears to do something like this by default for imported email messages. Is there any way to implement similar behavior for Markdown files (or any other text based file formats), assuming they contain a correctly formatted UUID in a front matter key-value pair?
Many thanks in advance. This is something that could potentially also help for using Devonthink as a secure object storage solution for another database if it could be applied to other file formats.