Add a bit about slides
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c5d6715482
commit
6b68df59db
4 changed files with 13 additions and 1 deletions
|
@ -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
1
src/lsp.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Special Language Server Functions
|
|
@ -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]__..,
|
||||
}[]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue