mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option
This commit is contained in:
parent
692903f1a1
commit
0fb70a1487
8 changed files with 49151 additions and 0 deletions
|
@ -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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue