1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-31 15:56:55 +00:00
Felix Hayashi 740627795f This widget allows the user to set multiple variables in one go.
It thereby reduces code complexity that would arise when setting
many variables using "<$set>".

```
\define helloworld() Hello world!
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
  <<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```

How this Widget differs from the set widget:

 * Variables may be created by using the "key=value" notation
   that you already know from widgets like action-setfield.
 * You cannot specify a fallback ("emptyValue")
 * You cannot use a filter to produce a conditional variable assignement

Original discussion that led to the creation of this widget:
https://github.com/Jermolene/TiddlyWiki5/issues/1610
2015-04-27 17:07:13 +02:00
..
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2014-04-27 20:03:33 +01:00
2014-08-30 20:44:26 +01:00
2014-06-13 14:44:43 +01:00
2014-09-02 10:41:48 +01:00
2013-11-10 19:22:10 +00:00
2013-12-21 16:11:48 +00:00
2015-03-23 15:28:26 +00:00
2014-08-28 21:43:44 +01:00
2015-01-28 16:00:34 +00:00
2014-11-09 17:10:18 +00:00