GITLINK 1.9.0
Installation
quarto add mcanouil/quarto-gitlink@1.9.0Changelog
New Features
- feat: Support the repository widget in the sidebar, so book-like sites with
navbar: falsecan use it; the#gitlink-widgetplaceholder goes insidebar.toolsorsidebar.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-widgetplaceholder 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