forked from qt-creator/qt-creator
Doc: Describe the markdown editor
Task-number: QTCREATORBUG-28996 Change-Id: I9222f51e5e6c1131198a0eef0361531190675db9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
BIN
doc/qtcreator/images/qtcreator-markdown-editor.webp
Normal file
BIN
doc/qtcreator/images/qtcreator-markdown-editor.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@@ -68,6 +68,10 @@
|
||||
|
||||
\list
|
||||
|
||||
\li \l{Editing Markdown Files}
|
||||
|
||||
Edit and preview markdown (.md) files.
|
||||
|
||||
\li \l{Using Language Servers}
|
||||
|
||||
The language client offers code completion, highlighting of the
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\previouspage creator-editor-options-text.html
|
||||
\page creator-editor-fakevim.html
|
||||
\nextpage creator-language-servers.html
|
||||
\nextpage creator-markdown-editor.html
|
||||
|
||||
\title Using FakeVim Mode
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||
|
||||
/*!
|
||||
\previouspage creator-editor-fakevim.html
|
||||
\previouspage creator-markdown-editor.html
|
||||
\page creator-language-servers.html
|
||||
\nextpage creator-mime-types.html
|
||||
|
||||
|
@@ -0,0 +1,22 @@
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// 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
|
||||
|
||||
\title Editing 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.
|
||||
|
||||
\image qtcreator-markdown-editor.webp {Markdown file in Preview and Editor views}
|
||||
|
||||
When you edit the file in the editor, you can see the changes in the preview.
|
||||
|
||||
To hide and show the views, select \uicontrol {Show Preview} and
|
||||
\uicontrol {Show Editor}. To swap the places of the views, select
|
||||
\uicontrol {Swap Views}.
|
||||
*/
|
@@ -128,6 +128,7 @@
|
||||
\li \l{Specifying Text Editor Settings}
|
||||
\li \l{Using FakeVim Mode}
|
||||
\endlist
|
||||
\li \l{Editing Markdown Files}
|
||||
\li \l{Using Language Servers}
|
||||
\li \l{Editing MIME Types}
|
||||
\li \l{Modeling}
|
||||
|
Reference in New Issue
Block a user