Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| playground:hiding_content [2017/02/07 18:44] – tmomas | playground:hiding_content [2018/01/20 11:42] – Hidden content inside un-/ordered lists added tmomas | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== What is working and what is not ===== | ===== What is working and what is not ===== | ||
| - | ^ plugin | + | ^ plugin |
| - | ^ folded | + | ^ [[https:// |
| - | ^ hidden | + | ^ [[https:// |
| - | ^ outliner | + | ^ [[https:// |
| **My favourite: | **My favourite: | ||
| Line 11: | Line 11: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| + | ==== Hidden content inside un-/ordered lists ==== | ||
| + | |||
| + | * Run the following commands to modify ''/ | ||
| + | uci set network.vpnserver=' | ||
| + | uci set network.vpnserver.proto=' | ||
| + | uci set network.vpnserver.ifname=' | ||
| + | uci set network.vpnserver.auto=' | ||
| + | uci commit network</ | ||
| + | ++++ Modified part of / | ||
| + | < | ||
| + | config interface ' | ||
| + | option proto ' | ||
| + | option ifname ' | ||
| + | option auto ' | ||
| + | </ | ||
| + | ++++ | ||
| + | </ | ||
| + | * Run the following commands to modify ''/ | ||
| + | uci set network.vpnserver=' | ||
| + | uci set network.vpnserver.proto=' | ||
| + | uci set network.vpnserver.ifname=' | ||
| + | uci set network.vpnserver.auto=' | ||
| + | uci commit network</ | ||
| + | <hidden onHidden=" | ||
| + | < | ||
| + | config interface ' | ||
| + | option proto ' | ||
| + | option ifname ' | ||
| + | option auto ' | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | * Run the following commands to modify ''/ | ||
| + | uci set network.vpnserver=' | ||
| + | uci set network.vpnserver.proto=' | ||
| + | uci set network.vpnserver.ifname=' | ||
| + | uci set network.vpnserver.auto=' | ||
| + | uci commit network</ | ||
| + | --> | ||
| + | < | ||
| + | config interface ' | ||
| + | option proto ' | ||
| + | option ifname ' | ||
| + | option auto ' | ||
| + | </ | ||
| + | <-- | ||
| + | </ | ||
| + | |||
| + | ==== Formatting inside hidden content ==== | ||
| + | |||
| ++++ Bootlog | Folded plugin -> https:// | ++++ Bootlog | Folded plugin -> https:// | ||