All Projects → glippi → ydkjs-vim

glippi / ydkjs-vim

Licence: other
📖 You Don't Know Js in Vim doc

Projects that are alternatives of or similar to ydkjs-vim

BooGi
Generate GitBook-like modern docs/tutorial websites using Gatsby
Stars: ✭ 117 (+735.71%)
Mutual labels:  gitbook
nodejs
⛳ Node.js 应用开发课程资料
Stars: ✭ 14 (+0%)
Mutual labels:  gitbook
cuc-ns
网络安全课本
Stars: ✭ 42 (+200%)
Mutual labels:  gitbook
acala-wiki
Acala GitBook Wiki, https://wiki.acala.network
Stars: ✭ 22 (+57.14%)
Mutual labels:  gitbook
whitepaper
The Fission Technical Whitepaper
Stars: ✭ 15 (+7.14%)
Mutual labels:  gitbook
gitbook-plugin-atoc
A TOC plugin for GitBook
Stars: ✭ 22 (+57.14%)
Mutual labels:  gitbook
saika
✍️Effortless info-site, done right.
Stars: ✭ 19 (+35.71%)
Mutual labels:  gitbook
gitbook-plugin-search-plus
gitbook powerful search plugin
Stars: ✭ 27 (+92.86%)
Mutual labels:  gitbook
clojure-learning-notes
Clojure学习笔记
Stars: ✭ 15 (+7.14%)
Mutual labels:  gitbook
installation-guides
Centralized administration of dependency installation guides.
Stars: ✭ 59 (+321.43%)
Mutual labels:  gitbook
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (+85.71%)
Mutual labels:  gitbook
plugin-disqus
Disqus comments on your books
Stars: ✭ 49 (+250%)
Mutual labels:  gitbook
NextBook
NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.
Stars: ✭ 153 (+992.86%)
Mutual labels:  gitbook
LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (+42.86%)
Mutual labels:  gitbook
learn-swift-with-bob
Learn Swift 4 with Bob: Intermediate to Advanced Swift 4 Course
Stars: ✭ 22 (+57.14%)
Mutual labels:  gitbook
scalaz-docs
Scalaz Japanese Documentation
Stars: ✭ 21 (+50%)
Mutual labels:  gitbook
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (+35.71%)
Mutual labels:  gitbook
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (+707.14%)
Mutual labels:  gitbook
mpspider
公众号文章抓取&生成kindle电子书
Stars: ✭ 51 (+264.29%)
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 (+285.71%)
Mutual labels:  gitbook

You Don't Know JS (book series) in Vim doc

YDKJS inside Vim

This is the awesome series of books diving deep into the core mechanisms of the JavaScript language, written by Kyle Simpson, made available right at your fingertips in Vim documentation.

How it works:

Simply type :help ydkjs.txt to open in a Vim buffer the entire book.

You can easily jump to the section you are looking for by selecting the chapter in the index.

Vim documentation doesn't support all the available syntax highlighting that markdown does, but we can have:

  • title formatting
  • highlighting inline code-like
  • a basic but useful code formatting

Book License & Copyright

The materials herein are all © 2013-2018 Kyle Simpson.

Please note that all the books are written by Kyle Simpson, and all credits go to him; I only made available in Vim's documentation format the text that everyone could read for free here:

Or buy here:

Installation

  • Vundle, add the following line to your ~/.vimrc:

    Bundle 'glippi/ydkjs-vim'

    $ vim +'PluginInstall! ydkjs-vim' +qall

  • vim-plug, add the following to your plugin section:

    Plug 'glippi/ydkjs-vim'

    $ vim +PlugInstall

  • NeoBundle, add the following line to your ~/.vimrc:

    NeoBundle 'glippi/ydkjs-vim'

    $ vim +NeoBundleInstall +qall

  • Pathogen, execute the following in your shell:

    $ cd ~/.vim/bundle

    $ git clone https://github.com/glippi/ydkjs-vim.git

Self-Promotion

If you like this plugin, you are welcome to:

License

This plugin is distributed under the same terms as Vim itself. See :help license.

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