Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagrams in Notes of Sequence diagrams #6169

Open
banketvv opened this issue Jan 6, 2025 · 0 comments
Open

Diagrams in Notes of Sequence diagrams #6169

banketvv opened this issue Jan 6, 2025 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@banketvv
Copy link

banketvv commented Jan 6, 2025

Proposal

Make it possible to insert any diagrams into Notes of Sequence diagrams.

Example

sequenceDiagram
participant B as Browser
participant CSB as CodeSandBox
B->>CSB: Request
Note right of CSB: index.html
CSB->>B: Response
Note over CSB,B: index.html
B->>CSB: Request
Note right of CSB:
$$$
graph LR;
bundle.js-->index.js & app.js & react.js;
$$$
CSB->>B: Response
Note over CSB,B: bundle.js

Screenshots

image
image

@banketvv banketvv added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant