@@ -29,7 +29,7 @@ export const community: AddonInfo[] = [
29
29
} ,
30
30
{
31
31
id : 'slidev-addon-tldraw' ,
32
- name : 'tldraw for Slidev ' ,
32
+ name : 'tldraw' ,
33
33
description : 'Embed tldraw diagrams directly in Slidev, with in-slide editing support' ,
34
34
tags : [ 'Integration' , 'Diagram' ] ,
35
35
author : {
@@ -38,9 +38,31 @@ export const community: AddonInfo[] = [
38
38
} ,
39
39
repo : 'https://github.com/AlbertBrand/slidev-addon-tldraw' ,
40
40
} ,
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
+ } ,
41
63
{
42
64
id : 'slidev-addon-sync' ,
43
- name : 'slidev-addon-sync ' ,
65
+ name : 'Remote Sync ' ,
44
66
description : 'Sync component for Slidev static build that uses a SSE or WS server' ,
45
67
tags : [ 'Remote control' , 'Navigation' ] ,
46
68
author : {
@@ -51,7 +73,7 @@ export const community: AddonInfo[] = [
51
73
} ,
52
74
{
53
75
id : 'slidev-addon-tikzjax' ,
54
- name : 'slidev-addon- tikzjax' ,
76
+ name : 'tikzjax' ,
55
77
description : 'Compile TikZ/Chemfig/... to SVG and display them in Slidev' ,
56
78
tags : [ 'Integration' , 'Diagram' ] ,
57
79
author : {
@@ -62,7 +84,7 @@ export const community: AddonInfo[] = [
62
84
} ,
63
85
{
64
86
id : 'slidev-component-pager' ,
65
- name : 'slidev-component-pager ' ,
87
+ name : 'Pager ' ,
66
88
description : 'Show current page and total page number' ,
67
89
tags : [ 'Component' , 'Navigation' ] ,
68
90
author : {
@@ -73,7 +95,7 @@ export const community: AddonInfo[] = [
73
95
} ,
74
96
{
75
97
id : 'slidev-component-poll' ,
76
- name : 'slidev-component-poll ' ,
98
+ name : 'Poll and Quiz ' ,
77
99
description : 'Poll and Quiz components for Slidev' ,
78
100
tags : [ 'Component' ] ,
79
101
author : {
@@ -84,7 +106,7 @@ export const community: AddonInfo[] = [
84
106
} ,
85
107
{
86
108
id : 'slidev-component-progress' ,
87
- name : 'slidev-component-progress ' ,
109
+ name : 'Progress ' ,
88
110
description : 'Show interactive progress bar for Slidev' ,
89
111
tags : [ 'Tool' , 'Navigation' ] ,
90
112
author : {
@@ -95,7 +117,7 @@ export const community: AddonInfo[] = [
95
117
} ,
96
118
{
97
119
id : 'slidev-component-scroll' ,
98
- name : 'slidev-component-scroll ' ,
120
+ name : 'Mouse Scroll ' ,
99
121
description : 'Use mouse wheel for navigating' ,
100
122
tags : [ 'Navigation' ] ,
101
123
author : {
@@ -106,7 +128,7 @@ export const community: AddonInfo[] = [
106
128
} ,
107
129
{
108
130
id : 'slidev-component-spotlight' ,
109
- name : 'slidev-component-spotlight ' ,
131
+ name : 'Spotlight ' ,
110
132
description : 'Activate a spotlight to highlight a specific region by holding a key' ,
111
133
tags : [ 'Tool' ] ,
112
134
author : {
@@ -117,7 +139,7 @@ export const community: AddonInfo[] = [
117
139
} ,
118
140
{
119
141
id : 'slidev-component-zoom' ,
120
- name : 'slidev-component-zoom ' ,
142
+ name : 'Zooming ' ,
121
143
description : 'Allow zooming inside the slides' ,
122
144
tags : [ 'Tool' ] ,
123
145
author : {
@@ -128,7 +150,7 @@ export const community: AddonInfo[] = [
128
150
} ,
129
151
{
130
152
id : 'slidev-addon-rabbit' ,
131
- name : 'slidev-addon-rabbit ' ,
153
+ name : 'Rabbit ' ,
132
154
description : 'Presentation time management for Slidev inspired by Rabbit' ,
133
155
tags : [ 'Tool' , 'Navigation' ] ,
134
156
author : {
@@ -139,7 +161,7 @@ export const community: AddonInfo[] = [
139
161
} ,
140
162
{
141
163
id : 'slidev-addon-stem' ,
142
- name : 'slidev-addon-stem ' ,
164
+ name : 'STEM ' ,
143
165
description : 'Slidev addon for scientific presentation' ,
144
166
tags : [ 'Component' , 'Layout' ] ,
145
167
author : {
@@ -150,7 +172,7 @@ export const community: AddonInfo[] = [
150
172
} ,
151
173
{
152
174
id : 'slidev-addon-naive' ,
153
- name : 'Naive UI for Slidev ' ,
175
+ name : 'Naive UI' ,
154
176
description : 'Brings Naive UI components into Slidev' ,
155
177
tags : [ 'Component' ] ,
156
178
author : {
@@ -159,28 +181,6 @@ export const community: AddonInfo[] = [
159
181
} ,
160
182
repo : 'https://github.com/sghuang19/slidev-addon-naive' ,
161
183
} ,
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
- } ,
184
184
// Add yours here!
185
185
{
186
186
id : '' ,
0 commit comments