Hello and thank you for helping us build a block! π
This guide walks you through creating, editing, and compiling a block using typst.
Don't worry β we've made it super easy to use!
cd scripts
docker build -t typst .
- Copy the template file named
block_typ/new_block.typ
. - Rename the copy to '<your_block_name>.typ'
- Open the file and fill in the relevant sections with your content. For inspiration, you can browse existing PDFs in the blocks_pdf/ directory.
Once your .typ
file is ready, compile it using the provided script:
./scripts/typst.sh <relative_path_to_file>
After compiling, your block will be available as a PDF in the blocks_pdf/
directory.
Open the file and make sure everything fits neatly on a single page. You can cut sections if needed.
π Thanks for sharing your knowledge with us β your block will help the whole team grow!