# #1 텍스트 에디터

## 기본 기능

<figure><img src="/files/gZN7gyJiI0JDM6hPlylp" alt=""><figcaption><p>텍스트 에디터 - 번역 화면</p></figcaption></figure>

* 기본 검색 및 상세 검색
* 글자 수 및 어절 수 확인
* 문장 영역 아이콘 표시
  * 초록색 체크 - 원문/번역문 작업 완료 표시
  * 빨간색 느낌표 - 원문/번역문 작업 미완료 표시
* 단어장(TB) 확인
* 문장 내 단어장(TB) 일치, 불일치 상태 확인
  * 출발어, 도착어가 완전하게 일치하는 경우는 초록색으로 표기됩니다.
  * 도착어가 누락되거나 불일치하는 경우는 붉은색으로 표기됩니다.
* MT(Machine Translation) 확인
* 번역메모리(TM) 확인
  * MT(Machine Translation) 또는 번역메모리(TM) 중 1개의 문장을 단축키로 선택할 수 있습니다.
  * 번역메모리(TM)의 출처를 확인합니다.
* 이슈 등록 및 관리

{% hint style="info" %}
**작업완료 단축키 사용 시**

문장/자막 영역의 작업완료 단축키(Ctrl/Command + ↓↑) 사용 시 문장 사이에 초록색 체크와 함께 해당 영역에 안내 메시지(다른 문장으로 이동하여 작업 완료)가 출력됩니다. &#x20;
{% endhint %}

## 번역 제외 기능

* 번역 제외 기능 - 단어 및 영역 지정
  * 에디터에서 특수문자인 이중 중괄호 {{예시}} 를 사용하여 번역 작업에서 제외할 단어나 영역을 지정합니다.
  * 지정된 단어나 영역은 번역 과정에서 제외되어 번역되지 않습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.letr.ai/kr/editor/1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
