mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Update HistoryMechanism.tid (#4731)
This commit is contained in:
parent
5cda5c82e1
commit
7f08025175
@ -13,7 +13,7 @@ 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="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||||
|
|
||||||
</$list>
|
</$list>
|
||||||
```
|
```
|
||||||
@ -22,7 +22,7 @@ Which renders the same as the "Open" sidebar tab, with the addition of a tick ag
|
|||||||
|
|
||||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
||||||
|
|
||||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||||
|
|
||||||
</$list>
|
</$list>
|
||||||
|
|
||||||
@ -32,4 +32,4 @@ To display content when the story is empty, create $:/config/EmptyStoryMessage a
|
|||||||
|
|
||||||
```
|
```
|
||||||
{{GettingStarted||$:/core/ui/ViewTemplate}}
|
{{GettingStarted||$:/core/ui/ViewTemplate}}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user