Skip to content

Releases: nleanba/typst-marginalia

v0.2.3

26 Jun 15:40
50ef4cc
Compare
Choose a tag to compare
  • Ability to specify custom counters (#13)
  • Some fixes wrt. note placement on non-a4 or landscape paper (#12)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Jun 15:11
0b6964b
Compare
Choose a tag to compare
  • new alignment parameter on #note[] and #notefigure(), replacing align-baseline.
    • This now allows for bottom-aligned notes with alignment: "bottom", which is useful for figure captions
  • new show-frame and header utility functions

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Jun 13:35
3a3bb00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Jun 12:52
d84553d
Compare
Choose a tag to compare

What's Changed

  • block-style functions and better side parameter by @nleanba (&@uwni) in #9

    • notes (and notefigures) take a block-style parameter, which may be a function now. If it is a function, it receives the side ("left" or "right") of the note.

    • notes, notefigures, and wideblocks no longer take a reverse (or double) parameter, but a unified side parameter that can be auto = "outer", "inner", "left", "right", or "both" (the last one is wideblock-only).

      → use side: "inner" instead of reverse: true
      → use side: "both" instead of double: true with wideblocks

  • Revamped config, now using a show-rule. by @nleanba in #10

    • New setup:
      #show: marginalia.setup.with(
        // inner: ( far: 5mm, width: 15mm, sep: 5mm ),
        // outer: ( far: 5mm, width: 15mm, sep: 5mm ),
        // top: 2.5cm,
        // bottom: 2.5cm,
        // book: false,
        // clearance: 12pt,
      )
    • Options numbering and flush-numbering have been moved to the note() and notefigure() functions.

Full Changelog: v0.1.4...v0.2.0

v0.1.4

27 Apr 10:59
b74b56d
Compare
Choose a tag to compare

What's Changed

  • Fixed shift behaviour of "avoid" notes by @nleanba in #2
  • Added block-style option
  • Other small fixes

Full Changelog: v0.1.3...v0.1.4

v0.1.3

12 Mar 14:56
96f8dec
Compare
Choose a tag to compare

What's Changed

  • Positioning Algorithm Updates by @nleanba in #1
    • Inlcudes Styling Improvements

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Feb 10:30
a0b3cdc
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Nov 10:41
2320d3f
Compare
Choose a tag to compare
  • Notes will now avoid each other for any amount of notes.
  • They will also avoid wide blocks and the page margin.
  • Added documentation for figures and improved compatibility.
  • Added notefigure command for figures in the margin column.
  • Added clearance configuration option

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Nov 12:22
07ddabf
Compare
Choose a tag to compare