Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Enhance mindmap Diagram theme #6

Open
roadmore opened this issue Aug 4, 2020 · 2 comments
Open

Please Enhance mindmap Diagram theme #6

roadmore opened this issue Aug 4, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@roadmore
Copy link

roadmore commented Aug 4, 2020

<style>
    mindmapDiagram {
      node {
        Padding 5
        Margin 15
        BackGroundColor white
      }
      rootNode {
        Padding 15
        FontStyle Italic
        BackGroundColor green
      }
      leafNode {
        Padding 1
        BackGroundColor yellow
        FontColor blue
        FontSize 15
      }
    }
</style>
@bschwarz bschwarz added the enhancement New feature or request label Aug 4, 2020
@bschwarz
Copy link
Owner

bschwarz commented Aug 4, 2020

Hi,

Thanks for the feedback. One reason you don't see mindmap and wbs in puml-themes is because they are still in beta, and when I last checked (a couple months ago), the syntax was still being worked out. People who are not using a very recent version of plantuml will get errors. I tried to conditionally include it (you can see an attempt at the bottom of puml-theme-cerulean-outline.puml), but it wasn't working. I suspect it wasn't working because of a bug in plantuml. I will try the conditional approach again this weekend. If that doesn't work, then I may have to create a separate branch for different versions of plantuml.

I had already some styling worked out, for mindmap and wbs. You can see an example here

If you need this right away, you can always include your styling after the !include line.

Cheers,
Brett

@roadmore
Copy link
Author

roadmore commented Aug 5, 2020

I appreciate your work, I will continue to pay attention to the development of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants