# 08-Aug-2026 — keep open-in-new-tab on links in presentation mode [ref #351](https://github.com/nbarrett/ngx-ramblers/issues/351)

## [build 815](https://github.com/nbarrett/ngx-ramblers/actions/runs/31230278150) — [commit f8fc723](https://github.com/nbarrett/ngx-ramblers/commit/f8fc723ad40b2e463f8b63dd8816beca54590271)

_____

## 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