Extend mindmap arithmetic syntax to allow multiline nodes

+1 vote
asked Jul 23, 2021 in Wanted features by The-Lu (63,920 points)

Hello PlantUML team,

  •  Could you extend Mindmap Arithmetic [+/-] notation syntax to allow multi-line nodes?

Examples:

CodeOutput
With '\n", one-line
@startmindmap
+ root
++ right_1.1\nright_1.2;
-- left_1
++ right_2
-- left_2
-- left_3.1\nleft_3.2;
@endmindmap
With multi-line management
@startmindmap
+ root
++:right_1.1
right_1.2;
-- left_1
++ right_2
-- left_2
--:left_3.1
left_3.2;
@endmindmap

Similar request here:

Regards,
Th.

1 Answer

0 votes
answered Jul 26, 2021 by SuperSaiyanGod (340 points)
Yeah, that's strongly needed.

Also, I find that it might be better to be able to break after the colon while not producing any break in the output. Like adding some special symbol after the ":", perhaps?
...