Tufte 1.16.0
Print/PDF export grows a full Tufte typographic model, and tables land on their intended register in both media.
Print (Export to PDF) — after the css4.pub Printing Tufte with CSS model: 11pt body on a 5mm baseline, marginalia and captions at 9.5pt/4mm, the 7:3 text-to-gutter page preserved in print, true white paper even exporting from dark mode, frontmatter and workspace chrome hidden, links printed as ink (external ones stay live). Long code lines wrap instead of clipping, no scroll container can bake a macOS scrollbar into the page, and table titles keep with their tables across page breaks.
Tables — the Tufte-LaTeX/booktabs canon: serif body face, heavy top/bottom rules, light header rule, bold serif headers, no verticals. A ##### heading directly above a table sets as its title, hugging the table as one stack. And the size now actually reaches the text: Obsidian's app.css sizes cells directly from a token computed against the screen font size, which had quietly held table text at body size everywhere — the token is re-pointed and the cells pinned, so tables read one clear step smaller than the body: ≈0.84× on screen, 9.5pt against the 11pt body in print.
Ink — ==highlights== set as a 20% rose tint under full-strength ink with a 2px red rule (after the Denmark & Norway plate); unresolved links in quiet stone with a solid hairline, red on hover.
Companion release: Tufte Figures 1.7.2 (export-safe figure captions).