Callout Suggestions

approved

by Casey Fryer

Adds a fuzzy searched suggestion modal for callouts.

25 stars11,428 downloadsUpdated 1y agoMIT
View on GitHub

Obsidian Callout Suggestions

This is a user experience enhancing plugin for Obsidian (https://obsidian.md).

I can never remember all the callout tags. Plus, I've made a few of my own that I use pretty frequently.

This plugin provides a Suggestion Modal for Callouts similar to what you'll find in Obsidian Natural Language Dates. It is compatible with (and depends on) the excellent Obsidian Callout Manager. Use them together to make callouts easier to use!

Features

  • Callout autosuggest

Usage

Trigger the auto-complete with >!

Installation

Prerequisite Dependencies

PluginUsage
Callout ManagerUses the API to aggregate callouts.

In Obsidian go to Settings > Third-party plugins > Community Plugins > Browse and search for Callout Manager.

How to Install

In Obsidian go to Settings > Third-party plugins > Community Plugins > Browse and search for Callout Suggestions.

Manual installation

Unzip the latest release into your <vault>/.obsidian/plugins/ folder.

Known Issues

[!WARNING] Users of Advanced Slides or slides-extended take note.

Some plugins can cause problems with suggestion modals. If you're having problems with the suggestion modal not showing up, try these steps:

Settings -> Community plugins -> Installed plugins:

  1. enable Callout Suggestion & disable Advanced Slides / other plugins
  2. click the reload Plugins button
  3. enable Advanced Slides again
  4. click the reload Plugins button again

Special Thanks

argenos for the suggest modal. eth-p for the callout api. edonyzpc for the styling in the suggest modal.

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.