Skip to content

Add workspace-prefixed URL scheme for Whimsical#860

Merged
iamcal merged 1 commit intoiamcal:masterfrom
armincerf:whimsical-add-workspace-url-scheme
Mar 12, 2026
Merged

Add workspace-prefixed URL scheme for Whimsical#860
iamcal merged 1 commit intoiamcal:masterfrom
armincerf:whimsical-add-workspace-url-scheme

Conversation

@armincerf
Copy link
Copy Markdown
Contributor

@armincerf armincerf commented Mar 11, 2026

Summary

Hi, we just updated whimsicals urls to include a workspace id which has broken certain clients that rely on this central oembed registry:

  • https://whimsical.com/board-title-AbCdEfGh (old url, works)
  • https://whimsical.com/workspace-name/board-title-AbCdEfGh (new, currently fails oEmbed discovery)

Whimsical URLs can include a workspace name prefix, e.g.
https://whimsical.com/workspace-name/board-title-AbCdEfGh

The existing scheme `https://whimsical.com/*` only matches
single-segment paths. This adds `https://whimsical.com/*/*`
to match workspace-prefixed URLs, which the Whimsical oEmbed
endpoint already supports.
@iamcal iamcal merged commit 1af4d47 into iamcal:master Mar 12, 2026
1 check passed
@iamcal
Copy link
Copy Markdown
Owner

iamcal commented Mar 12, 2026

merged and site updated, thanks. changes will be reflected when caches expire in ~1hr

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.

2 participants