Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add markdown to HTML conversion support #57

Closed
danielb2 opened this issue Jul 12, 2014 · 7 comments
Closed

Feature: Add markdown to HTML conversion support #57

danielb2 opened this issue Jul 12, 2014 · 7 comments

Comments

@danielb2
Copy link

only vimwiki's default markup will be converted to HTML at the moment

I don't see an open issue so this issue is merely to have an issue tracking that this be done.

@danielb2 danielb2 changed the title Add markdown to HTML conversion support Feature: Add markdown to HTML conversion support Jul 12, 2014
@dcai
Copy link

dcai commented Aug 29, 2014

I currently use a custom php script convert markdown to html (use custom_wiki2html option), additionally vimwiki link is [link] instead [link](link), so standard markdown parser couldn't create link properly, the custom script needs to address this issue too.

@dcai
Copy link

dcai commented Aug 29, 2014

One more thing, diary index page isn't good for markdown neither.

@EinfachToll
Copy link
Member

For the record: there is a promising attempt to standardize markdown syntax here: http://commonmark.org/

@patrickdavey
Copy link
Contributor

I did create a rubygem (vimwiki_markdown) if you want to try that. It's very much a work in progress and does require some config, but it's working for me!

@giddie
Copy link

giddie commented Jan 7, 2020

I've found the following thread hugely helpful in getting a good automatic markdown->html export set up.

https://gist.github.com/maikeldotuk/54a91c21ed9623705fdce7bab2989742#gistcomment-3109060

@danielb2
Copy link
Author

danielb2 commented Jan 7, 2020

I'm doing pip3 install vimwiki_markdown and in my config: 'custom_wiki2html': 'vimwiki_markdown' + 'syntax': 'markdown', 'ext': '.md'

would be nice if vimwiki would handle it natively tho.

@tinmarino
Copy link
Member

pandoc is the recommended way of doing. Here is my wiki2html. There is the same in the doc.

As of 2020, there is still no native markdown conversion
If someone is willing to create a vimscript for the conversion mdforvim may be a good start.
Meanwhile, I prefer to close, just to narrow the dev scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants