Interactive typst documents.
The architecture now relies on a `typst` library, where the user marks blocks with `#cell.run()`. This creates strategically labelled `#metadata` elements, which `parse_code_cells.rs` now queries for using the actual `typst` crate! This way of doing things is a little slower (for now), but in turn, complete flexibility is gained in how `raw` blocks can be specified, and an extremely powerful workflow emerges. BREAKING CHANGE: |
||
---|---|---|
examples | ||
src | ||
typst | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
itypst
: Interactive typst
Documents
Warning
This repository is currently in a prototype state.