-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlternateTagFields.tid
234 lines (225 loc) · 4.95 KB
/
AlternateTagFields.tid
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
caption: Alternate Tag Fields
tags: $:/tags/ControlPanel
title: $:/plugins/OokTech/GenTags/settings/AlternateTagFields
plugin_configuration: Alternate Tag Fields
!! General Settings
* <$checkbox tiddler='$:/settings/GenTags/ShowOpenAll' field=text checked=true unchecked=false>Show `Open All` button in tag pills</$checkbox>
* <$checkbox tiddler='$:/settings/GenTags/ShowNonExistent' field=text checked=true unchecked=false>Show fields before they are created</$checkbox>
!!Use New Field:
<table>
<tr>
<th>
Field Label
</th>
<th>
Field Name
</th>
<th>
Pill Color
</th>
<th>
Wikify Tags
</th>
<th>
Hide in edit mode
</th>
<th>
Hide nonexistent fields
</th>
<th>
Hide in view mode
</th>
</tr>
<tr>
<td>
<$edit-text
tiddler='$:/temp/Settings/AlternateTagFields'
field='label'
class='tc-edit-texteditor'
/>
</td>
<td>
<$edit-text
tiddler='$:/temp/Settings/AlternateTagFields'
field='fieldname'
class='tc-edit-texteditor'
/>
</td>
<td>
<$edit-text
tiddler='$:/temp/Settings/AlternateTagFields'
field=color
/>
<$button>reset
<$action-setfield
$tiddler='$:/temp/Settings/AlternateTagFields'
$field=color
$value=''
/>
</$button>
</td>
<td>
<$checkbox
tiddler='$:/temp/Settings/AlternateTagFields'
field=wikify
checked=True
unchecked=False
>
</$checkbox>
</td>
<td>
<$checkbox
tiddler='$:/temp/Settings/AlternateTagFields'
field=hide_in_edit_mode
checked=true
unchecked=false
>
</$checkbox>
</td>
<td>
<$checkbox
tiddler='$:/temp/Settings/AlternateTagFields'
field=hide_nonexistent
checked=true
unchecked=false
>
</$checkbox>
</td>
<td>
<$checkbox
tiddler='$:/temp/Settings/AlternateTagFields'
field=hide_in_view_mode
checked=true
unchecked=false
>
</$checkbox>
</td>
</tr>
</table>
<$list
filter='[[$:/temp/Settings/AlternateTagFields]has[fieldname]get[fieldname]limit[1]] -title -text
tags -created -modified -tags'
emptyMessage="Enter a field name. Valid field names contain only letters, numbers, `.`, `-`, and `-`. Additionally you may not use the names `title`, `text`, `tags`, `created` or `modified`."
>
<$set
name=SettingsTiddlerName
filter='[{$:/temp/Settings/AlternateTagFields!!fieldname}addprefix[$:/settings/AlternateTagFields/]]'
>
<$button>Add Field
<$action-setfield
$tiddler=<<SettingsTiddlerName>>
fieldname={{$:/temp/Settings/AlternateTagFields!!fieldname}}
label={{$:/temp/Settings/AlternateTagFields!!label}}
hide_in_view_mode={{$:/temp/Settings/AlternateTagFields!!hide_in_view_mode}}
hide_in_edit_mode={{$:/temp/Settings/AlternateTagFields!!hide_in_edit_mode}}
hide_nonexistent={{$:/temp/Settings/AlternateTagFields!!hide_nonexistent}}
wikify={{$:/temp/Settings/AlternateTagFields!!wikify}}
/>
<$action-setfield
$tiddler='$:/temp/Settings/AlternateTagFields'
fieldname=''
label=''
hide_in_view_mode=''
hide_in_edit_mode=''
wikify=''
/>
</$button>
</$set>
</$list>
!!Additional fields currently in use:
<table>
<tr>
<th>
Field Label
</th>
<th>
Field Name
</th>
<th>
Pill Color
</th>
<th>
Wikify Tags
</th>
<th>
Hide in edit mode
</th>
<th>
Hide nonexistent fields
</th>
<th>
Hide in view mode
</th>
<th>
Remove Field
</th>
</tr>
<$list
filter='[prefix[$:/settings/AlternateTagFields/]]'
>
<tr>
<td>
<$edit-text
field=label
class='tc-edit-texteditor'
/>
</td>
<td>
<$edit-text
field=fieldname
class='tc-edit-texteditor'
/>
</td>
<td>
<$edit-text
field=color
/>
<$button>reset
<$action-setfield
$field=color
$value=''
/>
</$button>
</td>
<td>
<$checkbox
field=wikify
checked=True
unchecked=False
>
</$checkbox>
</td>
<td>
<$checkbox
field=hide_in_edit_mode
checked=true
unchecked=false
>
</$checkbox>
</td>
<td>
<$checkbox
field=hide_nonexistent
checked=true
unchecked=false
>
</$checkbox>
</td>
<td>
<$checkbox
field=hide_in_view_mode
checked=true
unchecked=false
>
</$checkbox>
</td>
<td>
<$button class='tc-btn-invisible'>{{$:/core/images/delete-button}}
<$action-deletetiddler
$tiddler=<<currentTiddler>>
/>
</$button>
</td>
</tr>
</$list>
</table>