You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I did something wrong with my setup, It seems notion has changed the href which now only uses the page id instead of the old https://www.notion.so/SomePageTitle-PageID format. This is now the format for raw links (using @)
"RAW" internal links no longer matches InternalLink regex and are not being processed by convertInternalUrl
Checking to see if a plugin wants to modify "[D1 P1](https://www.notion.so/9aa7ca32eadd4151bec488c534773fca)"
plugin "standard internal link conversion" did not match this url
plugin "standard external link conversion" did not change this url
The text was updated successfully, but these errors were encountered:
kmlbgn
changed the title
[Problem] Links are no longer being processed (new href response format)
[Problem] New notion API links response format breaks links parsing and links to database pages.
Dec 18, 2023
Unless I did something wrong with my setup, It seems notion has changed the
href
which now only uses the page id instead of the oldhttps://www.notion.so/SomePageTitle-PageID
format. This is now the format for raw links (using @)"RAW" internal links no longer matches
InternalLink
regex and are not being processed byconvertInternalUrl
Related to: #39 and #40
It seems also that the type
link_to_page
has been replaced bymention
https://developers.notion.com/reference/block#mention
and the parameter is no longer located at the root but is nested as child of
paragraph
.This breaks the use of the database for pages.
The text was updated successfully, but these errors were encountered: