Alldocs

Convert Vimwiki
to Markdown (Original)

Looking for a free text converter? Look no more, upload your Vimwiki files and convert them to original unextended Markdown files. Yes, it’s that easy.

Converting from Vimwiki

For people that think Vim is not confusing enough: Let me introduce you to VimWiki. A personal wiki inside of Vim. Maxim Kim, the developer of VimWiki, was stuck in Vim for years. After trying to exit Vim for a while, he tried to accept his fate and used the time behind bars to invent something new. VimWiki was born. It consists of a number of linked text files that have their own syntax highlighting. Use it to organize notes, manage to-dos, write documentation or maintain a diary (nobody will expect your diary inside of Vim). I wonder if someone already invented

The files end with .wiki by default.

More about Vimwiki files

Converting to original unextended Markdown

The original unextended Markdown is based on the syntax outlined in John Gruber’s original design document. It already has many elements, but missed features like tables, code blocks, syntax highlighting, URL auto-linking and footnotes. Things that most of us take for granted today. I don’t know why anyone would stick with the original Markdown format, but I guess it’s something for purists. Or maybe you have a legacy system that only supports the original Markdown format. Anyway, have fun and convert to or from the strict version, the original Markdown format. We are happy to support the free conversion from and to it.

The files end with .md by default. More about original unextended Markdown files