impress / impress/impress.js

Allow Markdown in separate md file

Open
#813 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
38.2k
Forks
6.6k
PR merge metrics
No merged PRs in 30d

Description

One idea I've had when creating slides with Markdown is to allow to put the Markdown text into a separate file. The impress html presentation would reference the file and its contents would be added as text content for the element. Something like:

This would enable a use case where you can have an empty impress.js html presentation as a template and engine, and the úser creating the slides just writes the content.md file.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with impress.js presentation initialization and the HTML element using data-markdown-file="content.md"; inspect how Markdown content is currently handled. Define the loading and rendering path for the referenced file, then verify that its Markdown appears as the element's text in an HTML presentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.