08-Aug-2026 — open editor links in a new tab ref #351

build 815 — commit f8fc723


What's new

When you insert or edit a link in the page editor, you can tick "Open in a new tab". That keeps How-to pages and other guides open while the linked page loads separately, and works for external sites too. That setting is 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