1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

feat(config): add ablility to opt out of fetch url

This commit is contained in:
Georges Indrianjafy
2018-02-04 13:58:02 +02:00
parent 9b54272f8e
commit 56d6eb7077
6 changed files with 19 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ export const DEFAULT_CONFIG = {
indentSize: '2',
switchPreview: 'BLUR', // Available value: RIGHTCLICK, BLUR
scrollPastEnd: false,
type: 'SPLIT'
type: 'SPLIT',
fetchUrlTitle: true
},
preview: {
fontSize: '14',