1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00

Fix broken QR code wifi example

This commit is contained in:
Jermolene 2018-06-23 10:18:39 +01:00
parent acaa07a964
commit 929b0c9833

View File

@ -3,17 +3,15 @@ tags: $:/tags/MakeQR
caption: Wifi
\define wifi-url()
WIFI:wifi name;T:WPA;S:SSID;P:password;
WIFI:T:WPA;S:SSID;P:password;;
\end
\define image(network,encryption,ssid,password)
<img src=<<makeqr text:"""WIFI:$network$;T:$encryption$;S:$ssid$;P:$password$;""" size:"350">>/>
<img src=<<makeqr text:"""WIFI:T:$encryption$;S:$ssid$;P:$password$;;""" size:"350">>/>
\end
! Enter the details of your wifi network
Name of wifi network: <$edit-text tiddler="$:/config/plugins/tiddlywiki/qrcode/wifi/network" tag="input" default=""/>
Encryption: <$select tiddler="$:/config/plugins/tiddlywiki/qrcode/wifi/encryption" default="none">
<option value="none">None</option>
<option value="WEP">WEP</option>