Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Support for Markdown #157

@ghaiklor

Description

@ghaiklor

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

Metadata

Metadata

Assignees

Labels

type: enhancementOverall enhancement or a new feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions