Quill을 사용해서 텍스트 에디터 만들기: Formats(#4)

onezerokang·2021년 8월 17일
0

Quill

목록 보기
4/12
post-thumbnail

Quill은 UI를 컨트롤 하거나 API를 호출할 때 다양한 formats을 지원합니다. 기본적으로 모든 format이 활성화되어있고, format 옵션을 사용하여 원하는 format만 활성화 할 수도 있습니다. 이 포맷은 툴바에 버튼을 추가하는 것과는 별개입니다. 예를 들어 툴바에 bold 버튼을 추가하지 않아도 bold format을 에디터 내에서 허용하면 이 기능을 사용할 수 있습니다.

다음은 format의 종류입니다.

Inline

Background Color - background
Bold - bold
Color - color
Font - font
Inline Code - code
Italic - italic
Link - link
Size - size
Strikethrough - strike
Superscript/Subscript - script
Underline - underline

Block

Blockquote - blockquote
Header - header
Indent - indent
List - list
Text Alignment - align
Text Direction - direction
Code Block - code-block

Embeds

Formula - formula (KaTex가 필요합니다.)
Image - image
Video - video

profile
블로그 이전 했습니다: https://techpedia.tistory.com

0개의 댓글