Changelog
What changed, and when.
0
0.1
0.1.1 (2026-09-23)
Documentation
- docs: Serve the extension’s social card as the Open Graph image, so a shared link shows the card rather than the first image on the page. (#8)
0.1.0 (2026-08-01)
Documentation
docs: Add a documentation website under
docs/, built on theatelierproject type and published to https://m.canouil.dev/quarto-better-word/, rendering a Word document with the format itself.docs: Trim
README.mdto 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
docsfor the website’s own dependencies.feat: Add categories, description, modified date, DOI, and keywords to the title block, matching the fields Quarto’s HTML title block exposes.
feat: Render the DOI, ORCID, and email as clickable field-code hyperlinks, which need no document relationship entry.
feat: Localise the published, modified, and keywords headings via Quarto’s
labelsmetadata so they follow the document language (Quarto provides no translation for the DOI heading).refactor: Split the front matter into a
title-block.xmland atitle-metadata.xmlpartial, mirroring Quarto’s two-level HTML template layout.refactor: Separate the Lua filters by concern,
title-block.luafor title-block metadata andlandscape-page-size.luafor page geometry, each scoped to thedocxformat.feat: Initial release.