Copy each property separately

I would like the ability to copy each property separately when right clickng on it. For example a list of emails i wold like to right click on each email and copy it.

Right now it is only possible to copy the whole property in my example right clicking on property Email would copy this:

Email:

But this can’t be pasted into my mail app for example and I don’t want YAML formatting. I want just the value itself.

This is where I would like to have a copy button and copy the text “[email protected]” without the quotes.

Currently only this is possible but it copies all properties at once including the name of the property itself.

Text that is copied

2 Likes

Other workaround is to use codeblocks which offer copy-button:

```
text I want to copy
```