[idea:ideas-reference]reference2026-08-20

Ideas reference

The ideas function returns an array of dictionaries that each have the following structure:

FieldWhat it holds
idThe full ID, prefix included—"idea:etal".
nameThe same ID with the prefix stripped—"etal", the form you write in #window("etal").
title, textThe title as content, or none; and that title flattened to a plain string, "" where there is none. Take text for matching and sorting, title for rendering.
tagsThe idea’s tags, in the order you gave them—which is not alphabetical, and not quite the order they were written, since #note and #todo prepend their own.
bodyThe idea’s body flattened to a plain string, "" where there is none. Matchable and excerptable, not renderable—for rendering, see #idea-body below. A nested idea’s text is excluded, since it registers separately and owns its own.
href, pageA link to the idea’s minted page: href measured from the page you are calling on, page from the site root. Both none where nothing mints pages.
minted, updatedThe idea’s dates, or none.