Satteri Links is a collection of build-time link plugins for Sätteri, including link cards and inline link mentions. Sätteri is the default Markdown and MDX pipeline in Astro 7.
Experimental: The APIs, generated HTML, CSS class names, and behavior may change incompatibly between releases.
Converts a standalone URL into a card containing resolved page metadata.
Adds accessible, keyboard-operable permalinks beside Markdown headings while using Astro’s own heading IDs.
Converts an empty Markdown link into an inline mention containing resolved page metadata.
The packages fetch metadata while Markdown or another content source is being processed. They do not fetch metadata in the visitor’s browser.
Use these packages with trusted URLs. Requests to private or local network addresses are not currently blocked.
The feature packages emit class names but do not inject CSS. This demo imports the optional styles shipped with each package:
import "satteri-link-card/preset.css";
import "satteri-link-mention/preset.css";The preset is not required. A site can omit it and provide its own CSS.