Package Information
- Last Updated
- Minimum Typst Version
- 0.13.0
- Authors
- lublak
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/yak:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/yak:0.1.0": *Yak
Description
A typst plugin to run jq filter agains typst data.
Full Documentation for jq: https://gedenkt.at/jaq/manual/#corelang
#import "@preview/yak:0.1.0": *
#yak(json("data.json"), ".")