tth05 / obsidian-completr

Auto-completion plugin for the obsidian editor.
MIT License
291 stars 18 forks source link

Use Callout Manager plugin as source for callouts. #54

Closed eth-p closed 1 year ago

eth-p commented 1 year ago

This pull requests adds support for the Callout Manager API, allowing Callout Manager to provide a list of callouts (and their icons/colors) to use for callout completions. It introduces a new drop-down setting to change the source for callout suggestions.

By default, Completr's callouts.json file will be used.

If Callout Manager is installed, a new option labelled "Callout Manager" will be available. Selecting this option will have Completr suggest the callouts detected by Callout Manager instead.

Screenshot:

image

(the deprecated callout is a custom callout)

eth-p commented 1 year ago

Hi, @tth05. This pull request is ready to review, if you have the chance :)

tth05 commented 1 year ago

Sorry for the delay. I've been pretty inactive on here.