2023-01-16 19:56:39 +00:00
|
|
|
title: $:/plugins/tiddlywiki/tour/steps/recent
|
|
|
|
tags: $:/tags/TourStep
|
2023-02-01 21:14:29 +00:00
|
|
|
selector: .tc-sidebar-tabs-main .tc-timeline > .tc-menu-list-item:nth-child(1) .tc-menu-list-subitem:nth-child(1) .tc-tiddlylink
|
|
|
|
selector-fallback-1: .tc-sidebar-tabs-main button:nth-child(3)
|
2023-01-16 19:56:39 +00:00
|
|
|
|
|
|
|
! Searching
|
|
|
|
|
|
|
|
Your task is to use the "Recent" tab of the sidebar to open the most recently editted tiddler.
|
|
|
|
|
|
|
|
<$let recentTiddler={{{ [all[tiddlers]!is[system]!sort[modified]] }}}>
|
|
|
|
|
|
|
|
<$list filter="[list[$:/StoryList]match<recentTiddler>]" variable="ignore">
|
|
|
|
|
|
|
|
<$confetti/>
|
|
|
|
|
|
|
|
Congratulations! You may now proceed
|
|
|
|
|
2023-02-01 21:14:29 +00:00
|
|
|
<<tour-buttons>>
|
2023-01-16 19:56:39 +00:00
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
</$let>
|