Ztl provides a unified way to render notes from Markdown, LaTeX and BibTeX. Generated cache provides spanning information for editors like ViM and HTML artifacts to publish notes to Mastodon and for live preview with SIXEL enabled terminals.
The repository provides a terminal tool written in Rust to generate note cache and a Neovim plugin for navigation.
- render note source from Markdown with comrak, LaTeX with TeX4ht and BibTeX to standalone HTML and MathML
- abstract files from individual notes, provides linking capabilities between any file format
- generate unified representation with TOML files to cache folder at
.ztl/cache/
for downstream plugins - use span and note information for note navigation and publishing to Mastodon
Supported subcommands of ztl
are
Usage: ztl [OPTIONS] [COMMAND]
Commands:
watch Watch files and rebuild
publish Publish notes to Mastodon instance
build Build all notes from scratch
help Print this message or the help of the given subcommand(s)
Options:
-d, --debug... Enable debugging
-h, --help Print help
-V, --version Print version
- support for Markdown and LaTeX rendering
- generate cache for navigation plugins in editor
- publish set of notes to Mastodon
- write more complete documentation and installation guide