Page tree

Versions Compared

Key

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

...

수식/화학식을 삽입하고 속성을 편집할 수 있는 수식 편집기 플러그인 입니다.


사용 모듈

사이냅에디터 수식 편집기 플러그인은 MathType(https://www.wiris.com/en/solutions/integrations/html-editors/)이라는 MathType이라는 상용 모듈을 사용하고 있습니다.

사용을 원하실 경우 아래 페이지를 통해 문의하시기 바랍니다.

사용방법

플러그인 파일 불러오기

Code Block
languagexml
themeEmacs
<!-- MathType라이브러리를 추가해야 사용이 가능합니다. (https://www.npmjs.com/package/@wiris/mathtype-generic#documentation) -->
<script src="mathtype-generic/wirisplugin-generic.js의 url"></script>
 
<!-- SynapEditor 객체가 존재해야 적용할 수 있기 때문에 에디터 스크립트 파일 아래에 include 해야 합니다 -->
<script src="mathType.min.js의 url"></script>

...