Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option

This commit is contained in:
Cheng-Han, Wu 2016-04-20 18:09:36 +08:00
parent 692903f1a1
commit 0fb70a1487
8 changed files with 49151 additions and 0 deletions

View file

@ -31,6 +31,7 @@
<script src="<%- url %>/vendor/codemirror/codemirror.min.js" defer></script>
<script src="<%- url %>/vendor/inlineAttachment/inline-attachment.js" defer></script>
<script src="<%- url %>/vendor/inlineAttachment/codemirror.inline-attachment.js" defer></script>
<script src="<%- url %>/vendor/codemirror-spell-checker/spell-checker.min.js" defer></script>
<!--ot-->
<script src="<%- url %>/vendor/ot/ot.min.js" defer></script>
<!--others-->