data.json
1 { 2 "statusBar": [ 3 { 4 "prefix": "", 5 "suffix": " words", 6 "metric": { 7 "type": 0, 8 "counter": 0 9 } 10 }, 11 { 12 "prefix": " ", 13 "suffix": " characters", 14 "metric": { 15 "type": 0, 16 "counter": 1 17 } 18 } 19 ], 20 "altBar": [ 21 { 22 "prefix": "", 23 "suffix": " files", 24 "metric": { 25 "type": 2, 26 "counter": 6 27 } 28 } 29 ], 30 "countComments": false, 31 "collectStats": false, 32 "displaySectionCounts": false, 33 "pageWords": 300, 34 "statsPath": ".obsidian/vault-stats.json" 35 }