Releases: nleanba/typst-marginalia
v0.2.3
v0.2.2
- new
alignment
parameter on#note[]
and#notefigure()
, replacingalign-baseline
.- This now allows for bottom-aligned notes with
alignment: "bottom"
, which is useful for figure captions
- This now allows for bottom-aligned notes with
- new
show-frame
andheader
utility functions
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
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
(ordouble
) parameter, but a unifiedside
parameter that can beauto
="outer"
,"inner"
,"left"
,"right"
, or"both"
(the last one is wideblock-only).→ use
side: "inner"
instead ofreverse: true
→ useside: "both"
instead ofdouble: 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
andflush-numbering
have been moved to thenote()
andnotefigure()
functions.
- New setup:
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- 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
Full Changelog: https://github.com/nleanba/typst-marginalia/commits/v0.1.0