mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -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
|
@ -253,6 +253,7 @@ var textit = document.getElementById("textit");
|
|||
if (!textit) throw new Error("There was no textit area!");
|
||||
var editor = CodeMirror.fromTextArea(textit, {
|
||||
mode: 'gfm',
|
||||
backdrop: 'gfm',
|
||||
keyMap: "sublime",
|
||||
viewportMargin: viewportMargin,
|
||||
styleActiveLine: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue