200: Forbidden URI type for file

You linked a file which the Aneamal Translator shall integrate into the webpage – for example a HTML file with [h]->, a text file with [t]->, a TSV file or a file within a metadata declaration such as a CSS or JavaScript file. The address after the arrow must be a local file path or a data URI, but in your case it is of a different type, for example an absolute URL or an URI fragment.

Solution

Make sure to have the file available locally and use a file path that is relative to the Aneamal root directory – it begins with a slash then – or relative to the current Aneamal file’s directory. These paths are relative to the Aneamal root:

@ script: ->/clock/work.js

[h]->/clock/face.html

The file in the following example is in the same folder as the current file:

@ style: ->dark.css

Alternatively you can use a base64-encoded data URI. Aneamal provides a shorthand ->, to link base64-encoded text.

@ style: ->,aHRtbCB7YmFja2dyb3VuZDpibGFjazsgY29sb3I6d2hpdGV9