Linking between specific anchor in a internal page

I’m building a website for non code-(not even markdown)-friendly people.

I know you can link to a specific page simply using the link dialog box. But I would like to link to a specific page and eventually a specific anchor, or chapter in that page. I that possible to have a visual indication in the link dialog box ?

Thanks.

I’m afraid that’s not possible out of the box. The link dialog let’s you select a page, but then you cannot add an anker. Or you can use an anker, but that would be on the same page. Or you can use something custom, but then your users would have to add an id to a page together with the anker manually.

You’d have to extend the dialog.

Yep, that’s also what I thought; I’ll dig into a custom plugin, thanks :slight_smile: