Skip to content

CODE WINDOW 1.3.1

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 01 Aug 17:58
8a3af22

Installation

quarto add mcanouil/quarto-code-window@1.3.1

Changelog

Bug Fixes

  • fix: Honour a boolean option written as a bare YAML false, such as auto-filename: false, enabled: false, or lines-label: false. The value was read as an absent option, so the default applied instead and only the quoted string worked.

Documentation

  • docs: Correct the reference and the examples page, which said a derived filename frames nothing in HTML. It frames the block through the injected script, as the rest of the HTML chrome does.

  • docs: Add a documentation website under docs/, built on the atelier project type and published to https://m.canouil.dev/quarto-code-window/, framed by the extension itself.

  • docs: Record that the filter claims code blocks at pre-quarto, which prevents typst-render from seeing its own {typst} blocks and double-decorates alongside language-cell-decorator.

  • docs: Trim README.md to a landing page pointing at the website.

  • docs: Add the Pages workflow, which renders docs/ on pull requests and deploys it from the release tag.

  • docs: Add the Quarto Extensions Updates workflow, scanning docs for the website's own dependencies.

What's Changed

  • ci: harmonise release workflow ♻️ by @mcanouil in #40
  • docs: add a documentation website under docs/ by @mcanouil in #41
  • fix: honour a boolean option written as a bare YAML false by @mcanouil in #42
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #43

Full Changelog: 1.3.0...1.3.1