br4in692 downloadsAn easy way to explore, visualise, and modify callout icons.
CalloutX is an Obsidian plugin that allows you to view, manage, and customise callout icons in your vault. It provides an easy way to explore, visualise, and modify the callout icons defined in your custom CSS.
custom-callouts.css filecustom-callouts.css file from the plugin folder to your snippets folder if it doesn't existAfter installation, you can access the plugin functionality through:
The command palette (Ctrl/Cmd + P)
The plugin settings tab in Obsidian settings
The modal and settings tab will show the icon preview along with its name for each custom callout defined in your CSS.
The plugin reads custom callout definitions from a file named custom-callouts.css in your snippets folder. If this file doesn't exist, the plugin will attempt to import it from the plugin folder.
To define custom callouts, use the following format in your CSS:
.callout[data-callout="your-callout-name"] {
--callout-color: 65, 201, 108;
--callout-icon: icon-name;
}
Replace your-callout-name with the desired callout name and icon-name with the appropriate Lucide icon name.
CalloutX is designed to work with desktop versions of Obsidian. It may not function correctly on mobile devices.
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.