aws / mynah-ui

https://aws.github.io/mynah-ui/
Apache License 2.0
13 stars 11 forks source link

Fix conflict of @ context selections and user intended annotations start with @ #95

Closed dogusata closed 1 month ago

dogusata commented 1 month ago

Problem

It is not possible to write any text which starts with @ character if they are not in the available contexts list. And if it is in the context list, it works as a context instead of user intended text.

Solution

Here's how it works:

senorflor commented 1 month ago

Nice, thanks for addressing so quickly, and for generalizing the expected behaviors from the issue into a more coherent feature set!