Code Monkey home page Code Monkey logo

vim-auto-markdown's Introduction

vim-auto-markdown

Auto complete for Vim

Instalation

Use Vundle:

Plugin 'terroo/vim-auto-markdown'
" :PluginInstall

Use vim-plug:

Plug 'terroo/vim-auto-markdown'
" :PlugInstall"

Use

The character | shows the position that the cursor will be after command followed by TAB.

Works only on .md, .markdown, .mdown, .mkdn, .md, .mkd, .mdwn, .mdtxt, .mdtext, .text and .Rmd files.

  • Type: code<Tab> and it will auto complete for:
```sh
|
`` `
  • Type python<Tab> and it will auto complete for:
```python
print('|')
`` `
  • Type ruby<Tab> and it will auto complete for:
  ```ruby
  puts '|'
  `` `
  • Type c++<Tab> and it will auto complete for:
  ```c++
  |
  `` `
  • Type bash<Tab> and it will auto complete for:
  ```bash
  |
  `` `
  • Type js<Tab> and it will auto complete for:
```js
console.log('|')
`` `
  • Type json<Tab> and it will auto complete for:
```json
{
  |
}
`` `
  • Type html<Tab> and it will auto complete for:
```html
<html>|</html>
`` `
  • Type: img<Tab> and it will auto complete for:
![|alt](url)
  • Type: href<Tab> and it will auto complete for:
[|name](url)
  • Type: pre<Tab> and it will auto complete for:
`|`
  • Type: hr<Tab> and it will auto complete for:
---

|
  • Type: h1<Tab> and it will auto complete for:
# |
  • Type: h2<Tab> and it will auto complete for:
## |
  • Type: h3<Tab> and it will auto complete for:
### |
  • Type: h4<Tab> and it will auto complete for:
#### | ####
  • Type h5<Tab> and it will auto complete for:
##### | #####
  • Type h6<Tab> and it will auto complete for:
###### | ######

This README is still in development, but the plugin already works, but there are still improvements.

vim-auto-markdown's People

Contributors

terroo avatar vinibispo avatar allenronquillo avatar geraldolsribeiro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.