Soda
Soda
No rush. Good luck!
Hey all, just added an option `customBadges` to define custom badges for the syntax `[!!type:Text]`.
Added an option to include some Obsidian CSS if the user needs the badges to render properly but don't use an Obsidian theme. Example line in `quartz.config.ts` ```ts Plugin.InlineBadges({ customBadges:...
I feel like using a dictionary may be superior. Will look into its implementation. The current implementation is personally very easy for me to modify and work with, and also...
I'm done. It uses an object which is defined like so ```ts customBadges: Array ``` Hope this is satisfactory!
Just thought I'd check in. Are there any changes you'd like for me to add?
How do you suggest I write documentation?
Just noticed that the InlineBadges are rendering within code blocks. Will need to fix that.
Okay, this should work. Let me know if there are any changes you want from your end. EDIT: would be really embarrassing if in the end this code didn't work
> Small remark on the docs. > > As a final thought: in the badges configuration, perhaps another, optional parameter could be added to specify/override the color of the badge...