Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.31 KB

vimwiki2markdown

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

Installation

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
  • NeoBundle
    • Add NeoBundle 'https://github.com/yysfire/vimwiki2markdown' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/yysfire/vimwiki2markdown' to .vimrc
    • Run :PlugInstall

Todo

  • 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