From 37d2e70155b942db32a20dcd6a9022616f5c7df4 Mon Sep 17 00:00:00 2001 From: Albert Brand Date: Fri, 16 Aug 2024 16:03:28 +0200 Subject: [PATCH 1/2] Add slidev-addon-tldraw addon --- docs/.vitepress/addons.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index ac0092d8fa..6bce335098 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -15,6 +15,16 @@ 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: '', From a222b54f78a7afa47a0efc91ceae5bec339b9354 Mon Sep 17 00:00:00 2001 From: Albert Brand Date: Fri, 16 Aug 2024 16:03:52 +0200 Subject: [PATCH 2/2] Fix link to addons edit page --- docs/.vitepress/addons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index 6bce335098..44fe1ab0a4 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -28,7 +28,7 @@ export const community: AddonInfo[] = [ // 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: {