Codly v1.3.0 - Typst v0.13.1 + numbers outside + line highlights

Heya,

I just made a release of Codly v1.3.0: codly:1.3.0 by Dherse · Pull Request #2084 · typst/packages · GitHub (:tada: merged :tada:)

It doesn’t have many new features but:

  • Codly updated to be compatible with v0.13.0 (no more pesky warnings)
  • You can now have numbers outside of the margin :tada:
  • You can now highlight entire lines with a color :tada:
  • Improved highlighting spacing
  • Improved performance (this one is really dependent on the features you use so keep me up-to-date)
  • Contextual functions should be fixed
  • Fixed language box not showing when the first line is not included
  • Added yes-codly to locally enable codly
  • Lots of fixes on annotations (including many that were never reported)
  • CI pipeline updated

As always, if you find any bugs, please report them on Github: GitHub - Dherse/codly: A Typst package for even better code blocks


9 Likes

it’s been a loooong time… congrats! :tada:

Hello! I need to reverse zebra colors for line numbers (gray must be white and white must be gray), but I couldn’t, because number-format: box(height 100%) break the document and box without height has paddings in the line. How can I make it? Maybe I need “numbers outside of the margin”, but I can’t find any information about that