miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.27k stars 205 forks source link

Allow displaying text on connections #90

Closed miroiu closed 5 months ago

miroiu commented 5 months ago

📝 Description of the Change

This PR adds the ability to display text on connections and allows customizing it.

New connection properties: Text, Foreground, FontSize, FontWeight, FontStyle, FontStretch and FontFamily

New playground setting: Connection Text

image

Related issues: #79, #63

🐛 Possible Drawbacks

It may have a minor performance impact.