1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-05 02:10:45 +00:00
Commit Graph

6399 Commits

Author SHA1 Message Date
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
Jermolene
afb250cef3 Whoops too early to bump the version 2015-04-17 17:36:49 +01:00
Jermolene
b9ec50ecff Updated readme 2015-04-17 17:35:53 +01:00
Jermolene
ee81425968 Preparing for 5.1.8 release 2015-04-17 17:34:31 +01:00
Jermolene
4dbf46e3d7 Docs updates 2015-04-17 17:07:47 +01:00
Jermolene
b08a2080ee Revert to a pale default theme for highlight plugin
Fixes #1656
2015-04-17 16:05:54 +01:00
Jermolene
98011b611a Release note updates 2015-04-17 15:58:13 +01:00
Jeremy Ruston
0d259a5d3f Merge pull request #1657 from BramChen/master
Update chinese translations
2015-04-17 15:08:39 +01:00
Jermolene
bef333e52b Typos in nsortcs and sortcs docs 2015-04-17 13:58:32 +01:00
Jermolene
6e2bfc8c77 Remove icon from gentle guide link panel 2015-04-17 13:58:07 +01:00
Jermolene
8d231f4a9f Give link panels rounded corners
The idea is that the rounded corners help the video preview to look
like a video preview.
2015-04-16 18:34:42 +01:00
Jermolene
f44bf1e458 Remove extraneous file 2015-04-16 18:34:04 +01:00
Jermolene
534f2bc12d Docs updates 2015-04-16 18:33:55 +01:00
Bram Chen
b9bccbf1ae Update chinese wording of exporter descriptions 2015-04-13 21:24:15 +08:00
Jermolene
3e966d4cf3 Simplify wording of exporter descriptions 2015-04-13 07:53:36 +01:00
Jermolene
8dca128725 Docs updates 2015-04-13 07:51:01 +01:00
Jermolene
ba0ddb939c Re-establish "Configurations" TOC heading 2015-04-12 19:57:06 +01:00
Jermolene
0b4ed3c72d Use palette colours for text areas and text inputs 2015-04-10 17:04:41 +01:00
Jermolene
b2cb992538 Fix thumbnail flex properties for Safari 2015-04-10 17:01:18 +01:00
Jermolene
301bc4988d Ensure static banner is above the story river 2015-04-09 19:56:54 +01:00
Jeremy Ruston
543e95a436 Merge pull request #1645 from reflectionalist/patch-1
Add the missing operator to `sameday`
2015-04-09 19:20:51 +01:00
Jermolene
2dabb6a1fc Fix modal scroll behaviour
The previous behaviour didn’t allow scrolling of the modal itself
through the scroll bar because the scrollbar was hidden behind the
backdrop.

Fixes #1642
2015-04-09 11:03:06 +01:00
Jermolene
89679c1b6a Add local plugin library to prerelease for debugging 2015-04-09 11:02:14 +01:00
Jermolene
596caafd5f Docs tweaks 2015-04-09 11:01:49 +01:00
Hong-Yi Dai
279ae2af79 Add the missing operator to sameday
Otherwise, the `sameday` macro will default to `modified`.  In case the user set `dateField:"created"` when calling `timeline`, the result will be inconsitent.
2015-04-09 11:10:09 +08:00
Jeremy Ruston
13a5e8f31c Merge pull request #1520 from roma0104/master
Update the sameday and eachday filter to accept TW5 date strings.
2015-04-06 17:40:32 +01:00
Jermolene
5c6cee62e3 Updates to Danish translation
Thanks to Birthe C
2015-04-06 16:42:31 +01:00
Jermolene
660090912b Release note update 2015-04-06 16:39:18 +01:00
Jeremy Ruston
66a52c1308 Merge pull request #1639 from xcazin/fr-FR
fr-FR translations for recent changes in localisable strings
2015-04-04 15:10:12 +01:00
Xavier Cazin
a912b9b982 Merge remote-tracking branch 'upstream/master' into fr-FR 2015-04-04 15:53:10 +02:00
Xavier Cazin
32ebb64638 fr-FR translations for recent changes in localisable strings 2015-04-04 15:52:27 +02:00
Jermolene
fd9bbcd21e Release note updates 2015-04-04 10:39:58 +01:00
Jeremy Ruston
aacde0d703 Merge pull request #1635 from reflectionalist/patch-1
Document how to use relative paths (fix #1628)
2015-04-04 08:35:36 +01:00
Jeremy Ruston
dd68792282 Merge pull request #1638 from reflectionalist/patch-3
Fix a typo
2015-04-04 08:35:18 +01:00
Jeremy Ruston
4b60b4aa59 Merge pull request #1637 from reflectionalist/patch-2
Sign CLA-individual to contribute
2015-04-04 08:33:38 +01:00
Hong-Yi Dai
2140ae2b51 Fix a typo 2015-04-04 07:48:32 +08:00
Hong-Yi Dai
2cd10ad9c0 Sign CLA-individual to contribute 2015-04-04 06:36:51 +08:00
Jermolene
eb8d44e288 Add new community links 2015-04-03 12:22:21 +01:00
Jermolene
f3ed9bf7e4 Fix problem with double quotes in new field value
Fixes #1634
2015-04-03 09:06:57 +01:00
Hong-Yi Dai
6410f31aaa Document how to use relative paths (fix #1628) 2015-04-03 11:11:37 +08:00
Jermolene
42debd489d Fix problem with overflowing content in vertical tabs
Fixes #1632
2015-04-02 17:53:40 +01:00
Jermolene
21b6ce71ff Revised wording for "save tiddler" button
See #1274
2015-04-02 17:49:42 +01:00
Jermolene
b7465c5eb1 Missed off 7c9976f1d9 2015-04-02 15:22:50 +01:00
Jermolene
7c9976f1d9 Partially revert to 5.1.7 scroll behaviour
We’re keeping the new logic that prevents unnecessary scrolling at
startup

Fixes #1543
2015-04-02 15:21:49 +01:00
Jermolene
22f4f07a16 Theme tweaks docs update 2015-04-02 14:02:58 +01:00
Jermolene
a35425e579 Add a light background photo for comparison 2015-04-02 13:19:06 +01:00
Jermolene
515be0c22e New DarkPhotos palette that's good with background photos 2015-04-02 12:39:24 +01:00
Jermolene
816363408e Introduce site-title-foreground to palette 2015-04-02 12:39:08 +01:00
Jermolene
a3f4221008 Tweaks to background image support
And some demo images for use as backgrounds
2015-04-02 12:11:13 +01:00
Jermolene
5101ae4ce6 Add background image size theme tweak
Makes it possible to create a background image that fully covers the
window, as well as the tiled images that were working before.
2015-04-01 21:08:42 +01:00