This issue has been created
There are 3 updates.
 
 
Confluence / cid:jira-generated-image-avatar-fb8f6acd-602c-490b-91ae-e268e8b49b2d CONFLUENCE-453 Open

Add basic converter for macro plantuml

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-cce546c9-6246-4dd1-9feb-8d5303108b70 Clément Aubin created this issue on 14/May/25 09:30
 
Summary: Add basic converter for macros plantuml
Issue Type: cid:jira-generated-image-avatar-fb8f6acd-602c-490b-91ae-e268e8b49b2d Bug
Assignee: Unassigned
Created: 14/May/25 09:30
Priority: cid:jira-generated-image-static-major-417d5127-df9c-451b-9dc3-74c9c121f52d Major
Reporter: Clément Aubin
Description:

Following a discussion with Raphaël Jakse, we would need to add a converter for this macro in the confluence migrator, potentially with https://github.com/xwiki-contrib/confluence/blob/master/confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/PlantumlRenderMacroConverter.java

 
 

3 updates

 
cid:jira-generated-image-avatar-cce546c9-6246-4dd1-9feb-8d5303108b70 Changes by Clément Aubin on 14/May/25 09:30
 
Summary: Add basic converter for macros macro plantuml
Description: Following a discussion with [~rjakse], we would need to add a converter for this macro in the confluence migrator, potentially with https://github.com/xwiki-contrib/confluence/blob/master/confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/PlantumlRenderMacroConverter.java

There is no need to change anything when converting a plantuml macro from Confluence to XWiki. The content, the id and the parameters can stay the same.
Assignee: Raphaël Jakse