marc0l92 / joplin-plugin-plantUML

Render PlantUML diagram inside your Joplin notes.
MIT License
47 stars 8 forks source link

Missing variable support #10

Closed Mick2nd closed 1 year ago

Mick2nd commented 1 year ago

In plantuml server I can use placeholders like %page%, for instance for footers, but in the plugin this is not possible as they are not supported / expanded.

Usage: footer page %page% of %lastpage%

Normal behavior: page 1 of 1 will be displayed

Plugin's behavior: page %page% of %lastpage% will be displayed.

I assume the percent sign will not be left through to the server unchanged.

I must correct myself: the %page% macro above is only supported in sequence diagrams. Then it works, else not. I tried to use it with a use case diagram. So I'll close this issue