home · story · engine · guide · about
tools that harness mtx.
mtx is a syntax — a language spec. engines are the tools that parse, render, and work with mtx content.
php engine that parses mtx files into html for the browser.
drop 3 files on shared hosting. your site is live.
.mt.txt .ht.txt .tx.txt and plain .txt (with header)/about serves about.mt.txtrepo: github.com/digiopsys/mtxweb
syntax highlighting for mtx across editors.
targets: VS Code, micro, vim, QuickText (Android), GitHub Linguist.
.mt.txt to .md — doc conversion for markdown-based tools.ht.txt to .html — full page conversion.cc.txt to .c — harnessing xmlrpc tag syntax.jt.txt to .js — harnessing marko and svelte tag syntax.jo.txt to .json — forking jq to produce json.xm.txt to .xml — forking xmlstarlet/minixml to produce xml.qd.txt to drizzle ORM (JavaScript).qj.txt to JOOQ (Java).qe.txt to EdgeQL (EdgeDB).qr.txt to Redis ORM.qs.txt to SQL (generic).rs.txt to Rust — harnessing markup.rs tag syntax.go.txt to Go — harnessing html/template.am.txt to assembly.bs.txt to bash.vl.txt to verilogone syntax. one trigger. every output format.
mtx is a spec, not a locked ecosystem.
the mtx concept doc defines the full syntax.
build a parser in any language — the rules are deterministic:
; = trigger. ;; = literal.; + 1 char;\ + 2 chars = element. ;: + 2 chars = datapod.home · story · engine · guide · about
github · ©2026 digiopsys. powered by mtxweb.