badges
badges copied to clipboard
A light-weight plugin for displaying inline "badges" in Obsidian.md
I see that you can use the CSS Snippets to define new badges, but they seem to only have color settings exposed and I cannot find a way to specify...
I'm not sure what needs implemented, but I was wondering how much work it would be to offer one of two solutions: 1. A way to add custom icons using...
Current badge syntax requires custom queries to Dataviewjs. Would be nice to have option to beautify standard inline Dataview fields.
Would be awesome to be able to render badges on the top or bottom of a document in Reading mode based on the Metadata. For example: ```yaml --- badges: [note,...
Hello @gapmiss !!!!! First of all, thank you very much for this amazing plugin !!! It is so good to be able to use lucide icons i'm ny notes!!!!!! Since...
the ability to add links in badges
Could you please provide a full list of icons (name, visual effect) in the document? Thanks in advance!
When I type this code:  It's rendered as:  Why `todo` and `cloudy` act different?
When using **custom syntax** like this: ```plaintext `[!!|tag|release:1.2.1]` ``` Only `tag icon` and `1.2.1` are displayed, but `release` text is invisible. My question is: 1. Since the `KEY` is not...
> [!NOTE] > **TL;DR**: allow simple syntax for native supported badges (those defined in [constants.ts](https://github.com/gapmiss/badges/blob/master/src/constants.ts)) > Example: `[!!SUCCESS]` test case: given foo when bar then baz # Simplify Badge Syntax...