1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-26 01:50:28 +00:00
TiddlyWiki5/editions
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
..
classicparserdemo First pass at an --editions command 2014-10-27 21:50:25 +00:00
codemirrordemo House style tweaks for codemirror docs 2014-11-25 15:40:28 +00:00
d3demo First pass at an --editions command 2014-10-27 21:50:25 +00:00
de-AT Rename node-webkit to NW.js 2015-03-10 16:54:53 +00:00
de-AT-server First pass at an --editions command 2014-10-27 21:50:25 +00:00
de-DE new UI element translations. new CLI command translations 2014-11-03 22:25:23 +01:00
dev Include the version number in the plugin library path 2015-03-16 15:44:24 +00:00
empty First pass at an --editions command 2014-10-27 21:50:25 +00:00
fr-FR Standardise filenames for building fr-FR edition 2015-02-10 22:05:44 +00:00
fr-FR-server fr-FR-server configured to serve the fr-FR edition 2014-11-16 09:31:49 +01:00
full Remove extraneous colon 2015-03-10 11:04:35 +00:00
highlightdemo Improve plugin readmes 2015-03-19 10:53:45 +00:00
introduction Revert "Motovun jack" 2015-03-31 09:06:22 +01:00
ja-JP Incorporate stickytitles theme into snow white theme 2014-12-21 16:04:42 +00:00
katexdemo Upgrade to KaTeX v0.2.0 2015-03-14 08:34:16 +00:00
markdowndemo First pass at an --editions command 2014-10-27 21:50:25 +00:00
pluginlibrary Lots of improvements to the plugin library 2015-03-18 11:46:28 +00:00
prerelease This widget allows the user to set multiple variables in one go. 2015-04-27 17:07:13 +02:00
server First pass at an --editions command 2014-10-27 21:50:25 +00:00
tahoelafs First pass at an --editions command 2014-10-27 21:50:25 +00:00
test Don't HTML encode single quotes 2015-03-21 14:17:42 +00:00
testcommonjs First pass at an --editions command 2014-10-27 21:50:25 +00:00
translators Add Slovak translation 2015-03-10 11:04:25 +00:00
tw2 First pass at an --editions command 2014-10-27 21:50:25 +00:00
tw5.com Preparing for 5.1.8 release 2015-04-17 17:34:31 +01:00
tw5.com-server First pass at an --editions command 2014-10-27 21:50:25 +00:00
tw5tank Typos 2014-12-05 10:20:32 +00:00
tw5tiddlyweb Typos 2014-12-05 10:20:32 +00:00
upgrade First pass at an --editions command 2014-10-27 21:50:25 +00:00
zh-Hans Incorporate stickytitles theme into snow white theme 2014-12-21 16:04:42 +00:00
zh-Hant Incorporate stickytitles theme into snow white theme 2014-12-21 16:04:42 +00:00