All Projects → imyelo → docsify-pagination

imyelo / docsify-pagination

Licence: MIT License
↔️ Pagination for docsify

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to docsify-pagination

Sesame
Android architecture components made right
Stars: ✭ 48 (-40%)
Mutual labels:  pagination, navigation
navigation-skeleton
This component allows you to show skeletons of pages during navigation process.
Stars: ✭ 16 (-80%)
Mutual labels:  navigation
django-simple-pagination
django pagination as you want it to be
Stars: ✭ 41 (-48.75%)
Mutual labels:  pagination
Helm
A graph-based SwiftUI router
Stars: ✭ 64 (-20%)
Mutual labels:  navigation
lightning-data-table
Lightning components for building a data-table with search, column sorting, pagination for Salesforce
Stars: ✭ 15 (-81.25%)
Mutual labels:  pagination
TableBundle
Symfony Bundle for easy pagination and filtering
Stars: ✭ 24 (-70%)
Mutual labels:  pagination
Pagination-Utils
A collection of methods to make message pagination with JDA easier.
Stars: ✭ 20 (-75%)
Mutual labels:  pagination
fdplugin-quicknavigate
Quick Navigate Plugin for FlashDevelop/HaxeDevelop
Stars: ✭ 30 (-62.5%)
Mutual labels:  navigation
NavKit
Simple and integrated way to customize navigation bar experience on iOS app.
Stars: ✭ 37 (-53.75%)
Mutual labels:  navigation
neonavigation
A 2-D/3-DOF seamless global/local mobile robot motion planner package for ROS
Stars: ✭ 199 (+148.75%)
Mutual labels:  navigation
codemill.vmfirstnav
Xamarin.Forms ViewModel First Navigation Library
Stars: ✭ 22 (-72.5%)
Mutual labels:  navigation
Fluent-Design
Microsoft's Fluent Design with pure HTML/CSS/JS
Stars: ✭ 36 (-55%)
Mutual labels:  navigation
easy-css-layout
Easy css layout
Stars: ✭ 117 (+46.25%)
Mutual labels:  pagination
f3-pagination
A pagebrowser and some pagination utilities for the PHP Fat-Free Framework
Stars: ✭ 15 (-81.25%)
Mutual labels:  pagination
react-native-template
A template for react native applications with built-in navigation.
Stars: ✭ 37 (-53.75%)
Mutual labels:  navigation
spring-thymeleaf-pagination
Spring Boot application which demonstrates implementation of pagination in Java web application with Thymeleaf template engine
Stars: ✭ 73 (-8.75%)
Mutual labels:  pagination
SettingsAppInSwiftUI
I have recreated a Settings App in iPhoneXR using SwiftUI concepts such as Form,Section,Toggle,Picker,Stack..etc
Stars: ✭ 37 (-53.75%)
Mutual labels:  navigation
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (-58.75%)
Mutual labels:  navigation
go router
The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
Stars: ✭ 380 (+375%)
Mutual labels:  navigation
RustRobotics
Rust implementation of PythonRobotics such as EKF, DWA, Pure Pursuit, LQR.
Stars: ✭ 40 (-50%)
Mutual labels:  navigation

docsify-pagination

Pagination for docsify

npm license PRs Welcome

How does it look like?

screenshot

Install

  1. insert script into document
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
  1. specify the label text (optional)
window.$docsify = {
  // ...
  pagination: {
    previousText: '上一章节',
    nextText: '下一章节',
    crossChapter: true,
    crossChapterText: true,
  },
}

Options

pagination.previousText

  • Default: 'PREVIOUS'
  • Type: String
  • Description: The text of previous label.

pagination.nextText

  • Default: 'NEXT'
  • Type: String
  • Description: The text of next label.

pagination.crossChapter

  • Default: false
  • Type: Boolean
  • Description: Allow navigation to previous/next chapter.

pagination.crossChapterText

  • Default: false
  • Type: Boolean
  • Description: Display chapter name.

pagination.routerMode

  • Default: window.$docsify.routerMode
  • Type: String
  • Description: Router mode. In most cases, you don't need to modify it. Docsify-Pagination will take care of it for you.

Example

Related

License

MIT © yelo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].