From 0df0a756f830e5ce6a149f2ff0d2c6e313c6264c Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 21 Dec 2023 16:51:21 +0100 Subject: [PATCH] Doc: Turn "Editing Markdown Files" into a how-to topic Task-number: QTCREATORBUG-29361 Change-Id: I6414bc1593220684a27234ec705d1b948de0e6c8 Reviewed-by: Eike Ziller --- doc/qtcreator/src/editors/creator-coding.qdoc | 4 ++-- .../editors/creator-only/creator-markdown-editor.qdoc | 11 ++++++----- doc/qtcreator/src/qtcreator-toc.qdoc | 1 - 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/qtcreator/src/editors/creator-coding.qdoc b/doc/qtcreator/src/editors/creator-coding.qdoc index 7a16271f12c..2ec3cc0ffb3 100644 --- a/doc/qtcreator/src/editors/creator-coding.qdoc +++ b/doc/qtcreator/src/editors/creator-coding.qdoc @@ -73,9 +73,9 @@ \list - \li \l{Editing Markdown Files} + \li \l{Edit Markdown files} - Edit and preview markdown (.md) files. + Edit and preview Markdown (.md) files. \li \l{Using Language Servers} diff --git a/doc/qtcreator/src/editors/creator-only/creator-markdown-editor.qdoc b/doc/qtcreator/src/editors/creator-only/creator-markdown-editor.qdoc index 95b31c2fd15..1942ec84af7 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-markdown-editor.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-markdown-editor.qdoc @@ -2,13 +2,14 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! - \previouspage creator-editor-fakevim.html \page creator-markdown-editor.html - \nextpage creator-language-servers.html + \previouspage creator-how-tos.html - \title Editing Markdown Files + \ingroup creator-how-to-edit - Open \l{https://www.markdownguide.org/basic-syntax/}{markdown} (.md) files + \title Edit Markdown files + + Open \l{https://www.markdownguide.org/basic-syntax/}{Markdown} (.md) files or select \uicontrol File > \uicontrol {New File} > \uicontrol {General} > \uicontrol {Markdown File} to create a new file. @@ -20,7 +21,7 @@ \uicontrol {Show Editor}. To swap the places of the views, select \uicontrol {Swap Views}. - \section1 Formatting Text + \section1 Format text Use the buttons on the editor toolbar to format text as italic (i), bold (b), or inline code (`), and to create links to web sites diff --git a/doc/qtcreator/src/qtcreator-toc.qdoc b/doc/qtcreator/src/qtcreator-toc.qdoc index 3832d35b85e..2837eafe87c 100644 --- a/doc/qtcreator/src/qtcreator-toc.qdoc +++ b/doc/qtcreator/src/qtcreator-toc.qdoc @@ -50,7 +50,6 @@ \list \li \l{Using FakeVim Mode} \endlist - \li \l{Editing Markdown Files} \li \l{Using Language Servers} \li \l{Using GitHub Copilot} \li \l{Editing MIME Types}