javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.08k stars 72 forks source link

Better Autocompletion for Callouts #332

Closed heinrich26 closed 7 months ago

heinrich26 commented 7 months ago

Pull Request Description

WYSIWYG for the win! I added color and icons to the Callout-Suggester. Now, you don't need to remember icons or colors of your definitions (which I always forget).

Changes Proposed

Checklist

Screenshots (if applicable)

image

Additional Notes

When not using FontAwesome Icons, the suggestions stil show FA Icons, because thats how they're defined internally 🤷

BEGIN_COMMIT_OVERRIDE feat: Better Autocompletion for Callouts (thanks @heinrich26) END_COMMIT_OVERRIDE

valentine195 commented 7 months ago

This is great, thanks!