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

Support for Markdown #157

Open
ghaiklor opened this issue Jun 23, 2020 · 0 comments
Open

Support for Markdown #157

ghaiklor opened this issue Jun 23, 2020 · 0 comments
Assignees
Labels
type: enhancement Overall enhancement or a new feature

Comments

@ghaiklor
Copy link
Owner

It is hard to use Builder pattern if you want to create an enormous deck with a lot of slides, too much code. So we should support a way to write slides in Markdown, parse it and build a Deck from it automatically.

It will remove a lot of flexibility, but we gain a lot easier way to create slides.

So there should be two ways to create a deck:

  • Through Builder pattern if you want to have a lot of flexibility, like custom positioning on the canvas, your own animations, etc...
  • Through Markdown if you don't care about flexiblity, but about easier slide creation
@ghaiklor ghaiklor added the type: enhancement Overall enhancement or a new feature label Jun 23, 2020
@ghaiklor ghaiklor self-assigned this Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Overall enhancement or a new feature
Projects
None yet
Development

No branches or pull requests

1 participant