We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When converting videos uploaded to notion, they are rendered like
[image](https://s3.{region}.amazonaws.com/secure.notion-static.com/.../{filename}.mp4?...)
** Reproduction Steps ** Just try to add a video upload into Notion (not a Youtube link) and try to do conversion using yarn pull
yarn pull
Expected behavior Render similar to YouTube links, i.e.
<ReactPlayer controls url="https://s3.{region}.amazonaws.com/secure.notion-static.com/.../{filename}.mp4?..." />
I tested this solution by manually editing the .md files and it seems to work.
.md
The text was updated successfully, but these errors were encountered:
feat: Handle direct Notion videos (#65)
ba98b18
Merge pull request #69 from sillsdev/DirectNotionVideos
2c5a365
fix: Work around typing issue (#65)
47885a2
feat: Handle direct Notion videos (sillsdev#65)
bc592d0
fix: Work around typing issue (sillsdev#65)
b9674e5
hatton
No branches or pull requests
Describe the bug
When converting videos uploaded to notion, they are rendered like
** Reproduction Steps **
Just try to add a video upload into Notion (not a Youtube link) and try to do conversion using
yarn pull
Expected behavior
Render similar to YouTube links, i.e.
I tested this solution by manually editing the
.md
files and it seems to work.The text was updated successfully, but these errors were encountered: