Skip to content

Conversation

@cderv
Copy link
Collaborator

@cderv cderv commented Nov 18, 2025

When notebook-view.url is specified, notebook links should point to the
external URL instead of rendering a local preview. This was broken in v1.4.156 (commit faba735) when the notebook system was refactored and external URL handling was accidentally removed.

The fix restores the check for descriptor?.url before falling back to the local preview path in format-html-notebook-preview.ts.

Updated existing test to verify links contain the external URL.

fix #13694

 When notebook-view.url is specified, notebook links should point to the
external URL instead of rendering a local preview. This was broken in
v1.4.156 (commit faba735) when the notebook system was refactored and external URL handling was accidentally removed.

The fix restores the check for descriptor?.url before falling back to
the local preview path in format-html-notebook-preview.ts.

Updated existing test to verify links contain the external URL.
@posit-snyk-bot
Copy link
Collaborator

posit-snyk-bot commented Nov 18, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@cderv cderv merged commit 7f84537 into main Nov 19, 2025
51 checks passed
@cderv cderv deleted the fix/issue-13694 branch November 19, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

notebook-view.url has no effect

3 participants