Files
PinkNord/.config/BetterDiscord/plugins/BetterFormattingRedux.config.json
2022-08-02 15:19:16 -05:00

74 lines
1.7 KiB
JSON
Executable File

{
"currentVersionInfo": {
"version": "2.3.11",
"hasShownChangelog": true
},
"settings": {
"toolbar": {
"bold": true,
"italic": true,
"underline": true,
"strikethrough": true,
"spoiler": true,
"code": true,
"codeblock": true,
"superscript": true,
"smallcaps": true,
"fullwidth": true,
"upsidedown": true,
"varied": true,
"leet": false,
"thicc": false
},
"formats": {
"superscript": true,
"smallcaps": true,
"fullwidth": true,
"upsidedown": true,
"varied": true,
"leet": false,
"thicc": false
},
"wrappers": {
"superscript": "^^",
"smallcaps": "%%",
"fullwidth": "##",
"upsidedown": "&&",
"varied": "==",
"leet": "++",
"thicc": "$$"
},
"formatting": {
"fullWidthMap": true,
"reorderUpsidedown": true,
"fullwidth": true
},
"plugin": {
"hoverOpen": true,
"chainFormats": true,
"closeOnSend": true
},
"style": {
"icons": true,
"rightSide": true,
"toolbarOpacity": 1,
"fontSize": 85
}
},
"buttonOrder": [
"bold",
"italic",
"underline",
"strikethrough",
"spoiler",
"codeblock",
"code",
"superscript",
"smallcaps",
"fullwidth",
"upsidedown",
"varied",
"leet",
"thicc"
]
}