NNuartz

Callouts

2026-03-01Updated 2026-03-192 min read·

Obsidian-style callout blocks in nuartz — all supported types with live examples.

nuartz supports the same callout syntax as Obsidian. Use them to draw attention to important information in your notes.

Syntax

> [!type] Optional Title
> Callout content here. Supports **Markdown** and [[docs/features/wikilinks|wikilinks]].

If you omit the title, the callout type name is used as the default title.

Showcase

Informational

Note

Use note for general-purpose annotations.

Info

Use info to provide additional context or background.

Helpful Tip

Use tip to share useful advice or shortcuts.

FAQ

Use question for frequently asked questions or open-ended queries.

Status

Done

Use success to indicate completed tasks or positive outcomes.

Warning

Use warning to flag potential issues or things to be careful about.

Danger

Use danger for critical alerts that require immediate attention.

Bug

Use bug to document known issues or unexpected behavior.

Content

Usage Example

Use example to show sample usage or demonstrations.

const garden = new Garden({ theme: "dark" })
Albert Einstein

Imagination is more important than knowledge.

Abstract

Use abstract (also: summary, tldr) for brief overviews.

Todo
  • Implement callout parsing
  • Add styling for all types
  • Add collapsible callouts

Nesting

Callouts can be nested inside each other:

Can callouts be nested?
Yes!

You can nest callouts to create layered information structures.

Using Callouts Effectively

Best Practices
  • Use callouts sparingly — too many reduces their impact
  • Pick the right type to match the intent of your message
  • Keep callout content concise
  • See Authoring Content for more writing tips

Linked from (10)