Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/tagbar-markdown
vim-tagbar extension for markdown
https://github.com/taoso/tagbar-markdown
tagbar tagbar-markdown vim
Last synced: 3 days ago
JSON representation
vim-tagbar extension for markdown
- Host: GitHub
- URL: https://github.com/taoso/tagbar-markdown
- Owner: taoso
- License: mit
- Created: 2016-12-22T11:03:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T14:21:02.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T19:12:05.191Z (7 months ago)
- Topics: tagbar, tagbar-markdown, vim
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 46
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tagbar markdown extension
### Intro
tagbar-markdown is a tagbar extension for markdown.### Screenshot
![2017-02-01_1359x723](https://cloud.githubusercontent.com/assets/13142418/22514376/12f8a792-e8da-11e6-9897-fb0136732a31.png)### Install
- [vim-plug]
```viml
Plug 'majutsushi/tagbar'
Plug 'lvht/tagbar-markdown'
```
- Use [dein.vim] to lazy load plugin, and check the requirements.
```viml
call dein#add('', {'on_cmd' : 'TagbarToggle'})
call dein#add('', {'on_ft' : 'markdown', 'if' : executable('php')})
```Please make sure **php** is in your `$PATH` and the `bin/mdctags` has execute permission.
execute ':MDAgenda' to insert content agenda in the current line.
Enjoy :)
[vim-plug]: https://github.com/junegunn/vim-plug
[dein.vim]: https://github.com/Shougo/dein.vim