Add a bit about slides
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-10-17 17:45:01 -06:00
parent c5d6715482
commit 6b68df59db
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
4 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# Summary
- [Grezi](./chapter_1.md)
- [Grezi](./index.md)
- [Viewboxes](./viewboxes.md)
- [Objects](./objects.md)
- [Paragraphs](./paragraphs.md)
@ -9,3 +9,4 @@
- [Slides](./slides.md)
- [Functions](./functions.md)
- [Actions](./actions.md)
- [Special Language Server Functions](./lsp.md)

1
src/lsp.md Normal file
View file

@ -0,0 +1 @@
# Special Language Server Functions

View file

@ -1,3 +1,13 @@
# Slides
Slides describe which objects should go on the screen, where those objects are coming from, and where they're going.
A slide looks like this
```
{
TitleImage: ViewBox[0]....,
Title: ViewBox[0]__..,
Subtitle: ViewBox[1]__..,
}[]
```