08-Aug-2026 — keep open-in-new-tab on links in presentation mode ref #351

build 815commit f8fc723


What's new

When a page editor link is set to open in a new tab, that setting is now kept when the page is viewed. Content is stored as Markdown, which cannot express a new-tab link on its own, so those links are saved as HTML anchors with target="_blank" and are rendered that way for visitors.

At a glance