# 컴포저의 답변 자리표시자에 줄바꿈이 추가되었나요?

**URL:** https://meta.discourse.org/t/new-lines-in-the-composers-reply-placeholder/193451
**Category:** Feature
**Created:** [6월 10, 2021, 9:00오후 UTC](https://meta.discourse.org/t/new-lines-in-the-composers-reply-placeholder/193451 "2021-06-10T21:00:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [6월 10, 2021, 9:00오후 UTC](https://meta.discourse.org/t/new-lines-in-the-composers-reply-placeholder/193451/1 "2021-06-10T21:00:45Z")

</div>

R 언어 보드의 경우, 코드를 위한 ````` 펜스(code fence) 예시를 유용하게 포함하고 있는 컴포저(composer) 플레이스홀더를 사용하는 것으로 보입니다. 우리 언어 보드에도 유용한 힌트가 될 수 있을 텐데, 어떻게 구현하고 있는지 파악하지 못했습니다. `js.composer.reply_placeholder`에 줄바꿈 문자, `\n`, `<br />`를 넣어보았지만 실제로는 줄바꿈이 되지 않았습니다.

여기서 제가 놓치고 있는 마법이 무엇일까요? 이를 위해 커스텀 테마를 사용하고 있는 건가요? 이 훌륭한 아이디어를 ~~도둑질~~ _영감을 받아_ 우리도 활용할 수 있는 방법은 무엇일까요?

 ![R Discourse board placeholder text](https://global.discourse-cdn.com/meta/original/3X/d/b/db8b2120542dfee77e20bf3f2ca7116b7ead3e20.png)

---

<div class="post-metadata">

### Author: ![cocococosti](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cocococosti/32/231474_2.png) [@cocococosti](https://meta.discourse.org/u/cocococosti)
#### Post date: [6월 11, 2021, 4:08오후 UTC](https://meta.discourse.org/t/new-lines-in-the-composers-reply-placeholder/193451/2 "2021-06-11T16:08:19Z")

</div>

아마도 [사용자 지정 테마](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)를 생성해야 할 것 같습니다. 대안으로, 주제 템플릿(카테고리 편집 → 주제 템플릿)을 사용할 수 있습니다:

 ![Screen Shot 2021-06-11 at 11.34.49](https://global.discourse-cdn.com/meta/original/3X/e/2/e2c4a90359f7f6121ce18745fbefce1407759309.png)

이 테마 컴포넌트도 확인해 보세요: [Topic Template Placeholder Text theme component](https://meta.discourse.org/t/topic-template-placeholder-text-theme-component/149053)

---

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [6월 11, 2021, 4:27오후 UTC](https://meta.discourse.org/t/new-lines-in-the-composers-reply-placeholder/193451/3 "2021-06-11T16:27:30Z")

</div>

아, 좋은 조언 감사합니다! 안타깝게도 주제 템플릿 플레이스홀더 텍스트(Theme Component)도 동일한 제한 사항이 있습니다. 이는 이해가 갑니다. 해당 컴포넌트는 단순히 카테고리별로 동일한 `js.composer.reply_placeholder` 설정을 선택적으로 오버라이드하는 것 같습니다. 다만, 주제 템플릿만 사용해도 괜찮은 대안이 될 수 있으니, 이 부분을 고려해 보겠습니다.

아마도 이 문제를 기능 요청으로 재분류하는 것이 좋을까요? 테마 해킹은 피하고 싶었거든요.
