Callouts

Foldable Callouts

You can make a callout foldable by adding a plus (+) or a minus (-) directly after the type identifier.
A plus sign expands the callout by default, and a minus sign collapses it instead.

Example:

> [!faq]- Are callouts foldable? 
> 
> Yes! In a foldable callout, the contents are hidden when the callout is collapsed.

Callout Types

Note

> [!note]

Abstract, Summary, Tldr

> [!abstract]

Info, Todo

> [!info]

Tip, Hint, Important

> [!tip]

Success, Check, Done

> [!success]

Question, Help, FAQ

> [!question]

Warning, Caution, Attention

[!warning]

Failure, Fail, Missing

> [!failure]

Danger, Error

> [!danger]

Bug

> [!bug]

Example

> [!example]

Quote, Cite

> [!quote]

Tasks

https://publish.obsidian.md/tasks/Introduction
obsidian://show-plugin?id=obsidian-tasks-plugin
https://ryan.himmelwright.net/post/started-using-obsidian-tasks-plugin/

Bases

core plugin that lets you turn any set of notes into a powerful database.
https://help.obsidian.md/bases

Diagrams

Normally I use Excalidraw for diagrams, but you can also use Mermaid
If you want to test out a mermaid diagram on their site

Example Diagram:

flowchart TD

A[Christmas] -->|Get money| B(Go shopping)

B --> C{Let me think}

C -->|One| D[Laptop]

C -->|Two| E[iPhone]

C -->|Three| F[fa:fa-car Car]