What's new
Quarto Wizard support
This release adds IDE integration via Quarto Wizard, contributed by @mcanouil in #1.
Two new files are included in the extension:
-
_schema.yml— provides validation and autocompletion for all shortcode arguments
and attributes in IDEs that support Quarto Wizard (e.g. VS Code with the Quarto extension).
Covers thedate,time, andtimezonepositional arguments and theformatnamed
attribute, including the full list of format presets. -
_snippets.json— adds two editor snippets for quick shortcode insertion:time— inserts a basic{{< localtime >}}shortcode with date, time, and timezone placeholders.time-format— inserts a{{< localtime >}}shortcode with an additionalformatplaceholder.