Git commit 4af2b4d06ad21a53935d42907fac7cad5e5c5097 by Yuri Chornoivan. Committed on 13/07/2025 at 13:42. Pushed by yurchor into branch 'master'.
Fix various glitches M +2 -2 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/-/commit/4af2b4d06ad21a53935d42907fac7cad5e5c5097 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 9c1fb0e5cb..9d5dee97f8 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -3510,7 +3510,7 @@ To insert literal backslashes before a field, escape each individual backslash: <replaceable>other_field2</replaceable>, ...)}</userinput> creates a field which evaluates a &javascript; function on each edit and is replaced by that function's return value. See the -<ulink url="#snippet-input-library"><guilabel>Script Library</guilabel></ulink> +<link linkend="snippet-input-library"><guilabel>Script Library</guilabel></link> tab for more information.</para> <para><userinput>${<replaceable>field_name=default</replaceable>}</userinput> sets a default value for the field. <replaceable>default</replaceable> is a &javascript; expression. @@ -3527,7 +3527,7 @@ that is being evaluated. However, this will only give you access to the default </tip> <para><userinput>${cursor}</userinput> marks the end position of the cursor after everything else was filled in. -Inserting text at this position will finish editing. Plus after pressing <keycap>&Esc;</keycap> to finish editing, +Inserting text at this position will finish editing. Plus after pressing &Esc; to finish editing, the cursor will jump to this position.</para> </listitem> </varlistentry>
