Open nvalis opened 6 years ago
prefer monkaS
over monkaSHAKE
when typing monkas
Best would be probably completion by Levenshtein distance and weight depending on gathered usage. Your example would yield a distance of 1 for (monkas
,monkaS
) and a distance of 5 for (monkas
,monkaSHAKE
)
Could be done using Jellyfish.
Completion of entered emotes by substring and maybe keywords with popup suggestions.