Notenik 18.8.3 Available for Beta Testing on April 9th, 2026

See the latest beta for a new, general-purpose nav slug.

And here’s an example of how it might be used to recreate the new navigation layout in presentation mode.

	<div class="top-divider-links">
		<a href="=$nav-next-link$=" class="nav-link">
			&#x2193;
		</a>
		&nbsp;
		<a href="=$nav-prior-link$=" class="nav-link">
			&#x2191;
		</a>
		&nbsp;
		<a href="=$nav-top-link$=" class="nav-link">
			&#x2302;
		</a>
	</div>
1 Like