Skip to content

Commit 32ae949

Browse files
committed
obsidian callouts
1 parent 8ecf7d7 commit 32ae949

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/blog-posts/2025-06-17-making-callouts-obsidian.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
"\n",
1414
"This post will walk you through how to make your own **custom callout blocks** in Obsidian.\n",
1515
"\n",
16+
"## Table of Contents\n",
17+
"\n",
18+
" - [Steps Overview](#steps-overview)\n",
19+
" - [Step 1: Enable Custom CSS Snippets](#step-1-enable-custom-css-snippets)\n",
20+
" - [Step 2: Define a Custom Callout Block in the css file](#step-2-define-a-custom-callout-block-in-the-css-file)\n",
21+
" - [Step 3: Customise Labels, Icons & Colours](#step-3-customise-labels-icons--colours)\n",
22+
" - [Step 4: Using Theme Variables for Consistent Colours](#step-4-using-theme-variables-for-consistent-colours)\n",
23+
" - [Helpful Tips](#helpful-tips)\n",
24+
" - [Foldable Callouts](#foldable-callouts)\n",
25+
" - [Creating a Colour Overlay on a Dark Base](#creating-a-colour-overlay-on-a-dark-base)\n",
26+
" - [Nesting Callouts](#nesting-callouts)\n",
27+
" - [My Exact CSS File](#my-exact-css-file)\n",
28+
" - [Final Tips](#final-tips)\n",
29+
"\n",
30+
"\n",
1631
"---\n",
1732
"\n",
1833
"## Steps Overview\n",

0 commit comments

Comments
 (0)