vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Markdown to html processing is not completely implemented. #384

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Setup and run the provided custom_wiki2html program for markdown.
2.  While it is a nice example, it doesn't translate wikilinks to html links 
between the wiki pages.  

I wrote a new custom markdown 2 html renderer that creates the html links and 
also respects the following percent codes:
%toc
%nohtml
%title
%template (although the ability to chose a template in the wiki file is not 
implemented.)

It works with wikilinks in the formats:

[[link]]
[[link|description]]

I've attached it in case anyone is interested in using it.  Additional setup 
instructions are in the file.

Regards,
Jason

Original issue reported on code.google.com by jason6an...@gmail.com on 29 Oct 2012 at 5:14

Attachments:

GoogleCodeExporter commented 8 years ago
very nice - thx!

Original comment by stu.andrews on 1 Nov 2012 at 4:07

GoogleCodeExporter commented 8 years ago
Templating arguments are now passed to custom_wiki2html.  See rba8552ac8864.

THanks again,
-S .

Original comment by stu.andrews on 28 Dec 2012 at 4:24