컴포저 사용자 정의 방법

I have composer setup for every tag but I want separate composer for every tag. For e.g. I have questions ,articles ,events tags I want separate composer for these tag.
Can anyone help how to implement it.

What do you mean by “separate composer”? What is different about them?

You can already have multiple drafts …

안녕하세요, @saish :slight_smile:

생성하려는 주제의 유형에 따라 다른 작성자 템플릿을 사용하길 원하시는 건가요?

그렇다면 현재 태그를 사용하여 이를 구현하는 방법은 없지만, 각 유형별로 카테고리를 설정해 두셨다면 폼 템플릿을 통해 구현할 수 있습니다. 또한 카테고리 설정 페이지에서 찾을 수 있는 일반 주제 템플릿도 있지만, 이는 작성자에 사전 입력된 텍스트를 추가하는 것만 가능하므로 정확히 원하시는 기능이 아닐 수 있습니다.

(다만, 태그와 함께 폼 템플릿을 사용할 수 있도록 해달라는 기존 Contribute > Feature 요청이 있으므로 Setting Form Templates with a tag 에 의견을 남겨보시는 것도 좋습니다.)

사용자가 특정 옵션을 선택하는 방식을 단순화하고 싶으시다면 Discourse Preset Topic Composer 플러그인도 유용할 수 있습니다.

Thanks for your response I tried using form templates but what I want is I want to add my custom fields under the default fields in composer

Thanks for responding, separate composer means i want to add my custom fields in default composer

You will need to build a plugin to do that.

A lightweight alternative has been suggested above by @JammyDodger

Thank you all for your response and suggestions, I did it using JavaScript.

Would you minding sharing with pics of result?

This plugin may also be of interest

Thank you for your response I did it using javascript.