Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Displays

A {listing} renders its collected items with one of three built-in displays, chosen with the :display: option. Each leads with a different field: galleries are image-forward, summaries are text-forward.

Display

Best for

Leads with

table

dense, scannable lists

the columns you pick

gallery

visual collections

a thumbnail image

summary

reading lists, blogs

the description

Below is a quick tour of each; follow the links for the full options.

table

The default. Pick the columns you want with :columns:.

:::{listing}
:path: posts/*.md
:columns: title,date
:::

TitleDate
Community roundupJune 5, 2025
Your first listingMay 15, 2025
Interactive widgetsApril 10, 2025
Zebra release notesMarch 1, 2025
A February updateFebruary 1, 2025
Hello worldJanuary 1, 2025
The first prototypeNovember 20, 2024

An image-forward card grid. Each card leads with its thumbnail.

summary

Stacked cards that foreground the full description.

:::{listing}
:path: posts/*.md
:display: summary
:::

June 5, 2025 · Ada Lovelace, Grace Hopper
Highlights from the community call — new contributors, three plugins in the works, and a roadmap for the next release cycle.
newscommunity
May 15, 2025
A step-by-step guide to your first listing, from a bare directive to a styled gallery.
tutorialdocs
April 10, 2025
Interactive widgets have landed. Embed live, manipulable figures directly in your pages — sliders, toggles, and plots that respond to readers — without writing a single line of JavaScript yourself.
releasenews
March 1, 2025
The Zebra release is out — faster builds, a redesigned gallery, and a long list of bug fixes contributed by the community.
release
February 1, 2025
What happened in February — a roundup of fixes, docs improvements, and the first community contributions to land.
news
January 1, 2025 · Ada Lovelace
The very first post — what this project is, why we started it, and where we hope to take it over the coming year.
intronews
November 20, 2024
A look back at the very first prototype — what worked, what didn't, and the rough edges we sanded down before the public launch.
release

Graceful degradation for unknown configuration

An unknown :source: warns and renders a note:

:::{listing}
:source: nope
:::

An unknown :display: warns and falls back to a table:

:::{listing}
:path: posts/*.md
:display: nope
:::

TitleDate
Community roundupJune 5, 2025
Your first listingMay 15, 2025
Interactive widgetsApril 10, 2025
Zebra release notesMarch 1, 2025
A February updateFebruary 1, 2025
Hello worldJanuary 1, 2025
The first prototypeNovember 20, 2024