summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-04-20 18:09:36 +0800
committerCheng-Han, Wu2016-04-20 18:09:36 +0800
commit0fb70a1487f6c2ce612c372f12aaf157078a478f (patch)
tree9d5bd6375e34e2df0613309dfa2a9d552ff81b15 /public/views
parent692903f1a10606b0e14d50623663a4c591c42674 (diff)
Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option
Diffstat (limited to 'public/views')
-rw-r--r--public/views/foot.ejs1
-rw-r--r--public/views/head.ejs1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index d4beb5cd..4d9fa2f9 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -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-->
diff --git a/public/views/head.ejs b/public/views/head.ejs
index b4d083bb..f527af11 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -23,6 +23,7 @@
<% } %>
<link rel="stylesheet" href="<%- url %>/vendor/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/lib/codemirror.css">
+<link rel="stylesheet" href="<%- url %>/vendor/codemirror-spell-checker/spell-checker.min.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/addon/fold/foldgutter.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/addon/display/fullscreen.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/addon/dialog/dialog.css">