A docsify plugin for creating slideshow-like pages.
npm install docsify-slidesA plugin for docsify that allows you to write documentation which acts like a slideshow.
Simply include the plugin with your docsify project:
``html`
> NOTE: This plugin works best in combination with docsify-pagination plugin.
> Be sure to also enable this plugin on your docsify site for the full experience.
If you would like to have the docsify sidebar hidden by default, simply add the class="close" to your main body tag in your index.html.
`html`
...
This is a simple plugin which gives you a flexible two-column layout via a custom markdown syntax.
Just add:
`html`
or
`html`
where # is the percent of the total width you want the left side of the slide to be. (i.e. )
Check out the example.
1. Responsive two column layout for your markdown pages.
2. Reduced margins and spacing to maximize presentation real estate.
3. Closed sidebar behavior is fixed on mobile screens.
If you enable docsify-pagination:
4. Navigate between pages with <- and -> keys.docsify-pagination` acts as a sticky footer, so it is always visible on screen.
5.