mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Update release note
This commit is contained in:
parent
6e30403eb9
commit
32e6aafd4a
@ -1,6 +1,6 @@
|
|||||||
caption: 5.1.9
|
caption: 5.1.9
|
||||||
created: 20150418163307227
|
created: 20150616073318877
|
||||||
modified: 20150418163307227
|
modified: 20150616073318877
|
||||||
tags: ReleaseNotes
|
tags: ReleaseNotes
|
||||||
title: Release 5.1.9
|
title: Release 5.1.9
|
||||||
type: text/vnd.tiddlywiki
|
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]].
|
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
|
! Other Improvements
|
||||||
|
|
||||||
!! Translation Improvements
|
!! Translation Improvements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user