Make it easier to create anchor links to sub-sections of an article
Posted May 19, 2016
As a product designer/documentation writer, I want to be able to easily link to a particular section within an article that is hosted on my Zendesk support site – for example, from release notes, from in-app error messages, from other support site articles.
Right now I have to manually add name attributes to headers, which is annoying and time consuming given how often I have to do this.
One solution could be to auto-generate name attributes for all h1 h2 h3 h4 h5 based on the text within the heading tag. e.g. opening tag of <h1>Integrating with Zendesk</h1> becomes <h1 name="integrating-with-zendesk"> upon article save.
23
24
0 comments
Sign in to leave a comment.