MCPcopy Index your code
hub / github.com/andydotxyz/slydes

github.com/andydotxyz/slydes @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
122 symbols 392 edges 21 files 25 documented · 20% updated 5d ago★ 331 open issues
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

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

Core symbols most depended-on inside this repo

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