x

Implementing Call-outs

Added in v2.1.0

Call-outs are a way to have a bit more flavor than the standard blockquote. They can also fold in, allowing you to tuck away long-winded examples to a collapsible section.

This feature is implemented as good as perfectly from Obsidian, so look over there also for configuration information.

This page will service mostly as a demonstration and to show the style that we use (which at the time of writing is pretty much exactly the same as the dark theme on Obsidian).

Configurations

Normal note

> [!note]
> This is a note block
Note

This is a note block

Folded note

> [!note]- Folded
> This is a folded note block. It is closed by default.

> [!note]+ Unfolded, but foldable
> This is a folded note block. It is unfolded by default.
Folded

This is a folded note block. It is closed by default.

Unfolded, but foldable

This is a folded note block. It is unfolded by default.

Custom title

> [!note]- Custom callout title
> This is a folded note block with a custom title
Custom callout title

This is a folded note block with a custom title

Multi paragraph

Continue the block with a >, like so:

> [!note]
> This is a note block.
>
> It has two paragraphs.
Note

This is a note block.

It has two paragraphs.

Single line call-outs

> [!warning] This is just a warning. No content
This is just a warning. No content

Types

  • Instead of [!note] you can use any other name
  • If a type is not known it will get the styling of the note callout type (unless you have added your own css).
Info

This is an info block

Note

This is a note block link

Abstract

This is an abstract block

Summary

This is a summary block

Tldr

This is a tldr block

Todo

This is a todo block

Tip

This is a tip block

Important

This is a important block

Success

This is a success block

Check

This is a check block

Done

This is a done block

Question

This is a question block

Help

This is a help block

Faq

This is a faq block

Warning

This is a warning block

Caution

This is a caution block

Attention

This is a attention block

Failure

This is a failure block

Fail

This is a fail block

Missing

This is a missing block

Danger

This is a danger block

Error

This is a error block

Bug

This is a bug block

Example

This is a example block

Quote

This is a quote block

Cite

This is a cite block

Left-click: follow link, Right-click: select node, Scroll: zoom
x