From 3633a40986c5f2ba6069ee4842842865f50af1f0 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 5 Mar 2012 10:18:22 +0000 Subject: [PATCH] Improved slider macro docs --- js/macros/slider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/macros/slider.js b/js/macros/slider.js index 217d64512..f041f2634 100644 --- a/js/macros/slider.js +++ b/js/macros/slider.js @@ -6,7 +6,7 @@ The slider macro is used to selectively reveal a chunk of text. By default, it r The enclosed text can be a string of WikiText or be taken from a target tiddler. -The current state of the slider can be stored as the string "open" or "closed" in a specified tiddler. If the value of that tiddler changes then the slider is automatically updated. +The current state of the slider can be stored as the string "open" or "closed" in a specified tiddler. If the value of that tiddler changes then the slider is automatically updated. If no state tiddler is specified then the state of the slider isn't retained, but the slider still works as expected. !!Parameters |`state` //(defaults to 1st parameter)// |The title of the tiddler to contain the current state of the slider | |`default` |The initial state of the slider, either `open` or `closed` |