Skip to content
New issue

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

feat: Add Support for video links, pdf viewing and ppt or slides.dev viewing #45

Open
1 task done
aaronlippold opened this issue Oct 27, 2024 · 1 comment
Open
1 task done
Labels
✨ feature New feature or request

Comments

@aaronlippold
Copy link

Describe the feature

Given my documentation may have demos, videos showcasing capabilities or even presentations I have given it would be nice to have built in component and perhaps even some page layouts to support that.

Additional information

  • Would you be willing to help implement this feature?
@aaronlippold aaronlippold added the ✨ feature New feature or request label Oct 27, 2024
@Ast3risk-ops
Copy link
Contributor

Ast3risk-ops commented Nov 13, 2024

You can embed powerpoint presentations and PDFs via <iframe> elements (use google to figure out how).

Videos can be added like so:

<!-- You can add on other parameters after controls like autoplay, muted or loop.-->
<video width="320" height="240" controls>
  <!-- Video file can be local or remote (a URL) -->
  <source src="your-video-file.mp4" type="video/mp4">
</video>

Yes, you can use HTML inside Markdown files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants