Skip to content

v0.1.2

Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 14 Dec 03:31
· 58 commits to main since this release
a26c700

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:
      #chapter("guide/installation.typ", section: "1.1")[Installation]
                                      // ^^^^^^^^^^^^^^
      after:
      #chapter("guide/installation.typ")[Installation]
  • 🌟🖊️scripting: cross link support in #41

    • Also see documentation. Example:
      #cross-link("/cli/init.typ")[`typst-book init <directory>`]
  • 🌟🖊️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.