Docusaurus Style Admonitions
approvedby Ralf Weinbrecher
Adds Docusaurus style admonitions to your notes
Docusaurus Style Admonitions for Obsidian
A plugin for Obsidian that adds support for Docusaurus-style admonitions. This plugin allows you to create stylish, colored callout boxes with icons for different types of information. This is especially useful, if you manage your Docusaurus content as an Obsidian Vault.
[!WARNING] This plugin is no longer maintained. No further updates or bug fixes will be provided. Consider using Alternative Plugin instead.
Features
- Supports five admonition types: note, tip, info, warning, and danger
- Works in both Reading Mode and Live Preview (Edit Mode)
- Custom styling with attractive icons and color-coding
- Full compatibility with Obsidian themes
- Flexible syntax options
Installation
From Obsidian Community Plugins
- Open Obsidian Settings
- Navigate to Community Plugins
- Click "Browse" and search for "Docusaurus Style Admonitions"
- Install the plugin and enable it
Manual Installation
- Download the latest release (main.js, styles.css, manifest.json)
- Create a folder named obsidian-docusaurus-style-admonitions in your vault's .obsidian/plugins/ directory
- Copy the downloaded files into this folder
- Enable the plugin in Obsidian settings
Usage
You can create admonitions using the official Docusaurus syntax:
:::note
This is a note
:::
:::tip
Here's a useful tip!
:::
:::info
Important information
:::
:::warning
Be careful with this
:::
:::danger
This is a dangerous action!
:::
You can include titles like this:
:::info [Title] This is an info element with title :::
Configuration
The plugin settings allow you to:
- Enable or disable specific admonition types
- Enable code block syntax (not enabled by default)
- This option allows using Markdown code blocks for admonitions (````note`)
- Note that this syntax is not Docusaurus-compatible
Compatibility
- Requires Obsidian v1.4.0 or higher
- Works with most community themes
Support
If you encounter any issues or have suggestions, please file an issue on the GitHub repository.
License
This project is licensed under the MIT License.
Author
Created by Ralf Weinbrecher
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.