v0.1.2
See the CHANGELOG for more details. Also see README and Online demo (the typst-book documentation).
Changelog since v0.1.2
Full Changelog: v0.1.1...v0.1.2
Feature
-
🖊️scripting: automatically assign section number in #37
- You don't have to assign them manually anymore. before:
after:
#chapter("guide/installation.typ", section: "1.1")[Installation] // ^^^^^^^^^^^^^^
#chapter("guide/installation.typ")[Installation]
- You don't have to assign them manually anymore. before:
-
🌟🖊️scripting: cross link support in #41
- Also see documentation. Example:
#cross-link("/cli/init.typ")[`typst-book init <directory>`]
- Also see documentation. Example:
-
🌟🖊️scripting: support semantic link jump in #42
2023-12-14.11-29-18.mp4
Enhancement
- 🌟theme: override target="_blank" behavior in #27 and #28
- 🖊️scripting: improve plain text conversion in #39
- This is used by conversion of typst title contents
- 🖊️scripting: don't justify code block in #40
- You can update your template like it.
- 🌟build: upgrade typst.ts to 0.4.1 in #36
- It brings initial text selection enhancement.