Currently, when migrating inline comments from Confluence, they are migrated as regular comments (not annotations). In these regular comments, the structure is:
- a "false link" which corresponds to the annotated text
- the text is displayed as a link
- usually, it redirects to
server/path-to-the-page/#IDno
- in XWiki, the #example at the end of a link is usually searching for a section (header) called "example" in the current page
- since there are no sections named exactly "IDno", the redirect does nothing
- the inline comment
What could be improved is either:
- these links become real links: clicking on them should redirect to the annotated text inside the page. This is possible at the moment only by manually editing the XWikiComments objects, which could be time consuming;
- migrate the inline comments as annotations
- any other ideas?