Skip to content

Commit

Permalink
docs: add slidev-addon-python-runner to the list of addons
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Dec 4, 2024
1 parent b2b7347 commit 835a92c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.vitepress/addons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ export const official: AddonInfo[] = [
]

export const community: AddonInfo[] = [
{
id: 'slidev-addon-python-runner',
name: 'Python Runner',
description: 'Run actual Python code in your slides',
tags: ['Code runner'],
author: {
name: '_Kerman',
link: 'https://github.com/KermanX',
},
repo: 'https://github.com/KermanX/slidev-addon-python-runner',
},
{
id: 'slidev-addon-tldraw',
name: 'tldraw for Slidev',
Expand Down

0 comments on commit 835a92c

Please sign in to comment.