diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-18 14:17:50 +0000 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-27 20:20:14 +0000 |
commit | 3c28ee643a415afa0953ece2df6873839febf495 (patch) | |
tree | 64e7b651133fcdac0e6e7112954980648370996f /source/text/swriter | |
parent | ab10c28fab4226c0270c9870561094af4dbca01d (diff) |
tdf#153739 add "bookmark" to Glossary; make relevant cross-references
Change-Id: I7ef8c33a39383a00c8c538694808b4383ad983b8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149095
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/01/04040000.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/guide/jump2statusbar.xhp | 18 |
2 files changed, 8 insertions, 12 deletions
diff --git a/source/text/swriter/01/04040000.xhp b/source/text/swriter/01/04040000.xhp index 200aeb8f75..b6b2ebc22e 100644 --- a/source/text/swriter/01/04040000.xhp +++ b/source/text/swriter/01/04040000.xhp @@ -35,7 +35,7 @@ <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertbookmark/InsertBookmarkDialog" id="bm_id3147517" localize="false"/> <h1 id="hd_id3147506">Insert Bookmark</h1> -<paragraph id="par_id3149806" role="paragraph" xml-lang="en-US"><variable id="bookmark_text"><variable id="textmarkeein"><ahelp hid=".uno:InsertBookmark">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable></paragraph> +<paragraph id="par_id3149806" role="paragraph"><variable id="bookmark_text"><variable id="textmarkeein"><ahelp hid=".uno:InsertBookmark">Inserts a <link href="text/shared/00/00000005.xhp#bookmark">bookmark</link> at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#insert_bookmark"/> diff --git a/source/text/swriter/guide/jump2statusbar.xhp b/source/text/swriter/guide/jump2statusbar.xhp index 567dfaf24a..0bb04a5ab0 100644 --- a/source/text/swriter/guide/jump2statusbar.xhp +++ b/source/text/swriter/guide/jump2statusbar.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - <!-- * This file is part of the LibreOffice project. * @@ -19,10 +18,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <meta> <topic id="textswriterguidejump2statusbarxml" indexer="include" status="PUBLISH"> - <title xml-lang="en-US" id="tit">Going to Specific Bookmark</title> + <title id="tit">Going to Specific Bookmark</title> <filename>/text/swriter/guide/jump2statusbar.xhp</filename> </topic> </meta> @@ -30,13 +28,11 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3145778"><bookmark_value>bookmarks; positioning cursor</bookmark_value> <bookmark_value>jumping;to bookmarks</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3145778" role="heading" level="1"><variable id="jump2statusbar"><link href="text/swriter/guide/jump2statusbar.xhp">Going to Specific Bookmark</link> -</variable></paragraph> - <paragraph xml-lang="en-US" id="par_id3155178" role="paragraph">To go to a specific bookmark in your document, <switchinline select="sys"><caseinline select="MAC">hold down Ctrl and click -</caseinline><defaultinline>right-click</defaultinline></switchinline> in the <emph>Page</emph> field on the <emph>Status Bar</emph>, and then choose the bookmark.</paragraph> - -<section id="relatedtopics"> -<paragraph xml-lang="en-US" id="par_id3153396" role="paragraph"><link href="text/swriter/01/04040000.xhp">Insert Bookmark</link></paragraph> -</section> +<h1 id="hd_id3145778"><variable id="jump2statusbar"><link href="text/swriter/guide/jump2statusbar.xhp">Going to Specific Bookmark</link> +</variable></h1> + <paragraph id="par_id3155178" role="paragraph">To go to a specific <link href="text/shared/00/00000005.xhp#bookmark">bookmark</link> in your document, <switchinline select="sys"><caseinline select="MAC">hold down <keycode>Ctrl</keycode> and click </caseinline><defaultinline>right-click</defaultinline></switchinline> in the <emph>Page</emph> field on the <emph>Status Bar</emph>, and then choose the bookmark.</paragraph> + <section id="relatedtopics"> + <paragraph id="par_id3153396" role="paragraph"><link href="text/swriter/01/04040000.xhp">Insert Bookmark</link></paragraph> + </section> </body> </helpdocument> |