mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Correct typo
This commit is contained in:
parent
658bd2b8a3
commit
b2ff248d07
@ -1,5 +1,5 @@
|
|||||||
created: 20140213171818824
|
created: 20140213171818824
|
||||||
modified: 20140213172236345
|
modified: 20150516172236345
|
||||||
tags: mechanism
|
tags: mechanism
|
||||||
title: HistoryMechanism
|
title: HistoryMechanism
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -12,7 +12,9 @@ The history list also maintains the field ''current-tiddler'' that contains the
|
|||||||
|
|
||||||
```
|
```
|
||||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
||||||
|
|
||||||
<$button message="tw-close-tiddler" class="btn-invisible btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
<$button message="tw-close-tiddler" class="btn-invisible btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||||
|
|
||||||
</$list>
|
</$list>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user