Anchor / Bookmark Support #367
freb
started this conversation in
Feature Requests
Replies: 1 comment
-
This would be really useful for us too. To get around this I have added annotations with the information from each section I am linking to instead but this is very time-consuming and not the best solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It should be possible to link to a specific location within a page/document. This feature is hugely important for creating an index or reference table. Currently it is only possible to link to headings in a document.
Ideally the anchor or bookmark location could be named for easy discovery later (such as is done in word or with an HTML
id
attribute). Good Docs supports bookmarks but makes you select the target using surrounding text.My specific use case is for creating a reference table in our compliance manual. We cannot move our manual to Gitbook because heading links are not granular enough. Our auditors require a reference to the text which satisfies each requirement.
In my custom markdown implementation I'm repurposing standard links as follows:
But there have been other syntax proposals.
Beta Was this translation helpful? Give feedback.
All reactions