Laurenz
Laurenz
This is one tricky bug! The problem shows up only because the heading doesn't resolve it's numbering directly (i.e. it does `counter(heading).display(it.numbering)` rather than `numbering(it.numbering, ..counter(heading).at(it.location()))`. I've changed this in...
Your description is accurate.
I fear that `image.bitmap(..colors)` would both be slow and not super useful if you want to generate the pixels via a WASM plugin. Something to provide RGBA `bytes` directly would...
Related: https://github.com/typst/typst/issues/2149#issuecomment-1723810062
See also: https://github.com/typst/typst/discussions/1163
I think it would need to be part of the bookmark / outline entry itself.
@voidiz This is indeed tricky. I don't immediately see a clean way to solve this, I need to think more about it.
I've removed the good first issue label since it turns out to be a bit trickier to resolve the numbering. I'll try to look into what would be necessary to...
The problem is that in the export stage we don't have access to the World/Engine etc. which is needed to resolve numbers + a numbering pattern or function into a...
@unclebean how did you create the numbers? The big challenge is to have it properly interact with both `counter(heading)` updates and user-defined numberings.