Skip to content

Commit 8420f66

Browse files
committed
Move plugin list in the README
1 parent 6c03858 commit 8420f66

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,7 @@ Keep track of development news:
1010
* Watch the repository on [GitHub](https://github.com/freeCodeCamp/devdocs/subscription)
1111
* Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter
1212

13-
**Table of Contents:** [Plugins and Extensions](#plugins-and-extensions)[Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [Documentation](#documentation)[License](#copyright--license) · [Questions?](#questions)
14-
15-
## Plugins and Extensions
16-
17-
* [Chrome web app](https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe)
18-
* [Ubuntu Touch app](https://uappexplorer.com/app/devdocsunofficial.berkes)
19-
* [Sublime Text plugin](https://sublime.wbond.net/packages/DevDocs)
20-
* [Atom plugin](https://atom.io/packages/devdocs)
21-
* [Brackets extension](https://github.com/gruehle/dev-docs-viewer)
22-
* [Fluid](http://fluidapp.com) for turning DevDocs into a real OS X app
23-
* [GTK shell / Vim integration](https://github.com/naquad/devdocs-shell)
24-
* [Emacs lookup](https://github.com/skeeto/devdocs-lookup)
25-
* [Alfred Workflow](https://github.com/yannickglt/alfred-devdocs)
26-
* [Vim search plugin with Devdocs in its defaults](https://github.com/waiting-for-dev/vim-www) Just set `let g:www_shortcut_engines = { 'devdocs': ['Devdocs', '<leader>dd'] }` to have a `:Devdocs` command and a `<leader>dd` mapping.
27-
* [Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=akfish.vscode-devdocs ) (1)
28-
* [Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=deibit.devdocs) (2)
29-
* [Desktop application](https://github.com/egoist/devdocs-desktop)
30-
* [Doc Browser](https://github.com/qwfy/doc-browser) is a native Linux app that supports DevDocs docsets
31-
* [GNOME Application](https://github.com/hardpixel/devdocs-desktop) GTK3 application with search integrated in headerbar
32-
13+
**Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [Documentation](#documentation) · [Plugins and Extensions](#plugins-and-extensions) · [License](#copyright--license) · [Questions?](#questions)
3314

3415
## Quick Start
3516

@@ -158,6 +139,24 @@ DevDocs's own documentation is available on the [wiki](https://github.com/freeCo
158139
* [Filter Reference](./docs/filter-reference.md)
159140
* [Maintainers’ Guide](./docs/maintainers.md)
160141

142+
## Plugins and Extensions
143+
144+
* [Chrome web app](https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe)
145+
* [Ubuntu Touch app](https://uappexplorer.com/app/devdocsunofficial.berkes)
146+
* [Sublime Text plugin](https://sublime.wbond.net/packages/DevDocs)
147+
* [Atom plugin](https://atom.io/packages/devdocs)
148+
* [Brackets extension](https://github.com/gruehle/dev-docs-viewer)
149+
* [Fluid](http://fluidapp.com) for turning DevDocs into a real OS X app
150+
* [GTK shell / Vim integration](https://github.com/naquad/devdocs-shell)
151+
* [Emacs lookup](https://github.com/skeeto/devdocs-lookup)
152+
* [Alfred Workflow](https://github.com/yannickglt/alfred-devdocs)
153+
* [Vim search plugin with Devdocs in its defaults](https://github.com/waiting-for-dev/vim-www) Just set `let g:www_shortcut_engines = { 'devdocs': ['Devdocs', '<leader>dd'] }` to have a `:Devdocs` command and a `<leader>dd` mapping.
154+
* [Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=akfish.vscode-devdocs ) (1)
155+
* [Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=deibit.devdocs) (2)
156+
* [Desktop application](https://github.com/egoist/devdocs-desktop)
157+
* [Doc Browser](https://github.com/qwfy/doc-browser) is a native Linux app that supports DevDocs docsets
158+
* [GNOME Application](https://github.com/hardpixel/devdocs-desktop) GTK3 application with search integrated in headerbar
159+
161160
## Copyright / License
162161

163162
Copyright 2013-2019 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors)

0 commit comments

Comments
 (0)