mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 23:28:34 -04:00
Add codemirror keybindings and addons (#311)
* added codemirror addons - fullScreen - autorefresh added a default: - extraKeys Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: mrdrogdrog <mr.drogdrog@gmail.com> Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
dbce0181a4
commit
fc2e2bd592
12 changed files with 1758 additions and 382 deletions
|
@ -204,7 +204,10 @@
|
|||
"editorToolbar": {
|
||||
"bold": "Bold",
|
||||
"italic": "Italic",
|
||||
"underline": "Underline",
|
||||
"strikethrough": "Strikethrough",
|
||||
"subscript": "Subscript",
|
||||
"superscript": "Superscript",
|
||||
"header": "Heading",
|
||||
"code": "Code",
|
||||
"blockquote": "Blockquote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue