Admonition Settings
Admonition Plugin Settings
PermalinkIn these plugin settings, you can create and manage custom admonition types, which are also referred to as callouts.
Export Custom Types as CSS
PermalinkThis button generates a CSS snippet for your custom callout types, which you can save and use as desired.
Export Custom Admonitions
PermalinkThis option allows you to select the admonitions in your list and export them to a .json file, which you can then import via Import an Admonition.
Add New
PermalinkThis option opens a modal window where you can create a new admonition. A visual guide is available at Create an Admonition.
Once created, all admonitions can be used as Obsidian callouts.
Each admonition in the list also has a Register Commands button. Clicking it registers three Command Palette commands for that type — see Commands for details.
Importing Custom Admonitions
PermalinkImports admonitions from a JSON file. See Import an Admonition for a step-by-step guide and JSON format examples, and JSON Specification for the full field reference.
Admonitions & Callouts Settings
PermalinkSettings related to the display and behavior of admonitions and callouts.
- Add Drop Shadow: Adds a drop shadow to rendered admonitions. If turned off, admonitions receive the
.no-dropCSS class instead. - Collapsible By Default: Determines whether all admonitions are collapsible by default, except those with
collapse: noneset in the parameters. - Default Collapse Type: Only available if Collapsible By Default is enabled. Sets the default collapse type for admonitions.
- Add Copy Button: Adds a "Copy Content" button to the top-right corner of the admonition content.
- Parse Titles as Markdown: Controls whether admonition titles are rendered as markdown.
- Set Admonition Colors: Determines whether a rendered admonition is assigned a color. If turned off, you can control color via CSS.
- Hide Empty Admonitions: Hides admonitions with no content. Note: this only works for admonitions that have no text content whatsoever.
Advanced Settings
PermalinkAdditional settings to further customize the Admonition plugin.
Markdown Syntax Highlighting
PermalinkEnables syntax highlighting when editing admonition code blocks.