@@ -6,6 +6,14 @@ id: 73f2c04d-176a-4586-9ff5-69fae63321ef
6
6
tags :
7
7
- Calculators & Converters
8
8
---
9
+ import Distance from " ./images/Distance.png" ;
10
+ import Volume from " ./images/Volume.png" ;
11
+ import Area from " ./images/Area.png" ;
12
+ import Weight from " ./images/Weight.png" ;
13
+ import Temperature from " ./images/Temperature.png" ;
14
+ import Speed from " ./images/Speed.png" ;
15
+ import Energy from " ./images/Energy.png" ;
16
+
9
17
# General Converter (Flow.Launcher.GenConvert)
10
18
11
19
General weight, volume, distance, area, temperature, speed and energy converter for the [ Flow Launcher] ( https://github.com/Flow-Launcher/Flow.Launcher )
@@ -16,8 +24,8 @@ Currently English and Chinese language supported. Edit the .env file to change t
16
24
17
25
### Usage
18
26
19
- | Keyword | Description |
20
- | ------------------------------------------------------------- | -------------------------------------------------- |
27
+ | Keyword | Description |
28
+ | ------------------------------------------------------------- | --------------------------------------------------- |
21
29
| ` gc <amount> <from unit abbreviation> <to unit abbreviation> ` | Convert the amount of the from unit to the to unit. |
22
30
23
31
The from and to unit are case sensitive.
@@ -36,10 +44,10 @@ The following units and their abbreviations can be used (each table can only con
36
44
<th >Subject</th >
37
45
<th >Unit</th >
38
46
<th >Abbreviation</th >
39
- <th rowspan="10" align="center"><img src="images/ Distance.png" alt="Distance Logo"></th>
47
+ <th rowspan = " 10" align = " center" ><img src = { Distance .src } alt = " Distance Logo" / ></th >
40
48
</tr >
41
49
<tr >
42
- <td rowspan="9" align="center"> Distance</td>
50
+ <td rowspan = " 9" align = " center" >Distance</td >
43
51
<td >millimetre</td >
44
52
<td >mm</td >
45
53
</tr >
@@ -82,7 +90,7 @@ The following units and their abbreviations can be used (each table can only con
82
90
<th >Subject</th >
83
91
<th >Unit</th >
84
92
<th >Abbreviation</th >
85
- <th rowspan="27" align="center"><img src="images/ Volume.png" alt="Volume Logo"></th>
93
+ <th rowspan = " 27" align = " center" ><img src = { Volume .src } alt = " Volume Logo" / ></th >
86
94
</tr >
87
95
<tr >
88
96
<td rowspan = " 26" align = " center" >Volume</td >
@@ -196,7 +204,7 @@ The following units and their abbreviations can be used (each table can only con
196
204
<th >Subject</th >
197
205
<th >Unit</th >
198
206
<th >Abbreviation</th >
199
- <th rowspan="10" align="center"><img src="images/ Area.png" alt="Area Logo"></th>
207
+ <th rowspan = " 10" align = " center" ><img src = { Area .src } alt = " Area Logo" / ></th >
200
208
</tr >
201
209
<tr >
202
210
<td rowspan = " 9" align = " center" >Area</td >
@@ -242,7 +250,7 @@ The following units and their abbreviations can be used (each table can only con
242
250
<th >Subject</th >
243
251
<th >Unit</th >
244
252
<th >Abbreviation</th >
245
- <th rowspan="7" align="center"><img src="images/ Weight.png" alt="Weight Logo"></th>
253
+ <th rowspan = " 7" align = " center" ><img src = { Weight .src } alt = " Weight Logo" / ></th >
246
254
</tr >
247
255
<tr >
248
256
<td rowspan = " 6" align = " center" >Weight</td >
@@ -276,7 +284,7 @@ The following units and their abbreviations can be used (each table can only con
276
284
<th >Subject</th >
277
285
<th >Unit</th >
278
286
<th >Abbreviation</th >
279
- <th rowspan="4" align="center"><img src="images/ Temperature.png" alt="Temperature Logo"></th>
287
+ <th rowspan = " 4" align = " center" ><img src = { Temperature .src } alt = " Temperature Logo" / ></th >
280
288
</tr >
281
289
<tr >
282
290
<td rowspan = " 3" align = " center" >Temperature</td >
@@ -298,7 +306,7 @@ The following units and their abbreviations can be used (each table can only con
298
306
<th >Subject</th >
299
307
<th >Unit</th >
300
308
<th >Abbreviation</th >
301
- <th rowspan="4" align="center"><img src="images/ Speed.png" alt="Speed Logo"></th>
309
+ <th rowspan = " 4" align = " center" ><img src = { Speed .src } alt = " Speed Logo" / ></th >
302
310
</tr >
303
311
<tr >
304
312
<td rowspan = " 3" align = " center" >Speed</td >
@@ -320,7 +328,7 @@ The following units and their abbreviations can be used (each table can only con
320
328
<th >Subject</th >
321
329
<th >Unit</th >
322
330
<th >Abbreviation</th >
323
- <th rowspan="8" align="center"><img src="images/ Energy.png" alt="Energy Logo"></th>
331
+ <th rowspan = " 8" align = " center" ><img src = { Energy .src } alt = " Energy Logo" / ></th >
324
332
</tr >
325
333
<tr >
326
334
<td rowspan = " 7" align = " center" >Energy</td >
@@ -351,4 +359,4 @@ The following units and their abbreviations can be used (each table can only con
351
359
<td >British thermal units</td >
352
360
<td >BTU</td >
353
361
</tr >
354
- </table >
362
+ </table >
0 commit comments