A presentation app using Fyne and Markdown

Each presentation is a simple markdown file. It also supports toml front matter for configuration, such as theme and footer info.
+++
theme = "matrix"
footer = "My Presentation Footer"
name = "Mx Presenter"
+++
# Heading
## Subheading
---
# Slide 2
Content for slide
---
# Bullets
* First
* Second
* Third
You can include styled text using fenced or indented code blocks. When using the fenced (```) block you can specify the language too, as follows:
```go
func hello() {
log.Println("hello")
}
```

Thanks to the excellent goshot project for providing the code rendering support!
—
$ claude mcp add slydes \
-- python -m otcore.mcp_server <graph>