A powerful Visual Studio Code extension that enhances your Markdown writing experience by bringing Obsidian-style callouts and professional mathematical theorem environments right into your editor.
Features
🎨 Obsidian-Style Callouts
Render beautiful Obsidian-style admonition blocks with simple syntax:
Basic: > [!KEYWORD]
With custom title: > [!KEYWORD] Your Title Here
Supported keywords (case-insensitive):
NOTE, ABSTRACT, SUMMARY, INFO, TODO
TIP, HINT, IMPORTANT, SUCCESS, CHECK, DONE
QUESTION, HELP, FAQ, WARNING, CAUTION, ATTENTION
FAILURE, FAIL, MISSING, DANGER, ERROR, BUG
EXAMPLE, QUOTE, CITE, PDF
🧮 Mathematical Theorem Environments
Professional typesetting for mathematical documents with automatic numbering and flexible customization:
Unsupported keywords gracefully fall back to NOTE style
Case-insensitive keyword recognition
Seamless integration with existing Markdown workflows
Usage Examples
> [!NOTE]
> This is a simple note callout
> [!WARNING] Important Security Notice
> Remember to update your passwords regularly
> [!THM]
> Every finite integral domain is a field
> [!THM|*]
> Pythagorean Theorem
> [!THM|A]
> This theorem has custom numbering
> [!TIP]+ Click to expand
> This tip is hidden until you click on it