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

Usability enhacement: backup the user template before generating the slides #41

Closed
ferreiro opened this issue May 22, 2017 · 1 comment

Comments

@ferreiro
Copy link
Contributor

This library uses the same template.key for generating the presentation. So we are not longer available to reuse the template.key for other projects.

One idea could be:

  1. Make a copy of the template.key called final_presensation.key
  2. Then, runs the md2key script on final_presensation.key to generate the presentation.

The main advantage of this feature request is that we can reuse one template for multiple projects.

Also, one related idea for this library is let the user specify the name of the output file and the name of the template. A syntax like this could help:

Bash
$ md2key test.md -t template.key -o final_presentation.key

Where -t -> template and -o -> output file

What do you think? Does it make sense?

@k0kubun
Copy link
Owner

k0kubun commented May 22, 2017

There's no need to reuse template.key because "Keymote template" (including master slides information) can be saved separately and it's the only part that can be reused for other projects.

And if you mean the order of combination of first slide's master slide and second slide's one, you should use .md2key for the purpose #32. It's more flexible to remember a specific master slide.

@k0kubun k0kubun closed this as completed May 22, 2017
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