Module hint

Source

Structsยง

HintLabels ๐Ÿ”’
Generator for creating new hint labels.
HintMatch
Hint match which was selected by the user.
HintPostProcessor ๐Ÿ”’
Iterator over all post-processed matches inside an existing hint match.
HintState
Keyboard regex hint state.

Constantsยง

HINT_SPLIT_PERCENTAGE ๐Ÿ”’
Percentage of characters in the hints alphabet used for the last character.
MAX_SEARCH_LINES
Maximum number of linewraps followed outside of the viewport during search highlighting.

Functionsยง

highlighted_at
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.
visible_regex_match_iter
Iterate over all visible regex matches.
visible_unique_hyperlinks_iter
Iterate over all visible hyperlinks, yanking only unique ones.