generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 35
/
data.json
79 lines (79 loc) · 1.61 KB
/
data.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
{
"targetAttributes": [
"tags",
"category",
"blob",
"Status"
],
"targetTags": true,
"classFilesPath": "🗃/",
"getFromInlineField": true,
"activateSnippet": true,
"enableEditor": true,
"enableFileList": true,
"enableBacklinks": true,
"enableQuickSwitcher": true,
"enableSuggestor": true,
"selectors": [
{
"type": "tag",
"name": "tags",
"value": "People",
"matchCaseSensitive": false,
"match": "exact",
"uid": "3dbb-f3d0",
"selectText": false,
"selectAppend": false,
"selectPrepend": true,
"selectBackground": false
},
{
"type": "attribute",
"name": "Status",
"value": "#T/Completed",
"matchCaseSensitive": false,
"match": "exact",
"uid": "c955-67db",
"selectText": false,
"selectAppend": false,
"selectPrepend": true,
"selectBackground": false
}
],
"presetFields": [
{
"name": "category",
"values": {
"1": "people",
"2": "movie",
"3": "book",
"4": "system"
},
"id": "1",
"isCycle": false,
"isMulti": true,
"valuesListNotePath": ""
},
{
"name": "Status",
"values": {},
"id": "2",
"isCycle": false,
"isMulti": false,
"valuesListNotePath": "⚙️/Status.md"
},
{
"name": "genre",
"values": {},
"id": "3",
"isCycle": false,
"isMulti": true,
"valuesListNotePath": "⚙️/genre.md"
}
],
"displayFieldsInContextMenu": false,
"globallyIgnoredFields": [
""
],
"getFromFrontmatter": true
}