0.50.1 • Published 8 months ago

triv-3v v0.50.1

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
8 months ago

Triv

A syntax for the web and more...

[What]
: Your documents, any documents,
: as you like.

[.Online.]

[..Learn..]
https://triv.co/docs

[..Try..]
https://triv.co/workshop

[.Download.]
: ```
npm install triv-3v -g
```

3v - the command line

The downloadable 3v command compiles a Triv document into your choice of markup.

The Triv syntax is recommended for HTML and XML applications.

NPM

NPM hosts one of the best ways to compile with Triv:

npm install triv-3v -g
3v file.3v > file.xml
Other options include:
  1. Web Workshop

  2. Any text editor, with the following lines at the start:

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

    Then, double-click to open in your browser! (Limitations)

  3. In a web page as a linked script (view the source of the Web Workshop for an example) or imported by Node.js

  4. The original downloadable 3v command available with:

    Highly recommended!

    pip install triv
    3v file.3v > file.html

    Please note: The Python implementation serves as the reference implementation for the project and is the first to receive updates and bugfixes.


License: BSD (3-clause); Copyright ©2023 Triv Collective

0.50.1

8 months ago

0.50.0

8 months ago

0.49.2

8 months ago

0.49.0

8 months ago

0.47.7

8 months ago