Skip to content

Commit 0a5bc33

Browse files
committed
🖼️ move README assets into repo for CSP-compatible image hosting
1 parent 851476a commit 0a5bc33

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/assets/dark-theme.png

1000 KB
Loading

.github/assets/demo.gif

8.09 MB
Loading

.github/assets/persist.gif

8.24 MB
Loading

.github/assets/presentation.png

978 KB
Loading

.github/assets/zoom.png

635 KB
Loading

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Embed a live VS Code IDE in your [Slidev](https://sli.dev) presentations.
99

1010
Powered by [coderaft](https://github.com/pithings/coderaft), a zero-dependency redistribution of code-server that installs in under a second.
1111

12-
![demo](https://github.com/user-attachments/assets/221dedbd-b44a-40fc-a517-0568d0037eb3)
12+
![demo](https://raw.githubusercontent.com/mickaelalvs/slidev-addon-livecode/main/.github/assets/demo.gif)
1313

1414
## 🎤 Why
1515

@@ -72,7 +72,7 @@ Force VS Code to use a specific color theme:
7272
<Editor session="demo" colorScheme="dark" />
7373
```
7474

75-
<img width="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+
<img width="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" />
7676

7777
If omitted, the color scheme automatically follows your Slidev presentation's `colorSchema` setting.
7878

@@ -91,7 +91,7 @@ livecode:
9191
zoom: 0.8
9292
```
9393
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" />
9595
9696
## 🔬 Presentation mode
9797
@@ -107,7 +107,7 @@ Clean up the VS Code UI for a focused demo — hide distractions and increase th
107107
/>
108108
```
109109

110-
<img width="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+
<img width="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" />
111111

112112
## 🎨 Custom style
113113

@@ -153,7 +153,7 @@ By default, navigating away from a slide stops the session. Use `persist` to kee
153153

154154
The session survives slide changes and resumes instantly when you come back.
155155

156-
<img width="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+
<img width="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" />
157157

158158
## ⚙️ Deck-level config
159159

0 commit comments

Comments
 (0)