ckeditor5 온라인 빌더 문의 합니다. 채택완료
아래크
1년 전
조회 1,292
</p>
<p><head></p>
<p><link rel="stylesheet" href="./plugin/editor/ckeditor5/style.css"></p>
<p><link rel="stylesheet" href="<a href="<a href="https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.css" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.css</a>" rel="nofollow"><a href="https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.css" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.css</a></a>"></p>
<p></head></p>
<p><body></p>
<p><div></p>
<p><div class="main-container"></p>
<p><div</p>
<p>class="editor-container editor-container_classic-editor editor-container_include-style editor-container_include-block-toolbar"</p>
<p>id="editor-container"</p>
<p>></p>
<p><div class="editor-container__editor"><div id="editor"></div></div></p>
<p></div></p>
<p></div></p>
<p></div></p>
<p><script type="importmap"></p>
<p>{</p>
<p>"imports": {</p>
<p>"ckeditor5": "<a href="<a href="https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.js" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.js</a>" rel="nofollow"><a href="https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.js" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5/43.2.0/ckeditor5.js</a></a>",</p>
<p>"ckeditor5/": "<a href="<a href="https://cdn.ckeditor.com/ckeditor5/43.2.0/" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5/43.2.0/</a>" rel="nofollow"><a href="https://cdn.ckeditor.com/ckeditor5/43.2.0/" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5/43.2.0/</a></a>",</p>
<p>"ckeditor5-premium-features": "<a href="<a href="https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/ckeditor5-premium-features.js" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/ckeditor5-premium-features.js</a>" rel="nofollow"><a href="https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/ckeditor5-premium-features.js" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/ckeditor5-premium-features.js</a></a>",</p>
<p>"ckeditor5-premium-features/": "<a href="<a href="https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/</a>" rel="nofollow"><a href="https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/" target="_blank" rel="noopener noreferrer">https://cdn.ckeditor.com/ckeditor5-premium-features/43.2.0/</a></a>"</p>
<p>}</p>
<p>}</p>
<p></script></p>
<p><script src="<a href="<a href="https://cdn.ckbox.io/ckbox/latest/ckbox.js" target="_blank" rel="noopener noreferrer">https://cdn.ckbox.io/ckbox/latest/ckbox.js</a>" rel="nofollow"><a href="https://cdn.ckbox.io/ckbox/latest/ckbox.js" target="_blank" rel="noopener noreferrer">https://cdn.ckbox.io/ckbox/latest/ckbox.js</a></a>"></script></p>
<p><script type="module" src="./plugin/editor/ckeditor5/main.js/main.js"></script></p>
<p></body></p>
<p></html></p>
<p>
어디다가 추가 해야지 되나요?
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
답변에 대한 댓글 2개
�
아래크
1년 전
저걸 적용시켜야 에디트가 아이콘이 나와서요ㅜㅜ
�
복스리
1년 전
요건 전체적으로 구조를 알야아 할꺼 같네요..해당 내용만 봐선 짐작할수 없을꺼 같네요
<script src="https://cdn.ckeditor.com/ckeditor5/36.0.0/classic/ckeditor.js"></script>
<textarea name="wr_content" id="editor"></textarea>
<script>
ClassicEditor
.create(document.querySelector('#editor'))
.catch(error => {
console.error(error);
});
</script>
그누보드라면 요렇게먄 분석해서 설치하시면 문제 없을꺼 같습니다만 전체적인 구조를 알아서 적용하시는건 스스로 해보셔야 합니다.
<script src="https://cdn.ckeditor.com/ckeditor5/36.0.0/classic/ckeditor.js"></script>
<textarea name="wr_content" id="editor"></textarea>
<script>
ClassicEditor
.create(document.querySelector('#editor'))
.catch(error => {
console.error(error);
});
</script>
그누보드라면 요렇게먄 분석해서 설치하시면 문제 없을꺼 같습니다만 전체적인 구조를 알아서 적용하시는건 스스로 해보셔야 합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인