1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Added option to disable scroll sync.

This commit is contained in:
David Nagle
2018-10-26 11:17:06 -07:00
parent f92da16544
commit d62d1d670b
3 changed files with 14 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ export const DEFAULT_CONFIG = {
latexBlockClose: '$$',
plantUMLServerAddress: 'http://www.plantuml.com/plantuml',
scrollPastEnd: false,
scrollSync: true,
smartQuotes: true,
breaks: true,
smartArrows: false,