mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
feat: add setting for line wrapping
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4790c7cd1b
commit
e368203e16
8 changed files with 74 additions and 4 deletions
|
@ -612,6 +612,10 @@
|
|||
"syncScroll": {
|
||||
"label": "Sync Scrolling",
|
||||
"help": "Synchronizes the scroll state of editor and rendering view."
|
||||
},
|
||||
"lineWrapping": {
|
||||
"label": "Line Wrapping",
|
||||
"help": "Breaks long lines so they're visible without scrolling."
|
||||
}
|
||||
},
|
||||
"global": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue