-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 1.1 KB
/
config.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"toDoFolderPath": "/home/pimania/notes/",
"newNotesSubDir": "zk",
"functionsExcludedFromTodos": {
"personal dev todo.md": [
"autoCreateNotesFromTodos",
"prioritiseUnprioritisedTodos"
]
},
"tasksToAssignPriority": 17,
"tasksToDisplayInCLI": 10,
"tasksToDisplayInMd": 2,
"todosPerPrioritisationSession": 21,
"minTasksToTriggerReprioritisation": 3,
"tempNotesPath": "/home/pimania/notes/temp index.md",
"mp3CaptureFolder": "/home/pimania/memos/",
"questionFiles": [
"zk/attention questions.md",
"zk/blacklist defection wrapper.md",
"zk/curve v2 questions.md",
"zk/language modelling questions.md",
"zk/oracle minimised stablecoin.md",
"zk/OTK ECG.md",
"zk/say's law notes.md",
"zk/assasination markets work even if target can hide.md",
"**/*index.md",
"**/*[?].md"
],
"questionWords": [
"when",
"why",
"how",
"does",
"what",
"is",
"where",
"which",
"could",
"couldn't"
]
}