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
Use note for general-purpose annotations.
Use info to provide additional context or background.
Use tip to share useful advice or shortcuts.
Use question for frequently asked questions or open-ended queries.
Status
Use success to indicate completed tasks or positive outcomes.
Use warning to flag potential issues or things to be careful about.
Use danger for critical alerts that require immediate attention.
Use bug to document known issues or unexpected behavior.
Content
Use example to show sample usage or demonstrations.
const garden = new Garden({ theme: "dark" })Imagination is more important than knowledge.
Use abstract (also: summary, tldr) for brief overviews.
- Implement callout parsing
- Add styling for all types
- Add collapsible callouts
Nesting
Callouts can be nested inside each other:
You can nest callouts to create layered information structures.
Using Callouts Effectively
- 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