You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/kanvas/designer/comments/_index.md
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ aliases:
13
13
14
14
Kanvas's Designer offers enables you to place comments "inline" with your infrastructure as code. Use comments to offer feedback to team members, take detailed design notes, capture helpful tips for your team members, and include justification as to your infrastructure and application configuration decisions. Pay it forward to your future self by leaving comments for reference later.
15
15
16
+
<figure>
17
+
<imgsrc="./kanvas-comment.png"alt="Comments in Designer"width="600">
18
+
<figcaption>Example of comments in Designer</figcaption>
19
+
</figure>
20
+
16
21
## Three Ways to Add Comments
17
22
18
23
You can add comments in three convenient ways:
@@ -21,18 +26,21 @@ You can add comments in three convenient ways:
21
26
22
27
Click on the comment icon in the toolbar to open a comment instantly. This is your go-to method for quick annotations without leaving your canvas.
23
28
24
-
<imgsrc="./Toolbar1.png"alt="Comment through toolbar (1)"width="600"/>
25
-
29
+
<imgsrc="./comment-dock.png"alt="Create a comment from the dock"width="600"/>
26
30
27
31
### Commenting via Context-Click in Canvas
28
32
29
-
Right-click on any area of your canvas, and from the contextual menu, select "Comment" or use the shortcut ***Ctrl + M (Command + M for Mac users)***. This allows for swift comment placement right where you need it.
33
+
Context-click on any area of your canvas, and from the contextual menu, select "Add a Comment". Using this context-click method allows for inline placement of your remarks right where you need them - in context.
30
34
31
-
<imgsrc="./Right-click.png"alt="Comment by right-clicking"width="600"style="margin-bottom: 25px;">
35
+
<imgsrc="./comment-canvas.png"alt="Comment by context-clicking on canvas"width="600"style="margin-bottom: 25px;">
32
36
33
37
### Commenting via drag-and-drop from the Dock
34
38
35
-
To access comment from whiteboarding doc make sure your whiteboarding feature is enabled, select comment tool from doc and drop it anywhere on canvas to comment.
39
+
To access comment from whiteboarding doc make sure your whiteboarding feature is enabled, select comment tool from doc and drop it anywhere on canvas to comment.
40
+
41
+
### Commenting via Hotkey
42
+
43
+
<buttonclass="kbc-button kbc-button-xs">⌘/CTL + M</button> Add a comment into your design when you press this hotkey combination. After pressing the hotkey, you can move the new comment anywhere on the canvas.
36
44
37
45
## Tips for using Comments as a Design Review Tool
0 commit comments