**What are the different types of callouts in Obsidian?** The different types of callouts in Obsidian are: * `abstract` (aliases are `summary` and `tldr`). * `info`. * `todo`. * `tip` (aliases are `hint` and `important`). * `success` (aliases are `check` and `done`). * `question` (aliases are `help` and `faq`). * `warning` (aliases are `caution` and `attention`). * `failure` (aliases are `fail` and `missing`). * `danger` (aliases is `error`). * `bug`. * `example`. * `quote`. **How do you make a callout?** To make a callout, write: ``` > [!callout] Title > Paragraph ``` **How do you make a foldable callout?** To make a fallout callout, write: ``` > [!callout]- Title > Paragraph ```