-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBookmarks.tid
253 lines (250 loc) · 6.52 KB
/
Bookmarks.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
tags: $:/tags/SideBar
title: $:/plugins/OokTech/TiddlyLivre/BookMarks
caption: Bookmarks
type: text/vnd.tiddlywiki
<$tiddler
tiddler='Open This Tab'
>
Select book:
<$select
tiddler='$:/settings/TiddlyLivre'
field='book'
>
<option
value=''
>
--
</option>
<$list
filter='[tag[Book]]'
>
<option
value=<<currentTiddler>>
>
<$view
field='caption'
>
<$view
field='title'
/>
</$view>
</option>
</$list>
</$select>
<$reveal
type='nomatch'
state='$:/settings/TiddlyLivre!!book'
text=''
>
<$button>
Open Book
<$macrocall
$name=OpenBook
Book={{$:/settings/TiddlyLivre!!book}}
/>
</$button>
<br>
Select Chapter
<$select
tiddler='$:/settings/TiddlyLivre'
field='chapter'
>
<option
value=''
>
--
</option>
<$list
filter='[book{$:/settings/TiddlyLivre!!book}tag[Chapter]nsort[order]]'
>
<option
value=<<currentTiddler>>
>
<$view
field='caption'
>
<$view
field='title'
/>
</$view>
</option>
</$list>
</$select>
<$reveal
type='nomatch'
state='$:/settings/TiddlyLivre!!chapter'
text=''
>
<$button>
Open Chapter
<$macrocall
$name=OpenChapter
Chapter={{$:/settings/TiddlyLivre!!chapter}}
/>
</$button>
<br>
Select Paragraph
<$select
tiddler='$:/settings/TiddlyLivre'
field='paragraph'
>
<option
value=''
>
--
</option>
<$list
filter='[book{$:/settings/TiddlyLivre!!book}chapter{$:/settings/TiddlyLivre!!chapter}tag[Paragraph]nsort[order]]'
>
<option>
<$view
field='title'
/>
</option>
</$list>
</$select>
<br>
<$reveal
type='nomatch'
state='$:/settings/TiddlyLivre!!paragraph'
text=''
>
<$set
name=Book
value={{$:/settings/TiddlyLivre!!book}}
>
<$set
name=Chapter
value={{$:/settings/TiddlyLivre!!chapter}}
>
<$button>
Jump to paragraph
<$macrocall
$name=OpenParagraph
Paragraph={{$:/settings/TiddlyLivre!!paragraph}}
/>
</$button>
</$set>
</$set>
</$reveal>
</$reveal>
</$reveal>
</$tiddler>
Bookmarks:
<$list
filter='[[$:/data/Bookmarks]indexes[]]'
variable=CurrentIndex
>
<$button
class='tc-btn-invisible'
>
{{$:/core/images/delete-button}}
<$action-setfield
$tiddler='$:/data/Bookmarks'
$index=<<CurrentIndex>>
/>
</$button>
<$reveal
type='match'
state='$:/temp/TiddlyLivre/EditBookmark'
text=<<CurrentIndex>>
>
<$button
class='tc-btn-invisible'
tooltip='Edit Bookmark Label'
>
{{$:/core/images/edit-button}}
<$action-setfield
$tiddler='$:/temp/TiddlyLivre/EditBookmark'
$field=text
$value=''
/>
</$button>
Bookmark Label:
<$edit-text
tiddler='$:/data/Bookmarks'
index=<<CurrentIndex>>
type="text"
tag="input"
/>
<$button
class='tc-btn-invisible'
tooltip='Edit Bookmark Label'
>
{{$:/core/images/done-button}}
<$action-setfield
$tiddler='$:/temp/TiddlyLivre/EditBookmark'
$field=text
$value=''
/>
</$button>
<$button
class='tc-btn-invisible'
tooltip='Edit Bookmark Label'
>
{{$:/core/images/cancel-button}}
<$action-setfield
$tiddler='$:/data/Bookmarks'
$index=<<CurrentIndex>>
$value=Bookmark
/>
<$action-setfield
$tiddler='$:/temp/TiddlyLivre/EditBookmark'
$field=text
$value=''
/>
</$button>
</$reveal>
<$reveal
type='nomatch'
state='$:/temp/TiddlyLivre/EditBookmark'
text=<<CurrentIndex>>
>
<$button
class='tc-btn-invisible'
tooltip='Edit Bookmark Label'
>
{{$:/core/images/edit-button}}
<$action-setfield
$tiddler='$:/temp/TiddlyLivre/EditBookmark'
$value=<<CurrentIndex>>
/>
</$button>
<$button>
Go to
<$list
filter='[[$:/data/Bookmarks]getindex<CurrentIndex>prefix[Bookmark]suffix[Bookmark]]'
variable=dummy
emptyMessage="""<$view tiddler='$:/data/Bookmarks' index=<<CurrentIndex>>/>"""
>
<$view
tiddler=<<CurrentIndex>>
field=book
/>
<$list
variable=thisBook
filter='[<CurrentIndex>get[book]]'
>
<$list
variable=thisChapter
filter='[<CurrentIndex>get[chapter]]'
>
Ch.
<$count
filter='[[dummy]][book<thisBook>tag[Chapter]allbefore<thisChapter>]'
/>
Paragraph
<$count
filter='[[dummy]][chapter<thisChapter>tag[Paragraph]allbefore<CurrentIndex>]'
/>
</$list>
</$list>
</$list>
<$macrocall
$name=OpenParagraph
Paragraph=<<CurrentIndex>>
/>
</$button>
</$reveal>
<br>
</$list>