Hello,
My company uses Facebook’s OSS Docusaurus for our developer docs, and it has this very handy feature to generate a link to a heading in a page when the user hovers the heading. (example: Installation · Docusaurus hover “Installing Docusaurus”).
We would love an option in Ghost to do the same thing. Our readers often want to share a link to a particular section of an article on our blog. Even though Ghost automatically generates “id” attributes on each heading, it’s hard to find them and know how to append to the page URL in order to build a link. You pretty much have to be a web developer to do it.
What are the chances you could add a feature like Docusaurus to make those links discoverable? Open to PRs on the project?