Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add slidev-addon-tldraw to addon list #1824

Merged
merged 2 commits into from
Aug 19, 2024
Merged
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: 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
Loading