Is there a way to display text on hover over some other field in layout?

I want to display some text when mouse is over some field. Is it possible? E.g. I would display short version of Summary field and long will be displayed on mouse hover.

Dear @Konstantin_Trunin,

Like you and me more users find this a great idea / use-case, unfortunately it’s not (yet) available

Pls. have a look to this post, what offers a kind of work around, finally Coda is for makers, so you can build your own tools :building_construction:

Hey @Konstantin_Trunin,

You can construct a tooltip using this trick or one of the simpler tricks referenced there:

Please note that this may inflate your doc size significantly: all the JSON code would need storage, and the object will need just as much storage as well.