1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Merge pull request #3298 from BookStackApp/wysiwyg_links

WYSIWYG editor link updates
This commit is contained in:
Dan Brown
2022-03-09 14:29:03 +00:00
committed by GitHub
5 changed files with 92 additions and 48 deletions

View File

@ -115,6 +115,15 @@
{{ trans('editor.callouts_cycle') }}
</td>
</tr>
<tr>
<td>
<code>Ctrl</code>+<code>Shift</code>+<code>K</code>
</td>
<td>
<code>Cmd</code>+<code>Shift</code>+<code>K</code>
</td>
<td>{{ trans('editor.link_selector') }}</td>
</tr>
</tbody>
</table>