Structsยง
- HintLabels ๐Generator for creating new hint labels.
- Hint match which was selected by the user.
- HintPostProcessor ๐Iterator over all post-processed matches inside an existing hint match.
- Keyboard regex hint state.
Constantsยง
- Percentage of characters in the hints alphabet used for the last character.
- Maximum number of linewraps followed outside of the viewport during search highlighting.
Functionsยง
- Check if there is a hint highlighted at the specified point.
- hyperlink_at ๐Retrieve the hyperlink with its range, if there is one at the specified point.
- regex_match_at ๐Retrieve the match, if the specified point is inside the content matching the regex.
- Iterate over all visible regex matches.
- Iterate over all visible hyperlinks, yanking only unique ones.