You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ cargo install tui-slides
10
10
11
11
## Usage
12
12
To create new presentation You have to create a folder with JSON file where you can create Your presentation slides.
13
-
Example file is here.
13
+
Example file is [here](./talk_example/slides.json).
14
14
15
15
## Run
16
16
To start `tui-slides` we just call it with argument `-j` where we specify path to JSON file with slides data.
@@ -26,7 +26,7 @@ Main section of slide config is `box_size`. Here we set fixed size of content bo
26
26
27
27
### JSON: slides
28
28
`slides` property is defining content. Slide content have it's `type`, `content`, `rect` & `color`.
29
-
There are few types at the moment but in the future there should be support for every widget in Ratatui library.
29
+
There are few types at the moment but in the future there should be support for every widget in [Ratatui](https://github.com/ratatui-org/ratatui) library.
0 commit comments