Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ npx slidev islands-example.md

```bash
# npm
npm install @slidev/cli slidev-marimo-islands
npm install @slidev/cli slidev-addon-marimo

# pnpm
pnpm add @slidev/cli slidev-marimo-islands
pnpm add @slidev/cli slidev-addon-marimo

# bun
bun add @slidev/cli slidev-marimo-islands
bun add @slidev/cli slidev-addon-marimo

# yarn
yarn add @slidev/cli slidev-marimo-islands
yarn add @slidev/cli slidev-addon-marimo
```

## Usage
Expand All @@ -39,7 +39,7 @@ Add to your slidev frontmatter:
```yaml
---
addons:
- slidev-marimo-islands
- slidev-addon-marimo
---
```

Expand All @@ -59,7 +59,7 @@ Run your presentation:
npx slidev slides.md
```

For detailed documentation, component props, and limitations, see the [slidev-marimo-islands README](./slidev-addon-marimo-islands/README.md).
For detailed documentation, component props, and limitations, see the [slidev-addon-marimo README](./slidev-addon-marimo/README.md).

## License

Expand Down
1,757 changes: 1,757 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/marimo-live-test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
theme: default
addons:
- slidev-marimo-live
- slidev-addon-marimo
---

# Marimo Live Bug Fix Validation

Testing the 5 bug fixes in slidev-addon-marimo-live
Testing the 5 bug fixes in slidev-addon-marimo

---

Expand Down
2 changes: 1 addition & 1 deletion islands-example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
theme: default
addons:
- slidev-marimo-islands
- slidev-addon-marimo
---

# marimo-islands + Slidev Demo <img src="https://marimo.io/logo.png" class="inline-block h-12 ml-2" />
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"dependencies": {
"@slidev/theme-default": "^0.25.0",
"slidev-marimo-islands": "file:slidev-addon-marimo-islands",
"slidev-marimo-live": "file:slidev-addon-marimo-live"
"slidev-addon-marimo": "file:slidev-addon-marimo"
}
}
96 changes: 0 additions & 96 deletions slidev-addon-marimo-islands/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions slidev-addon-marimo-islands/index.ts

This file was deleted.

176 changes: 0 additions & 176 deletions slidev-addon-marimo-islands/setup/main.ts

This file was deleted.

Loading