-
Notifications
You must be signed in to change notification settings - Fork 29
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
Allow addressing multiple people with @ #32
Comments
Personally I'd prefer multiple @ signs, although that'd be slightly more characters. Both syntaxes would be nice. |
@ljharb you mean I omitted the whitespace because I am unsure if it's needed at all. |
whitespace delimited would be best. |
yes, with the whitespace. |
The commit supports comma and space (and no delimiter since For instance, |
Really good point, maybe we should change the @ syntax to something less ambiguous like |
We shouldn't change the command for several reasons.
|
Also, the command is required, the user names are optional. Optional things go last. |
Bracketing the names in an
Edit: can also support multiple users
|
Perhaps
So, the |
@robotlolita - Except then you can't mindlessly tab-complete. Right now I tend to EDIT: Heck, I just screwed up the intent! @gkatsev - Would anyone remember the |
That seems to work pretty well too, it's also more English-like, rather than Lispy |
It's how unix lets you pass extra arguments to a subscript that you're running. |
@robotlolita parenthesis have query ramifications on google and I sometimes use it for more complex searches |
The only potential issue I see with
|
Hm, if you make sure there's whitespace before it, it's likely to be less of a problem |
Make it three? |
4! :) |
Yeah, |
|
would this maybe work? http://jsbin.com/sivod/1/edit?js,console,output |
with delimiter |
with delimiter it would look like |
singular, current case:
!somefactoid @ nick1
I think it would be nice to have:
!somefactoid @ nick1, nick2, nick3
too.The text was updated successfully, but these errors were encountered: