-
In <$link to={{!!title}}>
''<$transclude field="name"/>'' - <$transclude field="description"/>
</$link> But after the switch, the URL remains the same, and can't use "Back" to go back. How to implement a button to switch to default layout and open a tiddler, then allow user quickly back to previous layout? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That works because there is a surrounding linkcatcher widget. To change layouts, change the value of the tiddler
|
Beta Was this translation helpful? Give feedback.
-
About how to go back, I add a button in the tiddler toolbar, so we can go back and forth: 2022-11-27.16.47.33.mov |
Beta Was this translation helpful? Give feedback.
That works because there is a surrounding linkcatcher widget.
To change layouts, change the value of the tiddler
$:/layout
<$action-setfield tiddler="$:/layout" text="myLayoutPageTemplate"/>