# 목차에서 마우스 오른쪽 버튼을 눌러 앵커 링크를 복사할 수 있도록 해주세요

**URL:** https://meta.discourse.org/t/be-able-to-right-click-in-the-table-of-content-to-copy-anchor-links/264624
**Category:** Feature
**Tags:** disco-toc
**Created:** [5월 11, 2023, 8:16오전 UTC](https://meta.discourse.org/t/be-able-to-right-click-in-the-table-of-content-to-copy-anchor-links/264624 "2023-05-11T08:16:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [5월 11, 2023, 8:16오전 UTC](https://meta.discourse.org/t/be-able-to-right-click-in-the-table-of-content-to-copy-anchor-links/264624/1 "2023-05-11T08:16:10Z")

</div>

현재 목차 링크는 `#`을 가리키고 있습니다:

```html
<li class="d-toc-item d-toc-h3">
  <a href="#" data-d-toc="toc-h3-translations">Translations</a>
</li>

```

저는 meta에서 사용자에게 앵커 링크를 복사해서 붙여넣는 것을 자주 원합니다. 매번 목차를 통해 해당 섹션으로 이동한 후, 게시글 내 섹션 제목으로 커서를 이동시켜 아주 작은 앵커 아이콘을 우클릭해야 올바른 링크를 얻을 수 있습니다. 목차 링크에 이미 앵커 링크가 포함되어 있다면 이 경험이 크게 개선될 수 있다고 생각합니다.

현재 단계:
