Browse by type
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
---
# Numbered bullets
1. First
2. Second
3. Third
Lists can be nested and the two styles can be mixed, an indented list keeping its own bullet or numbering.
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!
—
browse all types & interfaces →
$ claude mcp add slydes \
-- python -m otcore.mcp_server <graph>