mirror of
https://github.com/penpot/penpot.git
synced 2025-02-21 22:36:12 -05:00
📚 Add info about direct links to boards (#5815)
This commit is contained in:
parent
db55c06c67
commit
898e66fd18
3 changed files with 16 additions and 0 deletions
BIN
docs/img/objects/board-copy-link.webp
Normal file
BIN
docs/img/objects/board-copy-link.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
|
@ -130,6 +130,11 @@ title: Shortcuts
|
|||
<td style="text-align: center;"><kbd>Ctrl</kbd><kbd>Z</kbd></td>
|
||||
<td style="text-align: center;"><kbd>⌘</kbd><kbd>Z</kbd></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Copy link to board</td>
|
||||
<td style="text-align: center;"><kbd>Shift</kbd><kbd>Alt</kbd><kbd>C</kbd></td>
|
||||
<td style="text-align: center;"><kbd>⇧</kbd><kbd>Alt</kbd><kbd>C</kbd></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Copy properties</td>
|
||||
<td style="text-align: center;"><kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>C</kbd></td>
|
||||
|
|
|
@ -60,6 +60,17 @@ are shown by default at the <a href="/user-guide/view-mode">View mode</a>, actin
|
|||
</video>
|
||||
</figure>
|
||||
|
||||
<h3>Copy link to board</h3>
|
||||
<p>You can get the link to each individual board, making it easy to share them with team members or include direct links in documentation.</p>
|
||||
<figure>
|
||||
<img src="/img/objects/board-copy-link.webp" alt="copy link to board">
|
||||
</figure>
|
||||
<p>There are two ways to copy a direct link to a board:</p>
|
||||
<ul>
|
||||
<li>Using the menu: Select the board, right click and select the "Copy link" option.</li>
|
||||
<li>Using the shortcut: Select the board and press <kbd>Shift/⇧</kbd> + <kbd>Alt/⌥</kbd> + <kbd>C</kbd>.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Clip content</h3>
|
||||
<p>Boards offer the option to clip its content (or not).</p>
|
||||
<figure>
|
||||
|
|
Loading…
Add table
Reference in a new issue