mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -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
8
src/external-types/codemirror/addon/display/fullScreen.d.ts
vendored
Normal file
8
src/external-types/codemirror/addon/display/fullScreen.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import 'codemirror'
|
||||
|
||||
declare module 'codemirror' {
|
||||
// noinspection JSUnusedGlobalSymbols
|
||||
interface EditorConfiguration {
|
||||
fullScreen?: boolean;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue