qqzsxyz / vimwiki

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

Links does not convert proper to html #355

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. a vimwiki test with this markup: [http://somesite.example somesite]
2. convert2html
3. the output is now [http://somesite.example somesite] - with http:... as a 
link and "somesite" not as link.

What is the expected output? What do you see instead?
I expected to see this in the html: <a 
href="http://somesite.example>somesite</a>

What version of the product are you using? On what operating system?
2.0.1 - Mac Lion

Please provide any additional information below.
Installed with unzipping files in .vim/bundle/vimwiki (pathogen)

Original issue reported on code.google.com by achristo...@gmail.com on 1 Aug 2012 at 9:30

GoogleCodeExporter commented 8 years ago
It is written in changelog for 2.0.stu:

* Redesign of link syntaxes (!)
        * No more CamelCase links. Check the ways to convert them http://goo.gl/15ctX
        * No more [[link][desc]] links.
        * No more [http://link description] links.
        * No more plain image links. Use transclusions.
        * No more image links identified by extension. Use transclusions. 

Original comment by habamax on 1 Aug 2012 at 1:05

GoogleCodeExporter commented 8 years ago
Please see issue 353 for further advice.

Original comment by stu.andrews on 1 Aug 2012 at 4:27

GoogleCodeExporter commented 8 years ago
Thanks guys. I think it would be a good idea to at least link to theese 
discussion in the featured syntax page of the google-code wiki.

For now I am am happy with the `[[` syntax as it seems more consistent than the 
previous syntax.

Original comment by achristo...@gmail.com on 1 Aug 2012 at 5:27