📦 Admonitions List
This is a list of Admonitions aviable Admonitions in Obsidian and compatible with Quartz V4
SUCCESS
Aliases: “success”, “check”, “done”
> [!SUCCESS]
>
> Useful information that users should know, even when skimming content.
INFO
Useful information that users should know, even when skimming content.
> [!INFO]
>
> Useful information that users should know, even when skimming content.
NOTE
Useful information that users should know, even when skimming content.
> [!NOTE]
>
> Useful information that users should know, even when skimming content.
Todo
Aliases: “abstract”, “summary”, “tldr”
> [!Todo]
>
> Useful information that users should know, even when skimming content.
ABSTRACT
Aliases: “abstract”, “summary”, “tldr”
> [!ABSTRACT]
>
> Useful information that users should know, even when skimming content.
TIP
Aliases: “tip”, “hint”, “important”
> [!TIP]
>
> Helpful advice for doing things better or more easily.
QUESTION
Aliases: “question”, “help”, “faq”
> [!QUESTION]
>
> Useful information that users should know, even when skimming content.
WARNING
Aliases: “warning”, “attention”, “caution”
> [!WARNING]
>
> Urgent info that needs immediate user attention to avoid problems.
Failure
Aliases: “failure”, “missing”, “fail”
> [!Failure]
>
> Key information users need to know to achieve their goal.
BUG
Key information users need to know to achieve their goal.
> [!BUG]
>
> Key information users need to know to achieve their goal.
DANGER
Aliases: “danger”, “error”
> [!DANGER]
>
> Advises about risks or negative outcomes of certain actions.
This one work also with ![ERROR]
EXAMPLE
Key information users need to know to achieve their goal.
> [!EXAMPLE]
>
> Key information users need to know to achieve their goal.
QUOTE
Aliases: “quote”, “cite”
> [!QUOTE]
>
> Advises about risks or negative outcomes of certain actions.
🏷️ Change the title of the Admonitions
You can change the title of any admonition using a text after the tag:
Once A Man Said
Markdown is the best programation language of the world
> [!QUOTE] Once A Man Said
>
> Markdown is the best programation language of the world
🏷️ Custom Admonitions
Once A Man Said
Markdown is the best programation language of the world
.callout {
&[data-callout="custom"] {
--color: #customcolor;
--border: #custombordercolor;
--bg: #custombg;
--callout-icon: url("data:image/svg+xml; utf8, <custom formatted svg>"); //SVG icon code
}
}