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

[Feature Request] Support Markdown with metadata #3462

Open
grgprarup opened this issue Aug 30, 2023 · 1 comment
Open

[Feature Request] Support Markdown with metadata #3462

grgprarup opened this issue Aug 30, 2023 · 1 comment

Comments

@grgprarup
Copy link
Contributor

What do you think about adding support for Markdown files with metadata? Metadata might be in yaml format or any other key-value format. Each slide will be rendered with provided content and data (like images) in metadata according to the template type defined in slideType.

Feature Objective: Render each slide according to the template (layout) and make uniformity while creating training or official presentations in an organization.

Below is the template of the Markdown file with metadata. The given template might not be a proper way but my target is to achieve the Feature Objective.

metadata:
  - slideType: title-page
    images:
      - examples/assets/logo.png
  - slideType: text
  - slideType: text-image-image
    images:
      - examples/assets/image1.png
      - examples/assets/image2.png
  - slideType: image
    images:
      - examples/assets/image1.png
  - slideType: thank-you-page
    images:
      - examples/assets/image1.png
---
# Title of Presentation
### Name of Presenter
---
# Text Title Goes Here
Content goes here
---
# Text-Image-Image Title Goes Here
Content goes here
---

---
# Thank You

Some Template Screenshots:
Title Page
Text With Image
Images

@grgprarup grgprarup changed the title [Feature Request] Support Markdown with metadata Support Markdown with metadata Aug 30, 2023
@grgprarup grgprarup changed the title Support Markdown with metadata [Feature Request] Support Markdown with metadata Aug 30, 2023
@danielb2
Copy link

https://github.com/webpro/reveal-md this lib is already using a frontmatter. maybe this helps someone

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

No branches or pull requests

2 participants