Page tree

Versions Compared

Key

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

...

Code Block
languagexml
themeEmacs
titleindex.html
<!-- synapeditor plugin -->
<script type="text/javascript" src="../plugins/helloWorldInserter.js"></script>

...

Code Block
languagejs
themeEmacs
title./synapeditor.config.js
"editor.toolbar": ["bold", "italic", "underline", "strike", "helloWorldInserter"] //helloWorldInserter 플러그인을 툴바 영역에 설정합니다.

...