Hello @EricShulman,
I tried to display also the tags of the tiddler in the navigation with <$transclude $variable=tag-pill tag={{!!tags}}/>
- but I failed. It shows the tags of the current tiddler:
<div class="next"><% if [<next>!match[]] %>
<$link to=<<next>> > <<next>><span style="font-size: 80%; color: rgb(144, 238, 144);"> <$view tiddler=<<next>> field="published" format="date" template="DD. MMM YYYY"/></span>
<span style="font-size: 65%; color: rgba(204, 204, 255, 0.45); margin: 0 0.5em">aus Gruppe:</span>
<span style="font-size: 65%; opacity: 0.9;"><$transclude $variable=tag-pill tag={{!!tags}}/></span>
<span class="arrow">{{$:/images/arrow-right-pointer}}</span></$link>
<% endif %>
</div>
</nav>
Addidtional by switching to prev / next I’d like to close the current tiddler.
How can that be achieved?
Thanks, Stefan