-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Feature request) Cancelling the @
trigger when we really just want to use the @ character
#4692
Comments
It probably doesn't help much, but typing any charachter before the @ symbol prevents the note linking dropdown from showing up. so you could do something like |
Well, that is too much of a distraction, since I have cases where the previous character must be a space, in a long sentence ending with @something . Yes, I'm being picky here, sorry 🙈 |
Also probably too much of a distraction, but you can add a
I'm only trying to help you within the confines of the existing feature-set since Trilium is in maintenance mode and will likely not receive feature updates. |
Hi I'm thinking about 2 ways. If it does not distract you much, you can finish typing the whole paragraph after @ and finally ESC. Otherwise you may try always use AT or some rare combinations you like to indicate @ and write a script to replace AT with @ hourly or manually through launch bar. |
Actually, I tried using ESC, but it's tricky, because everytime you mistakenly click and place the cursor anywhere after the @, then the auto-completion is triggered. |
Another one that works is:
|
Hi, I implemented a workaround which should deactivate the "mention UI" on escape. It's kind of a hack by inserting an "n space" character which acts as a disallowed character for the autocomplete. Unfortunately the implementation in CKEditor is regex based and given we allowed spaces for searching in the autocomplete, we need some other way to terminate the autocomplete. This will be released in the next patch release. |
Describe feature
Very often, I want to type word with an @ that are not related to note-linking.
Just because I like the emphasis it gives to a word, or because I'm implicitly writing that I'm referring to an instagram account or whatsoever.
Additional Information
Currently, the only way to skip the 'linking note' automation, is to use the right-arrow key. But that's never enough, any time I edit the note, the 'linking note' automation comes back and interfere with my current flow.
At the end of the day, this is almost a bug report rather than a feature request, I'd say.
The text was updated successfully, but these errors were encountered: