Interactive typst documents.
Find a file
Sofus Albert Høgsbro Rose 0dc49b3596
feat: first execution of code from typst metadata query
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:
2025-05-02 11:32:20 +02:00
examples feat: first execution of code from typst metadata query 2025-05-02 11:32:20 +02:00
src feat: first execution of code from typst metadata query 2025-05-02 11:32:20 +02:00
typst feat: first execution of code from typst metadata query 2025-05-02 11:32:20 +02:00
.gitignore feat: first execution of code from typst metadata query 2025-05-02 11:32:20 +02:00
Cargo.lock feat: first execution of code from typst metadata query 2025-05-02 11:32:20 +02:00
Cargo.toml feat: first execution of code from typst metadata query 2025-05-02 11:32:20 +02:00
README.md 📝 docs: added README.md 2025-04-10 08:05:30 +02:00

itypst: Interactive typst Documents

Warning

This repository is currently in a prototype state.