47 lines
820 B
JSON
47 lines
820 B
JSON
{
|
|
"filters": {
|
|
"doShowOrphans": true
|
|
},
|
|
"groups": {
|
|
"groups": [
|
|
{
|
|
"query": "tag:#not-done",
|
|
"color": "#878787"
|
|
},
|
|
{
|
|
"query": "tag:#MOC",
|
|
"color": "#e16613"
|
|
},
|
|
{
|
|
"query": "tag:#excalidraw",
|
|
"color": "#7a5cff"
|
|
},
|
|
{
|
|
"query": "tag:#PKM OR tag:#obsidian",
|
|
"color": "#4a37a0"
|
|
},
|
|
{
|
|
"query": "tag:#flashcards",
|
|
"color": "#4a37a0"
|
|
},
|
|
{
|
|
"query": "tag:#gists",
|
|
"color": "#682d93"
|
|
},
|
|
{
|
|
"query": "tag:#CV",
|
|
"color": "#a80089"
|
|
},
|
|
{
|
|
"query": "tag:#maths",
|
|
"color": "#2a9e00"
|
|
}
|
|
]
|
|
},
|
|
"display": {
|
|
"nodeSize": 4,
|
|
"linkThickness": 5,
|
|
"particleSize": 6,
|
|
"particleCount": 4
|
|
}
|
|
} |