/vscode-nomnoml

A Visual Studio Code extension for rendering UML diagrams based on the nomnoml library.

Primary LanguageTypeScriptMIT LicenseMIT

vscode-nomnoml

A tool for rendering UML diagrams based on the nomnoml library.

Version Rating Installs Dependency Status

Usage

Open a .nomnoml file filled with nomnoml syntax. To open the previewer open the command window and run the below command. The previewer will update as you edit the file.

> View: nomnoml

usage

Additional Resources

nomnoml home page

Change Log

v0.3.0 :

  • [FEATURE] Added support for background colors via #bgColor: ${color} such as #bgColor: red or #bgColor: #ff0000.

v0.2.1 :

  • Cleaned up extension code.

v0.2.0 :

  • [FEATURE] Added scrollbars to the diagram when it extends beyond the frame

v0.1.0 :

  • Initial implementation