andydotxyz / slydes

A presentation app using Fyne and Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A presentation app using Fyne and Markdown

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%