08-Aug-2026 — keep open-in-new-tab on links in presentation mode ref #351
build 815 — commit 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
- Ticking "Open in a new tab" survives save and shows correctly on the public page
- Ordinary same-tab links are still stored as normal Markdown links
- Links that were already saved without the setting need to be opened once, ticked, and applied again