There is 1 comment.
 
 
Cristal / cid:jira-generated-image-avatar-6bdf9b98-a3a5-4166-a367-c8797cf9173b CRISTAL-770 Open

Attachments are not displayed in the content and the editor

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-38f4ae90-2c2a-4230-8719-4f358029a00e Pierre Jeanjean on 05/Dec/25 17:05
 

In the rendered content, the images are missing the username of the current user, needed to access the right dav folder. This seems to be because, right now, the RemoteURLParser and RemoteURLSerializer use the wiki reference to store/obtain the username, so that they don't require any dependency on other components to do their conversions. But, when the markdown is parsed in uniast, there is nothing to indicate that we are in a specific wiki (because we have not implemented a "wiki" concept for Nextcloud anywhere else). So we will probably need to discuss what direction we want to go from there