Is it possible to create bookmark links using Link component?

My first though was to add an id attribute to a Text, for example. So I could link to it like:

<Text><Link href='#ch1'>Chapter 1</Link></Text>
.
.
.
.
<Text id='ch1'>Chapter 1</Text>

But I think it’s not possible.
Is there some way to do that?
Thanks.

Hey @rvcroffi! Unfortunately I don’t think there is currently a way to do it. You can do it in Custom UI app. You can also raise feature request here Forge - Issues - Ecosystem Jira