Skip to content

yysfire/vimwiki2markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for Vim to convert vimwiki file to markdown file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published