-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, linking to other entries involves writing out their relative link. A shorthand might be preferred.
Some possible ways would be:
- prefixing them with some seldom used character like
$ - assuming all text inside
inline codethat matches an api entry's name is referring to that api entry
Both these approaches will need to consider cases where a name matches two entries, such as $Card matching both the Card type entry and Card namespace entry.
Linking to a specific overload of a function/function type is also currently not possible but could be supported either by adding a name field to overloads or indexing overloads by number.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request