![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Twitter Style User Addressing
Title:
Twitter Style User Addressing
Area:
html formatting
Summary:
It would be convenient and fairly typical of the modern Internet to be able to refer to accounts using a nice shorthand. I propose using the Twitter style: @mark would be the equivalent of <user name="mark">.
Description:
Writing HTML isn't something that comes naturally to many people. Twitter's style of addressing has been used for many years in email (they certainly didn't make it up) and is now gaining broad acceptance as a modern way of referring to other user accounts.
Given that, I think that it would be awesome to type @denise and have it show up as if I had typed <user name="denise">.
Furthermore, I think that it would be great to be able to easily refer to other people on other domains. For example, I think @news.lj would be easier to type than <user name="news" site="livejournal.com">. Even if we had to type @news.livejournal.com that's a lot easier to type than remembering the HTML and exactly what to put in it.
This suggestion:
Should be implemented as-is.
66 (40.5%)
Should be implemented with changes. (please comment)
22 (13.5%)
Shouldn't be implemented.
57 (35.0%)
(I have no opinion)
14 (8.6%)
(Other: please comment)
4 (2.5%)
no subject
I mentioned Twitter so people have an idea of the context of my suggestion, I'm not saying we should copy them. I don't think our functionality should be identical to theirs.
I just want some way to type @mark (or something, I'm flexible) and have it link to me and not worry about having to type <user name="mark"> every single time. Which is bad HTML to begin with and it's syntactically incorrect anyway (there should be a closing slash) and bugs me, heh.