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 code that 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.
Currently, linking to other entries involves writing out their relative link. A shorthand might be preferred.
Some possible ways would be:
$inline codethat matches an api entry's name is referring to that api entryBoth these approaches will need to consider cases where a name matches two entries, such as $Card matching both the
Cardtype entry andCardnamespace 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.