CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/obsidian-toolkit

Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.

96

Quality

96%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

CALLOUTS.mdobsidian-markdown/references/

Callouts Reference

Basic Callout

> [!note]
> This is a note callout.

> [!info] Custom Title
> This callout has a custom title.

> [!tip] Title Only

Foldable Callouts

> [!faq]- Collapsed by default
> This content is hidden until expanded.

> [!faq]+ Expanded by default
> This content is visible but can be collapsed.

Nested Callouts

> [!question] Outer callout
> > [!note] Inner callout
> > Nested content

Supported Callout Types

TypeAliasesColor / Icon
note-Blue, pencil
abstractsummary, tldrTeal, clipboard
info-Blue, info
todo-Blue, checkbox
tiphint, importantCyan, flame
successcheck, doneGreen, checkmark
questionhelp, faqYellow, question mark
warningcaution, attentionOrange, warning
failurefail, missingRed, X
dangererrorRed, zap
bug-Red, bug
example-Purple, list
quoteciteGray, quote

Custom Callouts (CSS)

.callout[data-callout="custom-type"] {
  --callout-color: 255, 0, 0;
  --callout-icon: lucide-alert-circle;
}

tile.json