Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

'editor.upload.image.base64' 설정으로 이미지 업로드 시 base64를 사용할 것인지를 설정합니다. (기본값 = false)

true로 설정이 설정되면 이미지 업로드 후 base64로 이미지가 표현됩니다삽입 시 서버로 이미지를 업로드 하지 않고 본문에 base64로 인코딩하여 표시합니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.upload.image.base64': false,
}