All Projects → lwdgit → gitbook-plugin-search-plus

lwdgit / gitbook-plugin-search-plus

Licence: Apache-2.0 license
gitbook powerful search plugin

Programming Languages

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

Projects that are alternatives of or similar to gitbook-plugin-search-plus

saika
✍️Effortless info-site, done right.
Stars: ✭ 19 (-29.63%)
Mutual labels:  gitbook
whitepaper
The Fission Technical Whitepaper
Stars: ✭ 15 (-44.44%)
Mutual labels:  gitbook
soldoc
A solidity documentation generator, based in NatSpec format. 📃 with standalone HTML, pdf, gitbook and docsify output ✏️ just plug and play.
Stars: ✭ 54 (+100%)
Mutual labels:  gitbook
BooGi
Generate GitBook-like modern docs/tutorial websites using Gatsby
Stars: ✭ 117 (+333.33%)
Mutual labels:  gitbook
haskell-for-typescript-devs
Onboarding Material: Haskell for TypeScript Developers
Stars: ✭ 37 (+37.04%)
Mutual labels:  gitbook
nodejs
⛳ Node.js 应用开发课程资料
Stars: ✭ 14 (-48.15%)
Mutual labels:  gitbook
docs-archive
Contao Documentation
Stars: ✭ 44 (+62.96%)
Mutual labels:  gitbook
learn-swift-with-bob
Learn Swift 4 with Bob: Intermediate to Advanced Swift 4 Course
Stars: ✭ 22 (-18.52%)
Mutual labels:  gitbook
plugin-disqus
Disqus comments on your books
Stars: ✭ 49 (+81.48%)
Mutual labels:  gitbook
NextBook
NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.
Stars: ✭ 153 (+466.67%)
Mutual labels:  gitbook
LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (-25.93%)
Mutual labels:  gitbook
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (-3.7%)
Mutual labels:  gitbook
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-29.63%)
Mutual labels:  gitbook
scalaz-docs
Scalaz Japanese Documentation
Stars: ✭ 21 (-22.22%)
Mutual labels:  gitbook
installation-guides
Centralized administration of dependency installation guides.
Stars: ✭ 59 (+118.52%)
Mutual labels:  gitbook
tensorflow-and-deep-learning-chinese
TensorFlow and deep learning without a PhD, translated to Chinese
Stars: ✭ 16 (-40.74%)
Mutual labels:  gitbook
clojure-learning-notes
Clojure学习笔记
Stars: ✭ 15 (-44.44%)
Mutual labels:  gitbook
mpspider
公众号文章抓取&生成kindle电子书
Stars: ✭ 51 (+88.89%)
Mutual labels:  gitbook
cuc-ns
网络安全课本
Stars: ✭ 42 (+55.56%)
Mutual labels:  gitbook
gitbook-plugin-atoc
A TOC plugin for GitBook
Stars: ✭ 22 (-18.52%)
Mutual labels:  gitbook

gitbook-search-plus

A powerful search plugin for GitBook.

Features

* Search any character
* Search across element (for search code)
* Remember search url

Use this plugin

Before use this plugin, you should disable the default search plugin first, Here is a book.json configuration example:

{
    plugins: ["-lunr", "-search", "search-plus"]
}

Note: Only gitbook >= 3.0.0 support

Examples

Open https://lwdgit.github.io/gitbook-plugin-search-plus/ or test it by yourself

    > git clone [email protected]:lwdgit/gitbook-plugin-search-plus.git -b gh-pages
    > cd gitbook-plugin-search-plus
    > npm install
    > npm start

And then open http://127.0.0.1:4000

Thanks To:

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].