Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

support user setting for PlantUML style to use #25

Open
MinnieTheMoocher opened this issue Jun 7, 2017 · 0 comments
Open

support user setting for PlantUML style to use #25

MinnieTheMoocher opened this issue Jun 7, 2017 · 0 comments

Comments

@MinnieTheMoocher
Copy link

MinnieTheMoocher commented Jun 7, 2017

when invoking the plantuml.jar, it understands the option
-config myfile.txt
, where "myfile.txt" is a simple text file inside which you can specify your desired default style to be used.

For example, this would be a valid input:

skinparam BackgroundColor    transparent

skinparam DefaultFontSize    11
skinparam DefaultFontName    Arial

skinparam class {
   ArrowColor                #00509B
   BorderColor               #00509B
}

I would like to request that I can configure the path to such a file in the VSCode user settings,
for example like this:

"plantuml.style": "C:\\some\\folder\\somefile.txt"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant