Support linking local javascript inside of markdown files

With this one feature alone, In theory we should be able to use our own latex javascript libraries for math formula support. MathML is just too unreadable for editing and or writing.

One such library could be katex.

Apple pages gained latex support and is a charm but the classic paper format is not very mobile friendly.

Thanks for the suggestion! Upcoming releases of DEVONthink will support locally linked scripts.

DEVONthink To Go already supports this when you use the XHTML version of the script tag:


<script src="..."></script>

Version 2.1.7 will convert self-closing tags to the XHTML form internally and so make the self-closing script tags also work.