This is a Vim plugin for converting Vimwiki file to Markdown file. It's written with Python, so your Vim must be compiled with feature "+python" or "+python3".
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/yysfire/vimwiki2markdown ~/.vim/bundle/vimwiki2markdown
- Vundle
- Add
Bundle 'https://github.com/yysfire/vimwiki2markdown'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/yysfire/vimwiki2markdown'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/yysfire/vimwiki2markdown'
to .vimrc - Run
:PlugInstall
- Add
- Convert Vimwiki file to Strict Markdown file
- Convert Vimwiki file to Markdown file for Pelican
- Add command to convert all Vimwiki files to Markdown
- Write documentation
- Support Github Flavored Markdown
- Support PHP Markdown Extra
- Support MultiMarkdown
- Support converting Markdown to Vimwiki