-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPluginList.tid
52 lines (49 loc) · 962 Bytes
/
PluginList.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
title: $:/plugins/OokTech/TWederBob/GetPlugins
Pick Server:
<$select
tiddler='$:/state/TWederBob/GetPlugins/SelectedServer'
>
<$list
filter='[tag[Bob Plugin Server]]'
>
<option
value={{!!url}}
>
<$view
field='caption'
>
<$view
field='title'
/>
</$view>
</option>
</$list>
<option
value='https://ooktech.xyz:8443'
>
OokTech Public Test
</option>
</$select>
<$button>
Get Plugin List
<$reveal
type='nomatch'
state='$:/state/TWederBob/GetPlugins/SelectedServer'
text=''
>
<$action-interServerMessage
url={{$:/state/TWederBob/GetPlugins/SelectedServer}}
requestType='listPlugins'
/>
</$reveal>
</$button>
<$button>
Clear list
<$action-deletetiddler
$filter='[prefix[$:/pluginData/Listing/]]'
/>
</$button>
<$list
filter='[prefix[$:/pluginData/Listing/]]'
template='$:/plugins/OokTech/TWederBob/PluginListItem'
/>