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

This beta updates the embedded Knowledge Base to contain info about the new Image Layout field, and updates the Presentation Starter Pack to demonstrate use of the new field.

This beta version is no longer available. Look for a later beta release or the most recent Mac App Store release.

This is terrific. I have two immediate suggestions.

  1. The presentation pack has “Enable Local file Reference” checked by default. That way it just works.
  2. The links in the footer include “Back” links. It’s very common for audience questions to refer to earlier slides.
1 Like

Great! Glad to hear these new features are proving interesting/useful. Thanks for the feedback!

  1. Good suggestion! The next beta/release will contain this improvement.
  2. I’m a bit reluctant to add a Back link to the slide itself, partly because I don’t know how to add it without creating a feeling of visual clutter, and partly because there are other ways to go back: the Up arrow will take you back, if actually presenting from within Notenik; also the left arrow in the Notenik toolbar will take you back; and, if you have used the export option and are presenting from a web browser, the left arrow key will take you back.
1 Like

The latest beta should now fix the problem of having the “Enable Local file Reference” checked by default for the Presentation Starter Pack.

Well, I’ve come around to having some additional navigation links in presentation mode.

See the latest beta.

I’ve put three symbols all the way to the right side (i.e., the end) of the horizontal rule separating the title from the body. I’ve got a down arrow (to take you to the next slide), an up arrow (to go back to the previous slide), and a home symbol (to take you back to the first slide).

The placement and the styling seem to make these suitably inconspicuous (so they don’t visually compete with your presentation materials), yet consistently available in the same location on every slide.

Let me know how this works for you!

Nice. I like it.

Are there variable slugs associated with the links or is that an exercise for the reader?

Let me see what I can do about variable slugs.

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