You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/index.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -99,17 +99,18 @@ Check out the [type definitions](https://github.com/slidevjs/slidev/blob/main/pa
99
99
100
100
In addition, every slide accepts the following configuration in the Frontmatter block:
101
101
102
-
*`clicks` (`number`): Custom clicks count (learn more [here](/guide/animations.html#custom-clicks-count)).
103
-
*`disabled` (`boolean`): Completely disable the slide.
104
-
*`hide` (`boolean`): Hide sub-slides when using `src` (learn more [here](/guide/syntax.html#multiple-entries)).
102
+
*`clicks` (`number`): Custom clicks count (learn more [here](/guide/animations.html#custom-total-clicks-count)).
103
+
*`disabled` (`boolean`): Completely disable and hide the slide.
104
+
*`hide` (`boolean`): The same as `disabled`.
105
105
*`hideInToc` (`boolean`): Hide the slide for the `<Toc>` components (learn more [here](/builtin/components.html#toc)).
106
106
*`layout` (`string`): Defines the layout component applied to the slide (learn more [here](/guide/syntax.html#front-matter-layouts) and [here](/builtin/layouts.html)).
107
107
*`level` (`number`): Override the title level for the `<Title>` and `<Toc>` components (only if `title` has also been declared, learn more [here](/builtin/components.html#titles)).
108
-
*`preload` (`boolean`, default `true`): preload the next slide (learn more [here](/guide/animations.html#motion)).
109
-
*`routeAlias` (`string`): create a route alias that can be used in the URL or with the `<Link>` component (learn more [here](/builtin/components.html#link)).
108
+
*`preload` (`boolean`, default `true`): Preload the next slide (learn more [here](/guide/animations.html#motion)).
109
+
*`routeAlias` (`string`): Create a route alias that can be used in the URL or with the `<Link>` component (learn more [here](/builtin/components.html#link)).
110
110
*`src` (`string`): Includes a markdown file (learn more [here](/guide/syntax.html#multiple-entries)).
111
111
*`title` (`string`): Override the title for the `<Title>` and `<Toc>` components (learn more [here](/builtin/components.html#titles)).
112
112
*`transition` (`string | TransitionProps`): Defines the transition between the slide and the next one (learn more [here](/guide/animations.html#slide-transitions)).
113
+
*`zoom` (`number`): Custom zoom scale. Useful for slides with a lot of content.
Copy file name to clipboardExpand all lines: guide/install.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,9 @@ Options:
163
163
*`--port`, `-p` (`number`, default: `3030`): port number.
164
164
*`--open`, `-o` (`boolean`, default: `false`): open in browser.
165
165
*`--remote [password]` (`string`): listen to public host and enable remote control, if a value is passed then the presenter mode is private and only accessible by passing the given password in the URL query `password` parameter.
166
+
*`--bind` (`string`, default: `0.0.0.0`): specify which IP addresses the server should listen on in the remote mode.
0 commit comments