docsify-pagination-keyboard-helper
v1.0.5
Published
[![npm](https://img.shields.io/npm/v/docsify-pagination-keyboard-helper)](https://www.npmjs.com/package/docsify-pagination-keyboard-helper)
Downloads
18
Maintainers
Readme
docsify-pagination-keyboard-helper
A plugin for docsify site that enables you to turn pages quickly by using keyboard shortcuts.
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.
|key|meaning| |:--|:--| |j|next page| |k|previous page| |l|next page| |h|previous page| |->|next page| |<-|previous page|
Development
Packaging method
Use rollup.js, and here is a tutorial
Publish
to npmjs