mProjectsCode / obsidian-meta-bind-plugin

A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/
GNU General Public License v3.0
473 stars 38 forks source link

Custom Labels for progressBar #321

Open SilverFang13 opened 4 months ago

SilverFang13 commented 4 months ago

Is your Feature Request Related to a Problem?

No response

Describe the Feature you'd Like

I would like to have a way to replace the labels used for the progressBar

pogressBar

Example of a possible syntax

'''meta-bind INPUT[progressBar( > title(Battery), minValue(0, ":LiBatteryLow:"), maxValue(100, ":LiBatteryFull:"), stepSize(5)):2024-05-14#daily.stats.battery] '''

Ability to produce something similar to the following image

progressBarWithIcons *mock up created in photopea

Additional Context

No response