/slydes

A presentation app using Fyne and Markdown

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Slydes

A presentation app using Fyne and Markdown

Format

Each presentation is a simple markdown file. It also supports toml front matter for configuration, such as theme.

+++
theme = "matrix"
+++

# Heading
## Subheading

---

# Slide 2

Content for slide

---

# Bullets

* First
* Second
* Third