cms
cms copied to clipboard
Eliminating static Youtube thumbnails in Notes pdf.
Problem :
While downloading a Note (contentType=Notion) as PDF, if there is any Youtube video embedded in the notion page, the pdf includes a static thumbnail of the Youtube video. No hyperlink is attached to the thumbnail.
Solution :
We can convert the static Youtube video thumbnail into a hyperlink attached Button while rendering for the pdf. This button will link to the original Youtube video referred.
I have implemented this enchantment and will make a PR soon.