MCPcopy Create free account
hub / github.com/andydotxyz/slydes

github.com/andydotxyz/slydes @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
122 symbols 392 edges 21 files ⚖ BSD-2-Clause 25 documented · 20% updated 22d ago★ 361 open issues

Browse by type

Functions 104 Types & classes 18
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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 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.

Code styling

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!

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 67
Function 37
Struct 16
Interface 1
TypeAlias 1

Languages

Go100%

Modules by API surface

slidewidgets.go22 symbols
parse.go14 symbols
slide.go12 symbols
transition.go8 symbols
main.gui.go8 symbols
present.go6 symbols
parse_test.go6 symbols
slides.go5 symbols
slidelayout.go5 symbols
main.go5 symbols
export.go5 symbols
widgets.go4 symbols

For agents

$ claude mcp add slydes \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page