반응형
이상하다.
모든 기능을 완료했는데, 일반적인 유저들이 볼 게시판에선 on, off 들여쓰기 이런것이 적용되지 않는다?
그래서 찾아봤다.
찾아보니 적용이 되더라.
<head>
<link rel="stylesheet" href="https://uicdn.toast.com/editor/latest/toastui-editor.css" />
</head>
<script src="https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js"></script>
<script>
$(document).ready(function() {
const viewer = toastui.Editor.factory({
el: document.querySelector("#viewer"),
viewer: true,
height: "500px",
});
}
</script>
아니 이걸 같이 적어놔야 적용할때 같이 적용을 하지 무슨 블로그 가서 봐야되냐 -_-;;;
참조 -- script가 구형인 2.0버전이라 on,off표시를 못하더라. 내가 첨부한 script 코드를 사용해라.
https://velog.io/@khw970421/Toast-UI-%EC%82%AC%EC%9A%A9%EB%B2%95-%EA%B8%B0%EB%B3%B8%EB%B2%95
728x90
'취업 > ToastUI Editor' 카테고리의 다른 글
[php] toast ui web editor base64제거 및 url코드로 변경 (4) | 2021.08.18 |
---|---|
[php] web 게시판 무료 에디터 (0) | 2021.08.17 |