Mermaid-Chart / vscode-mermaid-preview

Previews Mermaid diagrams
MIT License
142 stars 15 forks source link

Mermaid custom settings survey #57

Closed vstirbu closed 5 years ago

vstirbu commented 5 years ago

There have been reports of custom settings not being properly applied (#55).

The plugin loads the configuration under key mermaid defined under both user and workspace settings, and passes it to mermaid.initialize. However, what goes further under this key feels more like uncharted territory (mermaid docs are in flux).

Please comment with working custom configuration and a screenshot of the result. If someone can confirm that the configurations in comments are working, please add reactions to the respective comment.

screen shot 2018-11-19 at 10 41 00

The aim is to document working configurations in the plugin manifest so that vscode does not report Unknown configuration setting.

screen shot 2018-11-19 at 10 43 04

vstirbu commented 5 years ago

screen shot 2018-11-19 at 10 51 47

Other values described in the Configuration section work as well.