forked from FriendsOfREDAXO/markitup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
executable file
·289 lines (263 loc) · 7.45 KB
/
config.yml
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
bold:
name: profiles_buttons_bold
key: B
className: bold
openWith:
markdown: "**"
textile: "*"
closeWith:
markdown: "**"
textile: "*"
code:
name: profiles_buttons_code
className: code
openWith:
markdown: "```"
textile: "@"
closeWith:
markdown: "```"
textile: "@"
clips:
name: profiles_buttons_clips
className: clips
deleted:
name: profiles_buttons_deleted
key: S
className: deleted
openWith:
markdown: "~~"
textile: "-"
closeWith:
markdown: "~~"
textile: "-"
emaillink:
name: profiles_buttons_emaillink
className: emaillink
replaceWith:
markdown: "function(h) {return btnMarkdownLinkMailtoCallback(h);}"
textile: "function(h) {return btnTextileLinkMailtoCallback(h);}"
externallink:
name: profiles_buttons_externallink
className: externallink
replaceWith:
markdown: "function(h) {return btnMarkdownLinkExternalCallback(h);}"
textile: "function(h) {return btnTextileLinkExternalCallback(h);}"
groupheading:
name: profiles_buttons_groupheading
className: groupheading
children:
1:
name: profiles_buttons_groupheading_option_heading1
openWith:
markdown: '\n\n#'
textile: '\n\nh1. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
2:
name: profiles_buttons_groupheading_option_heading2
openWith:
markdown: '\n\n##'
textile: '\n\nh2. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
3:
name: profiles_buttons_groupheading_option_heading3
openWith:
markdown: '\n\n###'
textile: '\n\nh3. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
4:
name: profiles_buttons_groupheading_option_heading4
openWith:
markdown: '\n\n####'
textile: '\n\nh4. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
5:
name: profiles_buttons_groupheading_option_heading5
openWith:
markdown: '\n\n#####'
textile: '\n\nh5. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
6:
name: profiles_buttons_groupheading_option_heading6
openWith:
markdown: '\n\n######'
textile: '\n\nh6. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
grouplink:
name: profiles_buttons_grouplink
className: grouplink
children:
file:
name: profiles_buttons_grouplink_option_file
replaceWith:
markdown: "function(h) {return btnMarkdownLinkMediaCallback(h);}"
textile: "function(h) {return btnTextileLinkMediaCallback(h);}"
internal:
name: profiles_buttons_grouplink_option_internal
replaceWith:
markdown: "function(h) {return btnMarkdownLinkInternalCallback(h);}"
textile: "function(h) {return btnTextileLinkInternalCallback(h);}"
external:
name: profiles_buttons_grouplink_option_external
replaceWith:
markdown: "function(h) {return btnMarkdownLinkExternalCallback(h);}"
textile: "function(h) {return btnTextileLinkExternalCallback(h);}"
mailto:
name: profiles_buttons_grouplink_option_mailto
replaceWith:
markdown: "function(h) {return btnMarkdownLinkMailtoCallback(h);}"
textile: "function(h) {return btnTextileLinkMailtoCallback(h);}"
heading1:
name: profiles_buttons_heading1
className: heading1
openWith:
markdown: '\n\n# '
textile: '\n\nh1. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
heading2:
name: profiles_buttons_heading2
className: heading2
openWith:
markdown: '\n\n## '
textile: '\n\nh2. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
heading3:
name: profiles_buttons_heading3
className: heading3
openWith:
markdown: '\n\n### '
textile: '\n\nh3. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
heading4:
name: profiles_buttons_heading4
className: heading4
openWith:
markdown: '\n\n#### '
textile: '\n\nh4. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
heading5:
name: profiles_buttons_heading5
className: heading5
openWith:
markdown: '\n\n##### '
textile: '\n\nh5. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
heading6:
name: profiles_buttons_heading6
className: heading6
openWith:
markdown: '\n\n###### '
textile: '\n\nh6. '
closeWith:
markdown: '\n\n'
textile: '\n\n'
internallink:
name: profiles_buttons_internallink
className: internallink
replaceWith:
markdown: "function(h) {return btnMarkdownLinkInternalCallback(h);}"
textile: "function(h) {return btnTextileLinkInternalCallback(h);}"
italic:
name: profiles_buttons_italic
key: I
className: italic
openWith:
markdown: "*"
textile: "_"
closeWith:
markdown: "*"
textile: "_"
media:
name: profiles_buttons_media
className: media
replaceWith:
markdown: "function(h) {return btnMarkdownMediaCallback(h);}"
textile: "function(h) {return btnTextileMediaCallback(h);}"
medialink:
name: profiles_buttons_medialink
className: medialink
replaceWith:
markdown: "function(h) {return btnMarkdownLinkMediaCallback(h);}"
textile: "function(h) {return btnTextileLinkMediaCallback(h);}"
orderedlist:
name: profiles_buttons_orderedlist
className: orderedlist
replaceWith:
markdown: "function(h) {return btnMarkdownOrderedlistCallback(h);}"
textile: "function(h) {return btnTextileOrderedlistCallback(h);}"
paragraph:
name: profiles_buttons_paragraph
className: paragraph
openWith:
markdown: '\n\n'
textile: "p. "
quote:
name: profiles_buttons_quote
className: quote
openWith:
markdown: "> "
textile: "bq. "
sub:
name: profiles_buttons_sub
className: sub
openWith:
markdown: "~"
textile: "~"
closeWith:
markdown: "~"
textile: "~"
sup:
name: profiles_buttons_sup
className: sup
openWith:
markdown: "^"
textile: "^"
closeWith:
markdown: "^"
textile: "^"
table:
name: profiles_buttons_table
className: table
replaceWith:
markdown: "function(h) {return btnMarkdownTableCallback(h);}"
textile: "function(h) {return btnTextileTableCallback(h);}"
underline:
name: profiles_buttons_underline
key: U
className: underline
openWith:
markdown: "__"
textile: "+"
closeWith:
markdown: "__"
textile: "+"
unorderedlist:
name: profiles_buttons_unorderedlist
className: unorderedlist
replaceWith:
markdown: "function(h) {return btnMarkdownUnorderedlistCallback(h);}"
textile: "function(h) {return btnTextileUnorderedlistCallback(h);}"
yform:
name: profiles_buttons_yform
className: yform