I’m a newbie so apologies in advance if this isn’t the correct location to flag this. I searched Google, discourse.org, & commonmark.org but haven’t found anything yet.
Citing a URL in addition to just a name or article title means readers can easily check your source & read further if they choose (I assume it’s also better for SEO).
On phpBB forums, the following BBCode will put a link into the citation:
Wow, that’s certainly a great feature! But sorry, I wasn’t clear, what I think we need is to extend the citation’s internal linking (which you demonstrated) to full URL linking. If it’s too tricky to use the phpBB/BBCode & WordPress/HTML syntax, perhaps something similar to the way internal linking is done eg:
[quote="TEU, url:example.com"]
On phpBB forums
[/quote]
Discourse allows us to clearly show the author of a quote at the top quote block/box using [quote="Author"]Foo bar[/quote] to produce:
That’s extended to allow an internal link to where the author made the quote, again it’s neatly at the top quote block/box. i.e. [quote="Author, post:1, topic:82572"]Foo bar[/quote]
However, I’m encouraging us to consider extending this slightly further, to allow a URL to where the author made the quote, again keeping it neatly at the top quote block/box.
Websites have this functionality using the <cite><a href="http://example.com">Another Site</a></cite> HTML within a <blockquote> and BBCode forums usually achieve it using: [quote="Author on [url=http://example.com/]Another Site[/url]"]
Discourse could use the HTML or BBCode syntax too, or they could use something more like [quote="Author, post:1, topic:82572"]Foo bar[/quote]
For example, [quote="Author, url:example.com"]Foo bar[/quote] that would render just like [quote="Author, post:1, topic:82572"]Foo bar[/quote] except the word “Author” would take you to example.com rather than post:1, topic:82572
While oneboxing is great it doesn’t seem to give any control over what bit is quoted—although I might be mistaken about that?
Thanks for taking the time to read this, am I making more sense?
Escape email silos
Engage in searchable discussions with your most avid customers, superfans, and fellow team members – every day. Let everyone discover what you do, how you do it, and join in on the conversation.
with
> From [Discourse](https://www.discourse.org)
>
> **Escape email silos**
> Engage in searchable discussions with your most avid customers, superfans, and fellow team members – every day. Let everyone discover what you do, how you do it, and join in on the conversation.
I don’t think that’s being treated a title/citation in the way [quote="Author, post:1, topic:82572"] formats/converts “Author” into a link and adds the “expand/collapse” & “go to” buttons on the left, but it looks better than having the link outside the quote box/block