자유게시판

  • 그누보드 ckeditor4에 codesnippet 설치하기

    페이지 정보

    profile_image
    작성자천사 조회 3,607회 작성일 2021-09-20 22:48:44 댓글 0

    본문

    1. head.sub.php에 <head> </head> 사이에

     

    add_javascript('<script src="'.G5_EDITOR_URL.'/ckeditor4/plugins/codesnippet/lib/highlight/highlight.pack.js"></script>', 0);
    add_javascript('<script>hljs.initHighlightingOnLoad();</script>', 0);
    add_stylesheet('<link rel="stylesheet" href="'.G5_EDITOR_URL.'/ckeditor4/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css">', 0);

     

    추가하기

     

    2. ckeditor4에 config.js에 아래 내용 추가하기

     

    config.extraPlugins = 'codesnippet';

     

    config.codeSnippet_theme = 'monokai_sublime';

     

    config.codeSnippet_languages = {
    javascript: 'JavaScript',
    php: 'PHP'
    };

     

    댓글목록

    등록된 댓글이 없습니다.

    Copyright © blog.batifa.com All rights reserved.