help: Tweak wording in help/add-a-custom-linkifier.

This commit is contained in:
Alya Abbott 2023-09-27 10:52:48 -07:00 committed by Tim Abbott
parent 79916b9c24
commit 6b92e71453
1 changed files with 6 additions and 7 deletions

View File

@ -14,7 +14,7 @@ topic in the message recipient bar that links to the appropriate URL.
If you have any trouble creating the linkifiers you want, please [contact Zulip If you have any trouble creating the linkifiers you want, please [contact Zulip
support](/help/contact-support) with details on what you're trying to do. support](/help/contact-support) with details on what you're trying to do.
### Add a custom linkifier ## Add a custom linkifier
{start_tabs} {start_tabs}
@ -27,20 +27,19 @@ support](/help/contact-support) with details on what you're trying to do.
{end_tabs} {end_tabs}
### Reorder linkifiers ## Reorder linkifiers
Linkifiers are processed in order, and will not apply to text that Linkifiers are processed in order, and will not apply to text that
already is linkified. One can thus configure multiple linkifiers with is already linkified. You can therefore choose which linkifiers to prioritize
overlapping syntax, and only the first one whose regular expression when more than one linkifier applies. See the
matches a given part of a message will take effect. See the
[overlapping patterns section](#overlapping-patterns) for examples. [overlapping patterns section](#overlapping-patterns) for examples.
{start_tabs} {start_tabs}
{settings_tab|linkifier-settings} {settings_tab|linkifier-settings}
1. Under **Linkifiers**, click and drag existing linkifiers into 1. Under **Linkifiers**, click and drag the vertical dots to reorder the list of
the desired order. linkifiers.
{end_tabs} {end_tabs}