Text node title inherit from "text" field

Is it possible to set the Text node title to inherit value from its “Text” field?

This would be especially useful when working with lyrics, so that we can see what text value the node stores, without the necessity to duplicate it.

Hi! You can add expression in the label field

thisNode.getParam(‘text’).getValue()

Thank You! This is awesome!