Sorry, my mistake! It already works for lookup and formulas of text. I forgot I need to set to single column to see it.
The pain point I have is trying to copy an email address in a table view or on the two column layout. The hitbox to click the cell and not the email is very small.
Its more linked to these:
Right now, the email, phone, and URL fields display as links of those types. That’s great, I like that. However, if I want to copy the contents of those fields, you can’t, in most places in Fibery. On desktop, right clicking doesn’t include the “copy contents” option. You have to either click right into the tiny little padding on the field to enter text editing mode, then select all and copy the contents with hotkeys, OR, you inspect the element in devtools and copy the contents there.
On mobil…
Users trying to copy the email address from the email address field, try two things:
Right-click and select ‘copy link’, which results in the clipboard having the URL to the entity, not the email address.
Left-clicking on the email address redirects to 'mailto:[email address]
What works is selecting the cell with the email address, then Ctrl-C but that may not be the most intuitive way.
So this feature request is to add a ‘Copy Email Address’ to the right-click menu when the field co…