-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DraftsSettings.json
134 lines (128 loc) · 3.31 KB
/
DraftsSettings.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
{
"libSourceURL": "https://tadpole.thoughtasylum.com/assets/library/tad.js",
"libName": "tad",
"settingsPath": "/Library/Scripts/tad.json",
"dataPath": "/Library/Scripts/tad-data.json",
"metaPath": "/Library/Scripts/tad-meta.json",
"runTag": "#run#",
"runArea": "inbox",
"runSyntax": "JavaScript",
"runTagScript": "javascript",
"beautifierURL": "https://tadpole.thoughtasylum.com/assets/library/beautifier.js",
"beautifierLibName": "beautifier",
"beautifierSettings": "beautifier.json",
"cryptoURL": "https://tadpole.thoughtasylum.com/assets/library/crypto-js.js",
"cryptoLibName": "crypto-js",
"taskBasicStart": "- [",
"taskBasicComplete": "x",
"taskBasicIncomplete": " ",
"taskBasicEnd": "] ",
"taskBasicSyntax": "Simple List",
"buttonLabelTruncation": 32,
"debugEnabled": false,
"consoleDebugMarker": "🐞 ",
"consoleInfoMarker": "💡 ",
"consoleWarnMarker": "⚠️ ",
"consoleErrorMarker": "⛔️ ",
"consoleSuccessMarker": "✅️ ",
"msgTitleInfo": "💡 INFORMATION 💡",
"msgTitleWarn": "⚠️ WARNING ⚠️",
"msgTitleError": "⛔️ ERROR ⛔️",
"msgTitleDebug": "🐞 ⒹⒺⒷⓊⒼ 🐞",
"separatorDateStamp": "-",
"separatorDateTimeStamp": "-",
"separatorTimeStamp": ".",
"templateFilter": "archive",
"templateTags": [
"template"
],
"draft_discourse": {
"syntax": "MultiMarkdown",
"extension": "mmd",
"tags": [
"Discourse"
]
},
"draft_javascript": {
"syntax": "JavaScript",
"extension": "js",
"tags": [
"javascript"
]
},
"draft_markdown": {
"syntax": "Markdown",
"extension": "md",
"tags": [
]
},
"draft_multimarkdown": {
"syntax": "MultiMarkdown",
"extension": "mmd",
"tags": [
]
},
"draft_taskpaper": {
"syntax": "Taskpaper",
"extension": "taskpaper",
"tags": [
]
},
"draft_plain_text": {
"syntax": "Plain Text",
"extension": "txt",
"tags": [
]
},
"draft_simple_list": {
"syntax": "Plain Text",
"extension": "txt",
"tags": [
]
},
"draft_github_markdown": {
"syntax": "GitHub Markdown",
"extension": "mmd",
"tags": [
]
},
"backlink_sectionstart": "---\n**BACK LINKS** \n ",
"backlink_sectionend": "---\n",
"backlink_prefix": "- ",
"backlink_suffix": "",
"backlink_delimiter": "\n",
"duplicateLinesDefault": 5,
"encodeMap": {
"*": "%2A",
"!": "%21",
"(": "%28",
"~": "%7E",
")": "%29",
"'": "%27"
},
"commands": {
"actdir": "OPEN_URL|https://actions.getdrafts.com",
"wsc": "RUN_FUNCTION|Workspace.TA_selectLoadWorkspaceByButton",
"act": "RUN_ACTION|<1>",
"cbdic": "RUN_ACTION|TAD-Dictate-to-clipboard",
"tag": "RUN_FUNCTION|draft.TA_tagAddCSV",
"ws": "RUN_FUNCTION|app.TA_applyWorkspaceByName",
"url": "OPEN_URL|<1>"
},
"actions": {
"info": {
"Display System & App Settings": "TAD-Display Drafts and System Information",
"Display Library Settings": "TAD-Display Settings"
}
},
"testLibsEnable": false,
"testLibsAlert": true,
"testLibsListPath": "/Library/Scripts/tad-testlibs.txt",
"version": "20210402",
"authors": [
"Stephen Millard"
],
"source": "https://www.thoughtasylum.com/",
"copyrightPeriod": "2018 - 2021",
"copyright": "Copyright 2018 - 2021: Stephen Millard (ThoughtAsylum)."
}