@@ -11,6 +11,13 @@ A terminal-based presentation tool that creates beautiful presentations from mar
11
11
<div align =" center " >
12
12
<img src =" slideshow.gif " alt =" slideshow " width =80% >
13
13
</div >
14
+   ;
15
+ <div align =" center " >
16
+ <img alt =" Go Report Card " src =" https://goreportcard.com/badge/github.com/jesseduffield/lazygit " >
17
+ <img alt =" Codacy Badge " src =" https://api.codacy.com/project/badge/Grade/e4e6d3a8dc2a4614b40404f64d1d6e5f " >
18
+ <img alt =" GitHub Actions Workflow Status " src =" https://img.shields.io/github/actions/workflow/status/museslabs/kyma/go.yml " >
19
+ <img alt =" GitHub Tag " src =" https://img.shields.io/github/v/tag/museslabs/kyma " >
20
+ </div >
14
21
15
22
## Features
16
23
@@ -71,36 +78,47 @@ Kyma presentations use a simple format with slides separated by `----` and optio
71
78
72
79
``` markdown
73
80
# First Slide
81
+
74
82
This is the content of the first slide
75
83
76
- ----
77
84
---
78
- transition: swipeLeft
85
+
79
86
---
80
87
88
+ ## transition: swipeLeft
89
+
81
90
# Second Slide
91
+
82
92
This slide will appear with a swipe left transition
83
93
84
- ----
85
94
---
95
+
96
+ ---
97
+
86
98
transition: slideUp
87
99
style:
88
- border: rounded
89
- border_color: "#9999CC"
90
- layout: center
91
- theme: dracula
100
+ border: rounded
101
+ border_color: "#9999CC"
102
+ layout: center
103
+ theme: dracula
104
+
92
105
---
93
106
94
107
# Third Slide
108
+
95
109
This slide has custom styling with Dracula theme
96
110
97
- ----
98
111
---
112
+
113
+ ---
114
+
99
115
style:
100
- theme: /path/to/custom-theme.json
116
+ theme: /path/to/custom-theme.json
117
+
101
118
---
102
119
103
120
# Fourth Slide
121
+
104
122
This slide uses a custom JSON theme file
105
123
```
106
124
@@ -119,10 +137,10 @@ You can customize each slide's appearance using the style configuration:
119
137
120
138
``` yaml
121
139
style :
122
- border : rounded # Border style: normal, rounded, double, thick, hidden, block
123
- border_color : " #FF0000" # Hex color for border (or "default" for theme-based color)
124
- layout : center # Layout positioning: center, left, right, top, bottom
125
- theme : dracula # Theme name or path to custom JSON theme file
140
+ border : rounded # Border style: normal, rounded, double, thick, hidden, block
141
+ border_color : " #FF0000" # Hex color for border (or "default" for theme-based color)
142
+ layout : center # Layout positioning: center, left, right, top, bottom
143
+ theme : dracula # Theme name or path to custom JSON theme file
126
144
` ` `
127
145
128
146
Layout can also be specified as a combination: ` layout: center,right`
@@ -231,6 +249,6 @@ All contributions are welcome! If you're planning a significant change or you're
231
249
- Add support for more style options like text color and background color
232
250
- ~~Allow choosing from any glamour themes~~ ✅ **Done!**
233
251
- ~~Support for custom JSON theme files~~ ✅ **Done!**
234
- - Create grid-based slide layouts with transitions for each pane
252
+ - Create grid-based slide layouts with transitions for each pane
235
253
- Add more transition effects
236
254
- Support image rendering in terminals (e.g., via the Kitty protocol)
0 commit comments