Hi together,
is there a (simple ) possibility to extend the link editor to use html tag ids to generate link suggestions with url fragments?
E.g. I have a page “Karriere” and inside the page an <article id="Unsere_Benefits">
and <section id="Stellenanzeigen">
and others.
Now I’d like to be able to add links in the text content with url fragments like “#Stellenanzeigen”.
Currently when I add a link I can start with the page name and a document node is suggested:
When I continue typing including a fragment nothing is found:
At this point a suggestion list with
- Karriere#Unsere_Benefits
- Karriere#Stellenanzeigen
would be very helpful.
If I directly start with the fragment (for references inside the same page) it doesn’t even start searching…
I can manually enter the fragment and the link works, but automatic suggestions for in-page targets would be very helpful.
Is there any solution for this?