# Improved UX for external quotes

**URL:** https://meta.discourse.org/t/improved-ux-for-external-quotes/33688
**Category:** UX
**Tags:** markdown-it-review
**Created:** [2015年九月24日 10:32 UTC](https://meta.discourse.org/t/improved-ux-for-external-quotes/33688 "2015-09-24T10:32:18Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015年九月25日 04:09 UTC](https://meta.discourse.org/t/improved-ux-for-external-quotes/33688/11 "2015-09-25T04:09:18Z")

</div>

I agree that quoting off topic is not terribly common, however linking off topic by simply pasting a link is common enough.

The code path for linking off topic and quoting off topic is pretty much identical, in both case we use the same renderer:

```plaintext
[quote="codinghorror, post:3, topic:13999"]
Yeah there is still a lot of work to do in this area cc: @eviltrout 
[/quote]

https://meta.discourse.org/t/when-moving-posts-links-quotes-that-were-moved-too-dont-get-updated/13999/3?u=sam

```

> [@codinghorror](#):
>
> Yeah there is still a lot of work to do in this area cc: @eviltrout

[https://meta.discourse.org/t/when-moving-posts-links-quotes-that-were-moved-too-dont-get-updated/13999/3?u=sam](https://meta.discourse.org/t/when-moving-posts-links-quotes-that-were-moved-too-dont-get-updated/13999/3)

I started patching this up here:

> <https://github.com/discourse/discourse/commit/e5234b38b8efd0c88c824e620b15dd080c1ef8b4>

I do feel this is ripe for a review when we move to the new Markdown engine

- Preview don’t work right cause of [Zalgo API](https://meta.discourse.org/t/wrong-avatar-in-preview-window-when-quote-replying-from-multiple-topics/19684/3)

- The whole quote format is not robust enough to handle topic moves.

- We do not support the ability to quote (or onebox) secure topics and get title expansions cause applying security is a nightmare. (do all the users looking at this topic have permission to see the other topic? very hard to answer)

- This ?

 ![](https://global.discourse-cdn.com/meta/original/3X/2/c/2c05aab643b5ba680c4003a46b68e65b638ec1bb.png)

---

_[View the full topic](https://meta.discourse.org/t/improved-ux-for-external-quotes/33688)._
