sommerfeld-io / krokidile

Web-based Live-Editor for Diagrams to use with kroki.io
https://krokidile.sommerfeld.io
Other
0 stars 0 forks source link

feat: support for C4 with PlantUML #92

Closed sebastian-sommerfeld-io closed 2 weeks ago

sebastian-sommerfeld-io commented 2 weeks ago

This pull request introduces support for C4 diagrams using PlantUML. This enhancement allows users to create, edit, and visualize C4 diagrams directly within our application.

Key Features:

  1. Diagram Type Selector: A new selector has been added to the sidebar to allow users to switch between different diagram types. When a new diagram type is selected, a default set of diagram code is automatically written into the editor to provide a starting point for the user.

  2. Syntax Highlighting: To improve the user experience and make the code more readable and easier to understand, syntax highlighting has been added. This feature will automatically highlight the syntax of the diagram code in the editor, based on the selected diagram type.

Impact:

These enhancements will improve the user experience by providing more diagramming options and making the diagram code easier to read and understand.

sebastian-sommerfeld-io commented 2 weeks ago

:tada: This PR is included in version 0.7.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: