diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-02-04 11:54:52 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-02-04 11:54:52 +0100 |
commit | 6a00bf0fc0185bdbc37c2ea7c69b8ecc8f3802c5 (patch) | |
tree | b65717bddb7c0a558e70406d33cdef223a4b9f97 /README.md | |
parent | 853f3d64829a7c71682e7d44ad2876630670a7fb (diff) | |
download | gitbook-6a00bf0fc0185bdbc37c2ea7c69b8ecc8f3802c5.zip gitbook-6a00bf0fc0185bdbc37c2ea7c69b8ecc8f3802c5.tar.gz gitbook-6a00bf0fc0185bdbc37c2ea7c69b8ecc8f3802c5.tar.bz2 |
Remove plugin list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 2 insertions, 30 deletions
@@ -199,36 +199,8 @@ The platform [GitBook.com](https://www.gitbook.com/) is like an "Heroku for book Plugins can be used to extend your book's functionality. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more information about how to build a plugin for GitBook. -Plugins needed to build a book can be installed using: `gitbook install ./`. - -##### Official plugins: - -| Name | Description | -| ----- | ---- | -| [exercises](https://github.com/GitbookIO/plugin-exercises) | Add interactive exercises to your book. | -| [quizzes](https://github.com/GitbookIO/plugin-quizzes) | Add interactive quizzes to your book. | -| [mathjax](https://github.com/GitbookIO/plugin-mathjax) | Displays mathematical notation in the book. | -| [mixpanel](https://github.com/GitbookIO/plugin-mixpanel) | Mixpanel tracking for your book | -| [infinitescroll](https://github.com/GitbookIO/gitbook-plugin-infinitescroll) | Infinite Scrolling | - -##### Other plugins: - -| Name | Description | -| ----- | ---- | -| [Google Analytics](https://github.com/GitbookIO/plugin-ga) | Google Analytics tracking for your book | -| [Disqus](https://github.com/GitbookIO/plugin-disqus) | Disqus comments integration in your book | -| [Autocover](https://github.com/GitbookIO/plugin-autocover) | Generate a cover for your book | -| [Transform annoted quotes to notes](https://github.com/erixtekila/gitbook-plugin-richquotes) | Allow extra markdown markup to render blockquotes as nice notes | -| [Send code to console](https://github.com/erixtekila/gitbook-plugin-toconsole) | Evaluate javascript block in the browser inspector's console | -| [Revealable sections](https://github.com/mrpotes/gitbook-plugin-reveal) | Reveal sections of the page using buttons made from the first title in each section | -| [Markdown within HTML](https://github.com/mrpotes/gitbook-plugin-nestedmd) | Process markdown within HTML blocks - allows custom layout options for individual pages | -| [Bootstrap JavaScript plugins](https://github.com/mrpotes/gitbook-plugin-bootstrapjs) | Use the [Bootstrap JavaScript plugins](http://getbootstrap.com/javascript) in your online GitBook | -| [Piwik Open Analytics](https://github.com/emmanuel-keller/gitbook-plugin-piwik) | Piwik Open Analytics tracking for your book | -| [Heading Anchors](https://github.com/rlmv/gitbook-plugin-anchors) | Add linkable Github-style anchors to headings | -| [JSBin](https://github.com/jcouyang/gitbook-plugin-jsbin) | Embedded jsbin frame into your book | -| [GrVis](https://github.com/romanlytkin/gitbook-grvis) | Gitbook GrViz plugin is used to select from markdown dot and converting it into a picture format svg | -| [PlantUml](https://github.com/romanlytkin/gitbook-plantuml) | Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg | -| [Mermaid](https://github.com/JozoVilcek/gitbook-plugin-mermaid) | Adds diagrams and flowcharts rendered by [mermaid](https://github.com/knsv/mermaid) | +Plugins needed to build a book can be installed using: `gitbook install ./`. You can find plugins at [plugins.gitbook.com](plugins.gitbook.com). + ## Debugging |