Skip to content

fix: declare the filter entry point in the extension manifest - #53

Merged
mcanouil merged 1 commit into
mainfrom
fix/filter-entry-point-manifest
Aug 1, 2026
Merged

fix: declare the filter entry point in the extension manifest#53
mcanouil merged 1 commit into
mainfrom
fix/filter-entry-point-manifest

Conversation

@mcanouil

@mcanouil mcanouil commented Aug 1, 2026

Copy link
Copy Markdown
Owner

The extension manifest now registers the filter at post-quarto, so listing gitlink under filters is enough and the entry point no longer has to be repeated in project or document YAML. The documentation and example.qmd use the short form throughout.

quarto-required moves to >=1.9.38, the first version whose _extension.yml schema accepts a filter entry point. Below it the render fails validation.

Listing `gitlink` under `filters` is now enough. Quarto reads `at:` from
`contributes.filters`, so `post-quarto` no longer has to be repeated in
project or document YAML, and the documentation drops the long form.

Raise `quarto-required` to >=1.9.38, the first version whose
`_extension.yml` schema accepts a filter entry point. Below it the
render fails validation.
@mcanouil mcanouil added the Type: Bug 🐛 Issues related to bugs, errors, or mistakes label Aug 1, 2026
@mcanouil mcanouil self-assigned this Aug 1, 2026
@mcanouil
mcanouil merged commit 8b3e411 into main Aug 1, 2026
2 checks passed
@mcanouil
mcanouil deleted the fix/filter-entry-point-manifest branch August 1, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug 🐛 Issues related to bugs, errors, or mistakes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant