Interpretive mode

Interpretive mode lets a Triv document be opened without installing anything.

Please note: this feature is of Provisional status.

Basics

Summary: The document can be written in a regular text editor.

1. To enable interpretive mode, the following two lines are required at the start of any text file:

<script>"interpretive"</script>
<script src="https://triv.co/3v.js"></script>

2. Save your document with a file extension that can be opened by the browser.

(Recommended: ".html" or ".3v.html")

3. Double-click the file to open in your browser.

If you later run compiled mode, no modification is needed.