From a7595a4b129bf768f38a0fa11e394ea22afe7a20 Mon Sep 17 00:00:00 2001 From: Barbapapazes Date: Wed, 10 Sep 2025 10:53:45 +0200 Subject: [PATCH 1/2] docs: add slidev-addon-inalia --- docs/.vitepress/addons.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index b5204a7d1a..1af9d4478b 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -192,6 +192,17 @@ export const community: AddonInfo[] = [ }, repo: 'https://github.com/AlbertBrand/slidev-addon-hls-player', }, + { + id: 'slidev-addon-inalia', + name: 'Inalia', + description: 'Make your talks more engaging with real-time interactions.', + tags: ['Real-Time', 'Interactive'], + author: { + name: 'Barbapapazes', + link: 'https://github.com/Barbapapazes', + }, + repo: 'https://github.com/inalia-app/slidev-addon-inalia', + }, // Add yours here! { id: '', From 6643eb6cef5e6957b45e3e6f93e77a77a6c954a5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:55:04 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- packages/vscode/schema/headmatter.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/vscode/schema/headmatter.json b/packages/vscode/schema/headmatter.json index 86b92e1d88..bed19a9401 100644 --- a/packages/vscode/schema/headmatter.json +++ b/packages/vscode/schema/headmatter.json @@ -498,7 +498,10 @@ "description": "Default frontmatter options applied to all slides", "markdownDescription": "Default frontmatter options applied to all slides" } - } + }, + "required": [ + "transition" + ] }, "BuiltinLayouts": { "type": "string",