Interactive Nodes

I want to create a node that has a title and value, with a range slider that can update the value.

For example: Progress: 57% <-------------0-------->

Should I be looking into this from the angle of plugins, toolbars, or some kind of controlled json approach with the sliders overlayed?

Node views are the feature that allows you to control how a node is rendered and updated, which is probably what you want to use for this.

Thank you! I’ve looked at some examples of node views, it looks very powerful. I haven’t seen any examples that use other input elements than text, though. Will it work with a range slider?