# 새로운 Composer 문제: 연결된 이미지

**URL:** https://meta.discourse.org/t/new-composer-issue-linked-images/373228
**Category:** Bug
**Tags:** composer
**Created:** [7월 7, 2025, 6:17오후 UTC](https://meta.discourse.org/t/new-composer-issue-linked-images/373228 "2025-07-07T18:17:08Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [7월 8, 2025, 1:41오후 UTC](https://meta.discourse.org/t/new-composer-issue-linked-images/373228/10 "2025-07-08T13:41:12Z")

</div>

질문하신 대로, 특정 UI를 통해 외부 이미지를 삽입할 수 있는 방법을 지원하는 것 같은 _다른 가능성_이 있다고 생각합니다. 다소 무리한 생각일 수 있지만, 다른 곳에서는 탭을 이용해 GIF를 검색하거나 외부 미디어를 입력하는 이모지 액션을 본 적이 있습니다. 이 부분을 개선할 수 있는 방법을 찾아볼 수 있을 텐데, 아직 정확히 _무엇을_ 할지는 명확하지 않습니다.

다만, 마크다운에 익숙한 사용자들이 새로운 에디터에서 자연스럽게 입력할 수 있도록 몇 가지 특수 **입력 규칙** 을 지원하고 있습니다. 예를 들어 `# 제목`이나 ` **굵게** ` 같은 방식이죠. 그래서 `![image](markdown)` 형식도 추가했습니다:

> <https://github.com/discourse/discourse/pull/33498>
>
> Adds a \`!\[markdown\](image)\` input rule that uses the markdown parser to create a…n image node.
> 
> Supporting this format surfaced an issue with dimension-less images, so now the image node view uses the max width/height site settings in addition to the loaded image natural dimensions to determine what a 100% looks like – it's used for display, and also when a zoom-out button action is taken, so we calculate the next step % of the calculated dimensions.

이 기능을 사용하면 `![Test image](`를 입력한 뒤 링크를 붙여넣고 `)`를 입력하면 이미지 노드가 생성됩니다.

---

_[View the full topic](https://meta.discourse.org/t/new-composer-issue-linked-images/373228)._
