Skip to content

Commit

Permalink
docs: add slidev-addon-tldraw to addon list (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertBrand authored Aug 19, 2024
1 parent 3f97dec commit 58391dd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/.vitepress/addons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,20 @@ export const official: AddonInfo[] = [
]

export const community: AddonInfo[] = [
{
id: 'slidev-addon-tldraw',
name: 'tldraw for Slidev',
description: 'Embed tldraw diagrams directly in Slidev, with in-slide editing support',
author: {
name: 'Albert Brand',
link: 'https://github.com/AlbertBrand',
},
repo: 'https://github.com/AlbertBrand/slidev-addon-tldraw',
},
// Add yours here!
{
id: '',
link: 'https://github.com/slidevjs/docs/edit/main/.vitepress/addons.ts',
link: 'https://github.com/slidevjs/slidev/edit/main/docs/.vitepress/addons.ts',
name: 'Yours?',
description: 'Submit your addon to be list here!',
author: {
Expand Down

0 comments on commit 58391dd

Please sign in to comment.