Status Slider

unlisted

by Stefan Derler

Track the status of something with a simple Slider

Updated 3mo agoMIT
View on GitHub

Status Slider

A simple slider to track a value

Code

title: Progress Tracker
value: 50
labelLeft: Start
labelRight: Complete
color: #000000
color: #999999
color: #FFFFFF

All the parameters are optional, but value needs to exist so the status of the slider is saved when the note is refreshed

  • title: The Text on top of the slider
  • value: the current value of the slider
  • labelLeft: The Text on the left end of the slider
  • labelRight: The Text on the right end of the slider
  • colors: You can enter up to 3 Colors with Hexcode
    • 1 color: the bar is one solid color
    • 2 colors: a gradiant from right to left
    • 3 colors: a color in the middle is added to the gradiant

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.