qqzsxyz / vimwiki

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

Image transclusions: schemeless links have .html appended #343

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add {{images/hello.jpg}}
2. :Vimwiki2HTML

What is the expected output? What do you see instead?

There should be <img src="images/hello.jpg" />
There is <img src="images/hello.jpg.html" />

It might be still confusing for users. What should vimwiki open with <CR> on 
that link? What should be in a HTML?

Original report is here: 
https://groups.google.com/forum/?fromgroups#!topic/vimwiki/3z96pTl-Lt8

Original issue reported on code.google.com by habamax on 11 Jun 2012 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 11 Jun 2012 at 4:31

GoogleCodeExporter commented 8 years ago
What does LinkProperties and MultiWikiModel say about this case?  

Original comment by stu.andrews on 11 Jun 2012 at 4:51

GoogleCodeExporter commented 8 years ago
Not sure. LinkProperties, Variant B, T links.

Original comment by habamax on 11 Jun 2012 at 4:57

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 29 Jun 2012 at 4:20