Merged
Conversation
Added a markdown file in the docs folder that describes the `plugins` and `knownPlugins` configuration properties.
- Add categories and sort the settings properties such that they are grouped together in a more logical order. - Add a bit more description to the plugins properties, including a link to the new plugin documentation page.
hediet
approved these changes
Feb 14, 2025
Owner
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a markdown file in the docs folder that tries to explain how the plugin settings work.
Added categories for the settings and ordered them such that related properties are listed close to each other.
This orders the settings in the following way:
{ "title": "General", "order": 10, "properties": [ "hediet.vscode-drawio.offline", "hediet.vscode-drawio.online-url", "hediet.vscode-drawio.codeLinkActivated", "hediet.vscode-drawio.local-storage", "hediet.vscode-drawio.simpleLabels", "hediet.vscode-drawio.zoomFactor", "hediet.vscode-drawio.globalVars", "hediet.vscode-drawio.resizeImages" ] } { "title": "Plugins", "order": 20, "properties": [ "hediet.vscode-drawio.plugins", "hediet.vscode-drawio.knownPlugins", "hediet.vscode-drawio.customLibraries" ] } { "title": "Theme and styles", "order": 30, "properties": [ "hediet.vscode-drawio.styles", "hediet.vscode-drawio.defaultVertexStyle", "hediet.vscode-drawio.defaultEdgeStyle", "hediet.vscode-drawio.colorNames", "hediet.vscode-drawio.presetColors", "hediet.vscode-drawio.customColorSchemes", "hediet.vscode-drawio.customFonts", "hediet.vscode-drawio.theme" ] }Closes: #326