Zim

Comment 0 for bug 1625977

Revision history for this message
santiago (serware) wrote :

I'm using Zim 0.65 in Windows 10 and there's a problem exporting to HTML with:

1 Complete notebook
1. Default_with_index.html template
2. Each page to a separate file
3. An index page named "index" is specified

The problem is that all index page links are generated as:

<a href='index'>Index</a>

The index page is sucessfully generated as "index.html" in the same folder as the root page, but the index page links have no ".html" extension and they are interpreted as relative to the current page.

I attach a test notebook and generated html.

Santiago

Thanks

NOTE. Yesterday I thought that it is the same bug as in https://bugs.launchpad.net/zim/+bug/545225 and I posted a comment there. But today I realized that in my case the index page is succesfully generated and link generation is different.