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 Suggestion: Create one slideshow from multiple documents #7

Open
bradparks opened this issue Aug 31, 2016 · 0 comments
Open

Comments

@bradparks
Copy link

bradparks commented Aug 31, 2016

Hey! I love the document mode idea, as it lets me write something as a document that can be browsed in our own github repo, and it can be converted to a slideshow as well.

I think it'd be super awesome if I could somehow pass in multiple documents, which would get appended together into a single huge slideshow. This would let me continue to write separate markdown documents for my app, but break it down naturally.

e.g. If I had the following Markdown files, it'd do the same as you do with document mode, but it'd combine the following files in order to create a single slideshow.

intro.md
app_startup.md
configuration.md
support.md

so running something like:

markdown-to-slides -d intro.md app_startup.md configuration.md support.md > slideshow.html

would generate one slideshow of all the above markdown files.

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

1 participant