mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update release note
This commit is contained in:
parent
6e30403eb9
commit
32e6aafd4a
@ -1,6 +1,6 @@
|
||||
caption: 5.1.9
|
||||
created: 20150418163307227
|
||||
modified: 20150418163307227
|
||||
created: 20150616073318877
|
||||
modified: 20150616073318877
|
||||
tags: ReleaseNotes
|
||||
title: Release 5.1.9
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -77,6 +77,16 @@ TiddlyWiki defers processing changes to draft tiddlers until a timeout has elaps
|
||||
|
||||
The timeout can now be changed by changing the value in [[$:/config/Drafts/TypingTimeout]].
|
||||
|
||||
!! New Vars widget
|
||||
|
||||
[[Added|https://github.com/Jermolene/TiddlyWiki5/pull/1678]] VarsWidget for setting multiple variables in one operation:
|
||||
|
||||
```
|
||||
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
|
||||
<<greeting>>! I am <<me>> and I say: <<sentence>>
|
||||
</$vars>
|
||||
```
|
||||
|
||||
! Other Improvements
|
||||
|
||||
!! Translation Improvements
|
||||
|
Loading…
Reference in New Issue
Block a user