help: Document option to paste URL to create a named link.

- Adds a "Via paste" tab to document the new functionality.

Fixes #26892.
This commit is contained in:
David Rosa 2023-10-27 16:20:44 -07:00 committed by Tim Abbott
parent bbfe1c7e30
commit c486ae37d3
2 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,19 @@
{start_tabs}
{tab|via-paste}
{!start-composing.md!}
1. Select the text you want to linkify.
1. Paste a URL to turn the selected text into a named link.
!!! keyboard_tip ""
You can also use <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd>
to insert link formatting.
{tab|via-markdown}
{!start-composing.md!}

View File

@ -98,6 +98,7 @@ TAB_SECTION_LABELS = {
"user": "User",
"bot": "Bot",
"on-sign-up": "On sign-up",
"via-paste": "Via paste",
"via-markdown": "Via Markdown",
"via-compose-box-buttons": "Via compose box buttons",
"stream-compose": "Compose to a stream",