Commit 1af4d47
authored
Add workspace-prefixed URL scheme for Whimsical (#860)
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.1 parent c19754f commit 1af4d47
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments