Skip to content

GITLINK 1.9.0

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 31 Jul 11:24
· 21 commits to main since this release
23f7c6d

Installation

quarto add mcanouil/quarto-gitlink@1.9.0

Changelog

New Features

  • feat: Support the repository widget in the sidebar, so book-like sites with navbar: false can use it; the #gitlink-widget placeholder goes in sidebar.tools or sidebar.contents, and both may be used on the same site.
  • feat: Fit the widget to Quarto's sidebar navigation: a tools widget takes its own centred line below the colour-scheme and reader toggles and above search, with an overlay menu, while a contents widget spans the sidebar width and expands its menu inline so the sidebar scroll area never clips it.
  • feat: Replace every #gitlink-widget placeholder on a page instead of only the first; each widget gets unique element ids, and they share a single stats request.

What's Changed

  • feat: support the repository widget in the sidebar by @mcanouil in #44
  • refactor: mount the widget in place of the placeholder anchor by @mcanouil in #45
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #46

Full Changelog: 1.8.0...1.9.0