-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
172 lines (172 loc) · 5.1 KB
/
config.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"articleFileFolder": "/home/pimania/ebooks/",
"bookmarksFilePath": "/home/pimania/.config/BraveSoftware/Brave-Browser/Default/Bookmarks",
"atVoiceFolderPath": "/home/pimania/atVoice",
"backupFolderPath": "/home/pimania/miscSyncs/ebooksBackup/",
"convertLinksDir": "/home/pimania/dev/convertLinks",
"maxCategorisationsPerSession": 150,
"droidEbooksFolderPath": "/storage/emulated/0/ebooks/",
"invalidBlogSubstrings": [
"hackmd.io",
"https://github.com/",
"https://www.notion.so",
"wikipedia",
".notion.site",
"https://www.coindesk.com",
"https://docs.",
"gitbook",
"reddit.com"
],
"urlPatterns": [
"\\<\\!\\-\\- Hyperionics-OriginHtml(.*?)-->",
"\\<\\!\\-\\- Hyperionics-SimpleHtml (.*?)-->",
"Snapshot-Content-Location: (.*)\n"
],
"pdfSearchFolders": {
"/home/pimania/ebooks/Decentralised Finance": {
"subject": "Defi"
},
"/home/pimania/ebooks/Machine and human thought": {
"subject": "ai"
}
},
"pdfSourceFolders": [
"/home/pimania/Downloads"
],
"docFormatsToMove": [
"pdf",
"djvu",
"epub",
"mobi",
"html",
"mhtml"
],
"moveAllDocsToTargetFolder": true,
"illegalFileNameChars": [
":",
"\n",
"?",
"/",
","
],
"wordsUsedToCategorise": 350,
"foldersToExcludeFromCategorisation": [
"tweetThreads",
"telegramChats",
"discordChannels",
"Personal",
".git",
".stfolder"
],
"listToFolderMappings": {
"interpersonal": {
"folders": [
"Philosophy/conversation and relationships"
]
},
"agi": {
"folders": [
"Machine and human thought/AGI",
"Machine and human thought/connectionist AGI",
"Machine and human thought/consciousness and intelligence",
"Machine and human thought/LLM AGI",
"Machine and human thought/symbolic AGI",
"Machine and human thought/RL and directed learning",
"Machine and human thought/tools for thought"
]
},
"epistemic finance": {
"folders": [
"Decentralised Finance/epistemic finance",
"Decentralised Finance/public goods",
"Decentralised Finance/cryptoecon"
]
},
"fringe": {
"folders": [
"Decentralised Finance/futures, margin and perps",
"Decentralised Finance/lending",
"Decentralised Finance/stablecoins and synths",
"Decentralised Finance/oracles",
"Decentralised Finance/options"
]
},
"dexes": {
"folders": [
"Decentralised Finance/dexes"
]
},
"ml": {
"folders": [
"Machine and human thought/neural networks",
"Machine and human thought/interpretability",
"Machine and human thought/gradient descent"
]
},
"biology": {
"folders": [
"Biology"
]
},
"mev": {
"folders": [
"Decentralised Finance/auctions and mev"
],
"disabled": true
},
"ethereumcreditguild": {
"query": "\" ECG \" OR \"credit guild\" OR \"onetruekirk\" OR \"Electric Development Co\" OR \"credit-guild\""
},
"productivity": {
"folders": [
"Philosophy/advice",
"Business and entrepreneurship/time management + procrastination"
]
},
"entropy": {
"folders": [
"Physics/entropy",
"Computer Science/reversible logic"
],
"disabled": true
},
"epistemology": {
"folders": [
"Machine and human thought/epistemology"
],
"disabled": true
},
"evolution": {
"folders": [
"Machine and human thought/evolution",
"Machine and human thought/emergent systems"
],
"disabled": true
},
"mental models": {
"folders": [
"Machine and human thought/problem solving and mental models",
"Machine and human thought/learning and memory"
],
"disabled": true
},
"diagrams": {
"folders": [
"Philosophy/diagrams"
],
"disabled": true
},
"entrepreneurship": {
"folders": [
"Business and entrepreneurship/Entrepreneurship",
"Business and entrepreneurship/mental models and advice"
]
},
"economics": {
"folders": [
"Economics/Value and Prices"
],
"disabled": true
}
}
}