Skip to content

v0.3.0

Latest

Choose a tag to compare

@EllaKaye EllaKaye released this 21 Mar 21:12

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 the date, time, and timezone positional arguments and the format named
    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 additional format placeholder.