-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathofexport.json
82 lines (82 loc) · 2.24 KB
/
ofexport.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
{
"db_search_path": [
"/Library/Containers/com.omnigroup.OmniFocus2/Data/Library/Caches/com.omnigroup.OmniFocus2/OmniFocusDatabase2",
"/Library/Caches/com.omnigroup.OmniFocus/OmniFocusDatabase2",
"/Library/Caches/com.omnigroup.OmniFocus.MacAppStore/OmniFocusDatabase2"
],
"file_types": {
"HTML": {
"plugin": "html",
"suffixes": [
"htm",
"html"
],
"template": "html"
},
"ICS": {
"_1": "time_control_default can contain the magic that you can put in a note to control when the item appears in the calendar",
"_2": "The time_control_default is only used if there is no '%of cal' directive in the node",
"plugin": "ics",
"suffixes": [
"ics"
],
"template": "ics",
"time_control_default": "ignored unless it is of the right format"
},
"JSON": {
"call_fn": "json",
"plugin": "json",
"suffixes": [
"json"
]
},
"MARKDOWN": {
"plugin": "markdown",
"suffixes": [
"md",
"markdown",
"ft",
"foldingtext"
],
"template": "markdown"
},
"OPML": {
"plugin": "opml",
"suffixes": [
"opml"
],
"template": "opml"
},
"STDOUT": {
"plugin": "text",
"suffixes": [
""
],
"template": "text"
},
"TASKPAPER": {
"plugin": "taskpaper",
"suffixes": [
"tp",
"taskpaper",
"todo"
],
"template": "taskpaper"
},
"TODOTXT": {
"plugin": "todotxt",
"suffixes": [
"todotxt"
],
"template": "todotxt"
},
"TEXT": {
"plugin": "text",
"suffixes": [
"text",
"txt"
],
"template": "text"
}
}
}