Skip to content

Commit 21b1d96

Browse files
committed
docs: update and reorder addons
1 parent e6d0568 commit 21b1d96

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

docs/.vitepress/addons.ts

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const community: AddonInfo[] = [
2929
},
3030
{
3131
id: 'slidev-addon-tldraw',
32-
name: 'tldraw for Slidev',
32+
name: 'tldraw',
3333
description: 'Embed tldraw diagrams directly in Slidev, with in-slide editing support',
3434
tags: ['Integration', 'Diagram'],
3535
author: {
@@ -38,9 +38,31 @@ export const community: AddonInfo[] = [
3838
},
3939
repo: 'https://github.com/AlbertBrand/slidev-addon-tldraw',
4040
},
41+
{
42+
id: 'slidev-addon-typst',
43+
name: 'Typst',
44+
description: 'Typst addon for Slidev',
45+
tags: ['Integration', 'Diagram'],
46+
author: {
47+
name: 'Shigma',
48+
link: 'https://github.com/shigma',
49+
},
50+
repo: 'https://github.com/shigma/slidev-addon-typst',
51+
},
52+
{
53+
id: 'slidev-addon-fancy-arrow',
54+
name: 'Fancy Arrow',
55+
description: 'Hand drawn arrows with various styling and positioning options',
56+
tags: ['Component'],
57+
author: {
58+
name: 'whitphx',
59+
link: 'https://github.com/whitphx',
60+
},
61+
repo: 'https://github.com/whitphx/slidev-addon-fancy-arrow',
62+
},
4163
{
4264
id: 'slidev-addon-sync',
43-
name: 'slidev-addon-sync',
65+
name: 'Remote Sync',
4466
description: 'Sync component for Slidev static build that uses a SSE or WS server',
4567
tags: ['Remote control', 'Navigation'],
4668
author: {
@@ -51,7 +73,7 @@ export const community: AddonInfo[] = [
5173
},
5274
{
5375
id: 'slidev-addon-tikzjax',
54-
name: 'slidev-addon-tikzjax',
76+
name: 'tikzjax',
5577
description: 'Compile TikZ/Chemfig/... to SVG and display them in Slidev',
5678
tags: ['Integration', 'Diagram'],
5779
author: {
@@ -62,7 +84,7 @@ export const community: AddonInfo[] = [
6284
},
6385
{
6486
id: 'slidev-component-pager',
65-
name: 'slidev-component-pager',
87+
name: 'Pager',
6688
description: 'Show current page and total page number',
6789
tags: ['Component', 'Navigation'],
6890
author: {
@@ -73,7 +95,7 @@ export const community: AddonInfo[] = [
7395
},
7496
{
7597
id: 'slidev-component-poll',
76-
name: 'slidev-component-poll',
98+
name: 'Poll and Quiz',
7799
description: 'Poll and Quiz components for Slidev',
78100
tags: ['Component'],
79101
author: {
@@ -84,7 +106,7 @@ export const community: AddonInfo[] = [
84106
},
85107
{
86108
id: 'slidev-component-progress',
87-
name: 'slidev-component-progress',
109+
name: 'Progress',
88110
description: 'Show interactive progress bar for Slidev',
89111
tags: ['Tool', 'Navigation'],
90112
author: {
@@ -95,7 +117,7 @@ export const community: AddonInfo[] = [
95117
},
96118
{
97119
id: 'slidev-component-scroll',
98-
name: 'slidev-component-scroll',
120+
name: 'Mouse Scroll',
99121
description: 'Use mouse wheel for navigating',
100122
tags: ['Navigation'],
101123
author: {
@@ -106,7 +128,7 @@ export const community: AddonInfo[] = [
106128
},
107129
{
108130
id: 'slidev-component-spotlight',
109-
name: 'slidev-component-spotlight',
131+
name: 'Spotlight',
110132
description: 'Activate a spotlight to highlight a specific region by holding a key',
111133
tags: ['Tool'],
112134
author: {
@@ -117,7 +139,7 @@ export const community: AddonInfo[] = [
117139
},
118140
{
119141
id: 'slidev-component-zoom',
120-
name: 'slidev-component-zoom',
142+
name: 'Zooming',
121143
description: 'Allow zooming inside the slides',
122144
tags: ['Tool'],
123145
author: {
@@ -128,7 +150,7 @@ export const community: AddonInfo[] = [
128150
},
129151
{
130152
id: 'slidev-addon-rabbit',
131-
name: 'slidev-addon-rabbit',
153+
name: 'Rabbit',
132154
description: 'Presentation time management for Slidev inspired by Rabbit',
133155
tags: ['Tool', 'Navigation'],
134156
author: {
@@ -139,7 +161,7 @@ export const community: AddonInfo[] = [
139161
},
140162
{
141163
id: 'slidev-addon-stem',
142-
name: 'slidev-addon-stem',
164+
name: 'STEM',
143165
description: 'Slidev addon for scientific presentation',
144166
tags: ['Component', 'Layout'],
145167
author: {
@@ -150,7 +172,7 @@ export const community: AddonInfo[] = [
150172
},
151173
{
152174
id: 'slidev-addon-naive',
153-
name: 'Naive UI for Slidev',
175+
name: 'Naive UI',
154176
description: 'Brings Naive UI components into Slidev',
155177
tags: ['Component'],
156178
author: {
@@ -159,28 +181,6 @@ export const community: AddonInfo[] = [
159181
},
160182
repo: 'https://github.com/sghuang19/slidev-addon-naive',
161183
},
162-
{
163-
id: 'slidev-addon-fancy-arrow',
164-
name: 'Fancy Arrow',
165-
description: 'Hand drawn arrows with various styling and positioning options',
166-
tags: ['Component'],
167-
author: {
168-
name: 'whitphx',
169-
link: 'https://github.com/whitphx',
170-
},
171-
repo: 'https://github.com/whitphx/slidev-addon-fancy-arrow',
172-
},
173-
{
174-
id: 'slidev-addon-typst',
175-
name: 'Typst',
176-
description: 'Typst addon for Slidev',
177-
tags: ['Integration', 'Diagram'],
178-
author: {
179-
name: 'Shigma',
180-
link: 'https://github.com/shigma',
181-
},
182-
repo: 'https://github.com/shigma/slidev-addon-typst',
183-
},
184184
// Add yours here!
185185
{
186186
id: '',

0 commit comments

Comments
 (0)