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
@@ -72,7 +72,7 @@ Force VS Code to use a specific color theme:
72
72
<Editor session="demo" colorScheme="dark"/>
73
73
```
74
74
75
-
<imgwidth="2668"height="1544"alt="A VS Code editor with the dark color theme applied inside a Slidev slide"src="https://github.com/user-attachments/assets/339048e5-a277-4df6-b64a-9af0bd661b44" />
75
+
<imgwidth="2668"height="1544"alt="A VS Code editor with the dark color theme applied inside a Slidev slide"src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/dark-theme.png" />
76
76
77
77
If omitted, the color scheme automatically follows your Slidev presentation's `colorSchema` setting.
78
78
@@ -91,7 +91,7 @@ livecode:
91
91
zoom: 0.8
92
92
```
93
93
94
-
<img width="2668" height="1548" alt="A VS Code editor scaled to 80% inside a Slidev slide" src="https://github.com/user-attachments/assets/b8ebc2aa-d654-4c0d-8f66-d340a82a531d" />
94
+
<img width="2668" height="1548" alt="A VS Code editor scaled to 80% inside a Slidev slide" src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/zoom.png" />
95
95
96
96
## 🔬 Presentation mode
97
97
@@ -107,7 +107,7 @@ Clean up the VS Code UI for a focused demo — hide distractions and increase th
107
107
/>
108
108
```
109
109
110
-
<imgwidth="2668"height="1544"alt="A VS Code editor with the activity bar, minimap and status bar hidden"src="https://github.com/user-attachments/assets/c5908413-4e32-4435-a5d8-21a43b40b2d3" />
110
+
<imgwidth="2668"height="1544"alt="A VS Code editor with the activity bar, minimap and status bar hidden"src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/presentation.png" />
111
111
112
112
## 🎨 Custom style
113
113
@@ -153,7 +153,7 @@ By default, navigating away from a slide stops the session. Use `persist` to kee
153
153
154
154
The session survives slide changes and resumes instantly when you come back.
155
155
156
-
<imgwidth="1832"height="1080"alt="Two Slidev slides showing the same VS Code session with state preserved after navigation"src="https://github.com/user-attachments/assets/4b69fe91-e479-4d0a-9fcb-99688cb0bf6f" />
156
+
<imgwidth="1832"height="1080"alt="Two Slidev slides showing the same VS Code session with state preserved after navigation"src="https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/persist.gif" />
0 commit comments