New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docsify-slides

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsify-slides

A docsify plugin for creating slideshow-like pages.

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

docsify-slides

A plugin for docsify that allows you to write documentation which acts like a slideshow.

Install

Simply include the plugin with your docsify project:

<script src="//unpkg.com/docsify-slides/dist/docsify-slides.min.js"></script>

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.

Default Closed Sidebar

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.

<body class="close">...</body>

What is it?

This is a simple plugin which gives you a flexible two-column layout via a custom markdown syntax.

Just add:

<!-- slide:break -->

or

<!-- slide:break-# -->

where # is the percent of the total width you want the left side of the slide to be. (i.e. <!-- slide:break-60 -->)

Check out the example.

Features

  • Responsive two column layout for your markdown pages.
  • Reduced margins and spacing to maximize presentation real estate.
  • Closed sidebar behavior is fixed on mobile screens.

If you enable docsify-pagination:

  • Navigate between pages with <- and -> keys.
  • docsify-pagination acts as a sticky footer, so it is always visible on screen.

Keywords

docsify

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts