diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-09-05 10:19:10 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-09-07 14:03:40 +0200 |
commit | 280680693746332e5bf1d49f53285b29b0ae321d (patch) | |
tree | ff0b40e0487f1dfa537243f6dc350c43784b9705 | |
parent | d883745bda47f21301f6cbf29bbd47512ef9d000 (diff) |
tdf#141179 Add tip-of-the-day help page
Change-Id: I0fe0a3d6615b98d943d6a4cb9f47bc255cf4eef8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121689
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | AllLangHelp_shared.mk | 1 | ||||
-rw-r--r-- | source/text/shared/guide/tipoftheday.xhp | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index dd111e15ec..7db7868451 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -376,6 +376,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/securitywarning \ helpcontent2/source/text/shared/01/selectcertificate \ helpcontent2/source/text/shared/01/timestampauth \ + helpcontent2/source/text/shared/01/tipoftheday \ helpcontent2/source/text/shared/01/webhtml \ helpcontent2/source/text/shared/01/xformsdata \ helpcontent2/source/text/shared/01/xformsdataadd \ diff --git a/source/text/shared/guide/tipoftheday.xhp b/source/text/shared/guide/tipoftheday.xhp new file mode 100644 index 0000000000..927f18f768 --- /dev/null +++ b/source/text/shared/guide/tipoftheday.xhp @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="tipoftheday" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Tip of the day</title> + <filename>/text/shared/guide/tipoftheday.xhp</filename> + </topic> +</meta> +<body> +<bookmark xml-lang="en-US" branch="hid//cui/ui/tipofthedaydialog/@@nowidget@@" id="bm_id641630843513097" localize="false"/> +<bookmark xml-lang="en-US" branch="index" id="bm_id961630844980165"> +<bookmark_value>tip of the day</bookmark_value> +</bookmark> +<section id="tipofthedayheader"> + <bookmark id="bm_id531630843025885" xml-lang="en-US" branch="hid/zzzz" localize="false"/> + <h1 id="hd_id161630843025887"><link href="text/shared/guide/tipoftheday.xhp" name="tod">Tip of the Day</link></h1> + <paragraph id="par_id731630843025888" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid="hid path or command">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable></paragraph> +</section> +<section id="howtoget"> +<paragraph role="paragraph" id="par_id721630843443217">Choose <menuitem>Help - Show Tip of the day</menuitem>.</paragraph> +</section> + +<paragraph role="paragraph" id="par_id601630844290206">The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software. </paragraph> +<note id="par_id51630844860633">The tip of the day is not specific to the current module.</note> +<h2 id="hd_id171630844295289">Show tips on startup</h2> +<paragraph role="paragraph" id="par_id711630844302059">Displays a dialog with a random tip on %PRODUCTNAME startup.</paragraph> + +<h2 id="hd_id81630844306451">Next Tip</h2> +<paragraph role="paragraph" id="par_id401630844318220">Displays another tip of the day in the same dialog.</paragraph> + +<h2 id="hd_id251630844323484">OK</h2> +<paragraph role="paragraph" id="par_id511630844327861">Close the Tip of the Day dialog.</paragraph> + +</body> +</helpdocument> |