On Discourse, is there a method to link to a username like @username but without tagging them? I often want to refer to a user without pinging their inbox (example), usually giving credit to previous replies when restating an idea or after the referenced user seems to be done engaging.
Works for me!
Neither your regular nor bold link show up blue in my browser:
![]()
Yes, that’s intentional and what I was trying to demonstrate, but perhaps I didn’t write it very clearly. I think it’s just a quirk of our CSS that styling code loses the blue of a link, but I kinda like it in this context.
Tag: @mbauman (notifies)
Code: `@mbauman`
Linked code: [`@mbauman`](/u/mbauman)
Linked bold code: [**`@mbauman`**](/u/mbauman)
Linked italic code: [_`@mbauman`_](/u/mbauman)
Tag: @mbauman (notifies)
Code: @mbauman
Linked code: @mbauman
Linked bold code: @mbauman
Linked italic code: @mbauman
Oh, I see. The first item in that screenshot was a normal tag. Thanks for clarifying.
This brings up another question …
Is it possible to view the raw text of a post?
Highlight it and click quote:
[quote="mbauman, post:4, topic:125024"]
```
Tag: @mbauman (notifies)
Code: `@mbauman`
Linked code: [`@mbauman`](/u/mbauman)
Linked bold code: [**`@mbauman`**](/u/mbauman)
Linked italic code: [_`@mbauman`_](/u/mbauman)
```
Tag: @mbauman (notifies)
Code: `@mbauman`
Linked code: [`@mbauman`](/u/mbauman)
Linked bold code: [**`@mbauman`**](/u/mbauman)
Linked italic code: [*`@mbauman`*](/u/mbauman)
[/quote]
If I remember right, that breaks for \LaTeX, but otherwise it’s pretty good. Edit: yes: Math should be quotable - Feature - Discourse Meta
Sweeeeet!