Defect #20910
closed
Hierarchy in TOC is not preserved when Wiki index is exported to HTML
Added by Serguei Tarassov over 9 years ago.
Updated over 5 years ago.
Description
When exporting HTM from Wiki (from index page) the resulting document has following errors :
- TOC items hierarchy is not supported, only one-level list is exported
- images links are incomplete with "/redmine/xxx". Full path to images is expected to see them.
Files
Related feature request #550
- Related to Feature #550: Function to export whole wiki added
I wrote a patch to solve these two problems.
(It may be better to divide the issues...)
images links are incomplete with "/redmine/xxx". Full path to images is expected to see them.
→ attachment:0001-Change-the-file-path-of-html-image-to-be-exported-to.patch
TOC items hierarchy is not supported, only one-level list is exported
→ 0002-Nest-the-exported-html-table-of-contents.patch
By applying the patch, I think the exported HTML will be easier to see.
- Related to Patch #16446: Generate full URLs to images and linked pages in the Wiki HTML export added
Mizuki ISHIKAWA wrote:
images links are incomplete with "/redmine/xxx". Full path to images is expected to see them.
→ attachment:0001-Change-the-file-path-of-html-image-to-be-exported-to.patch
The patch is identical to #16446, which I have just committed as r17229. Let's discuss the patch 0002 on this issue.
Go MAEDA wrote:
The patch is identical to #16446, which I have just committed as r17229. Let's discuss the patch 0002 on this issue.
I did not notice that the same patch already exists.
I am glad that the image link has been changed to a Full path.
Patch 0002 changes the heading of exported wiki HTML as follows. (Nest wiki titles)
before |
after |
|
|
- File deleted (
0001-Change-the-file-path-of-html-image-to-be-exported-to.patch)
- Target version set to Candidate for next major release
Updated the patch for the current trunk.
- Subject changed from Wiki HTML export bugs to Hierarchy in TOC is not preserved when a Wiki page is exported to HTML
- Subject changed from Hierarchy in TOC is not preserved when a Wiki page is exported to HTML to Hierarchy in TOC is not preserved when Wiki index is exported to HTML
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch with slight changes. Thank you for the fix.
Also available in: Atom
PDF