Brannua / docsify-pagination-keyboard-helper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

LICENSE

MIT

About

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

License:MIT License


Languages

Language:JavaScript 100.0%