> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/html.md).

# HTML 편집기

**HTML 편집기 블록은 언제 사용하나요?**

* 보통 문자열 이외에 다양한 이미지나 링크 첨부가 필요할 때 사용해요.&#x20;
* 주로 관리자 웹에서 텍스트에 효과를 주고 싶을 때 사용해요.&#x20;

**HTML 편집기 블록의 특징은 무엇인가요?**

* 이미지 삽입, 링크 첨부 등 다양한 기능을 제공해요.
* 주로 관리자 웹에서 사용하는 기능으로, 운영 모드에서 항목 설정 시 사용해요. (앱에서 사용하면 이미지 삽입이 불가능해요.)

<div align="left"><figure><img src="/files/tClv4KbIq6sQnfehiH9l" alt="" width="563"><figcaption></figcaption></figure></div>

> \#HTML, #글자 편집, #문서 서식, #이미지 삽입 문서, #문서 편집

2023.08.07 Jinny


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/html.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
