* YouTube: https://www.youtube.com/@chrisbiscardi
* Learn Rust: https://www.rustadventure.dev/
* Rust Discord: https://discord.gg/GJ5UfxzUcP
* Party Corgi Content Discord: https://discord.gg/partycorgi
I use transparent bg for the codeblocks, which makes it easier to place/rescale/etc into videos.
I'll can more of a writeup soon showing more details and some images and such.
I use transparent bg for the codeblocks, which makes it easier to place/rescale/etc into videos.
I'll can more of a writeup soon showing more details and some images and such.
typst query main.typ "raw" | from json | where block | get text | save output.codeblocks.json
This dumps all codeblocks into a json file as an array of strings. Then I take this file and ingest it into remotion for stills.
typst query main.typ "raw" | from json | where block | get text | save output.codeblocks.json
This dumps all codeblocks into a json file as an array of strings. Then I take this file and ingest it into remotion for stills.
The single lib.typ is because most of it is "switch configuration based on target" for things like image handling. It's only 100 lines or so and provides about 3 functions (a template, code highlight, custom note)
github.com/ChristopherB...
The single lib.typ is because most of it is "switch configuration based on target" for things like image handling. It's only 100 lines or so and provides about 3 functions (a template, code highlight, custom note)
github.com/ChristopherB...