1
yomichan-anki/yomi_base/defaults.json
felixvd 5226adca67 Basics for persistent text box functionality
Text is saved in the JSON upon closing and loaded on startup if the
flag “rememberTextBoxContent” is true (default). Text seems to be
escaped automatically for export into the JSON. Tested with quote
characters only.

Missing the UI for controlling this feature, as discussed.


Former-commit-id: 77c46388edc0a25e36ae8d2538448f1c1e61c069
2015-02-12 13:14:31 +09:00

20 lines
426 B
JSON

{
"bgColor": 4294967295,
"checkForUpdates": true,
"fgColor": 4278190080,
"fontFamily": "Arial",
"fontSize": 12,
"rememberTextBoxContent": true,
"loadRecentFile": false,
"maxResults": 20,
"profiles": {},
"recentFiles": [],
"textBoxContent": "",
"scanLength": 16,
"stripReadings": false,
"tags": [],
"wordWrap": false,
"allowEditing": true,
"firstRun": true
}