-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuser_settings.json
More file actions
24 lines (24 loc) · 812 Bytes
/
user_settings.json
File metadata and controls
24 lines (24 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"API_KEY": [
"Your API Key. If you want help, checkout the readme video: https://github.com/SenaThenu/StudySphere",
"Nothing :O"
],
"StudySphere_ID": ["The Database ID of the StudySphere.", "Nothing :O"],
"Instructions": ["Whether instructions should be displayed or not.", true],
"Rep_Col_Names": [
"A name list of all columns which store spaced repetition dates.",
["Rep 1", "Rep 2", "Rep 3"]
],
"Rep_Intervals": [
"A list of Spaced Repetition intervals in days.",
[7, 21, 60]
],
"Notes_Title_Col_Name": [
"The column name which stores the names of notes stored in a branch!",
"Lesson"
],
"Revision_Col_Name": [
"Name of the column which stores revision dates!",
"Revise Rep"
]
}