Skip to content
Draft
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions docs/.vitepress/addons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down
5 changes: 4 additions & 1 deletion packages/vscode/schema/headmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading