1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #1509 from Antogin/feat/display-url-title

Feat/display url title
This commit is contained in:
Junyoung Choi (Sai)
2018-02-21 16:33:34 +09:00
committed by GitHub
7 changed files with 72 additions and 22 deletions

View File

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