1.0.5 • Published 2 years ago

docsify-pagination-keyboard-helper v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

docsify-pagination-keyboard-helper

npm

A plugin for docsify site that enables you to turn pages quickly by using keyboard shortcuts.

PREVIEW

Usage

Note

This plugin is basing on docsify-pagination plugin, so you need to enable it at first.

Installation

<script src="https://cdn.jsdelivr.net/npm/docsify-pagination-keyboard-helper@latest/dist/bundle.js"></script>

Features

You can paginate between pages quickly on the web page of your docsify site by using the following keys.

keymeaning
jnext page
kprevious page
lnext page
hprevious page
->next page
<-previous page

Development

Packaging method

Use rollup.js, and here is a tutorial

Publish

to npmjs

LICENSE

MIT