사용자 도구

사이트 도구


wiki:editor:summernote

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
wiki:editor:summernote [2023/03/03 13:55]
sgjang
wiki:editor:summernote [2023/03/03 14:22] (현재)
sgjang
줄 14: 줄 14:
 ===== 적용 방법 ===== ===== 적용 방법 =====
   * [[https://summernote.org/SummerNote 공식사이트|]]에 들어가서 다운로드한 후에 필요한 부분 추가   * [[https://summernote.org/SummerNote 공식사이트|]]에 들어가서 다운로드한 후에 필요한 부분 추가
-  * 혹은 bootstrap package  +  * 아래와 같이 작성하게 되면 SummerNote 적용 완료
- +
-===== Tip =====+
 <code> <code>
 <head> <head>
줄 64: 줄 62:
   </script>   </script>
 </body> </body>
 +</code>
 +===== Tip =====
 +  * SummerNote 값 Set, get (태그와 같이 가져옴)
 +<code>
 +//set
 +var markupStr = '<p>hello world</p>';
 +$('#summernote').summernote('code', markupStr);
 +//get
 +var markupStr = $('#summernote').summernote('code');
 </code> </code>
  
 ===== Ref ===== ===== Ref =====
   * [[https://summernote.org/deep-dive/|SummerNote 공식 문서]]   * [[https://summernote.org/deep-dive/|SummerNote 공식 문서]]
 +  * [[https://minaminaworld.tistory.com/177|기본사용법]]
   * [[https://tyrannocoding.tistory.com/13|SummerNote 적용 방법]]   * [[https://tyrannocoding.tistory.com/13|SummerNote 적용 방법]]
   * [[https://tyrannocoding.tistory.com/14|SummerNote Toolbar 수정]]   * [[https://tyrannocoding.tistory.com/14|SummerNote Toolbar 수정]]
   * [[https://tyrannocoding.tistory.com/15|SummerNote 다중 이미지 업로드]]   * [[https://tyrannocoding.tistory.com/15|SummerNote 다중 이미지 업로드]]
 +  
  
 {{tag>slaptear summernote}} {{tag>slaptear summernote}}
/volume1/web/dokuwiki/data/attic/wiki/editor/summernote.1677819310.txt.gz · 마지막으로 수정됨: 2023/03/03 13:55 저자 sgjang