From 6b68df59db3220dff5e308a2ffc81e7abf1aec44 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 17 Oct 2024 17:45:01 -0600 Subject: [PATCH] Add a bit about slides --- src/SUMMARY.md | 3 ++- src/{chapter_1.md => index.md} | 0 src/lsp.md | 1 + src/slides.md | 10 ++++++++++ 4 files changed, 13 insertions(+), 1 deletion(-) rename src/{chapter_1.md => index.md} (100%) create mode 100644 src/lsp.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6ce4760..86083fc 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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) diff --git a/src/chapter_1.md b/src/index.md similarity index 100% rename from src/chapter_1.md rename to src/index.md diff --git a/src/lsp.md b/src/lsp.md new file mode 100644 index 0000000..febc383 --- /dev/null +++ b/src/lsp.md @@ -0,0 +1 @@ +# Special Language Server Functions diff --git a/src/slides.md b/src/slides.md index b13f458..e9a8e5a 100644 --- a/src/slides.md +++ b/src/slides.md @@ -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]__.., +}[] +```