Skip to content

Commit

Permalink
Merge branch 'main' into html_anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo authored Nov 3, 2023
2 parents 4582ef8 + 0077326 commit 5219714
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions docs/source/int_customise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ set as ``name`` inside the file.
Gustom GUI and Icons Theme
--------------------------

A GUI theme ``.conf`` file consists of the follwing settings:
A GUI theme ``.conf`` file consists of the following settings:

.. code-block:: cfg
Expand Down Expand Up @@ -127,7 +127,7 @@ In the Main section you must at least define the ``name`` and ``icontheme`` sett
``typicons_light`` or ``typicons_dark``, or to an icon theme in your custom icons directory. The
setting must match the icon theme's folder name.

The Palette values correspond the the Qt enum values for QPalette::ColorRole, see the
The Palette values correspond to the Qt enum values for QPalette::ColorRole, see the
`Qt documentation <https://doc.qt.io/qt-5.15/qpalette.html#ColorRole-enum>`_ for more details. The
colour values are RGB numbers on the format ``r, g, b`` where each is an integer from to 255.
Omitted values are not loaded and will use default values.
Expand Down Expand Up @@ -167,5 +167,5 @@ A syntax theme ``.conf`` file consists of the follwing settings:
modifier = 0, 0, 0
In the Main section, you must define at least the ``name`` setting. The Syntax colour values are
RGB numbers on the format ``r, g, b`` where each is an integer from to 255. Omitted values default
RGB numbers of the format ``r, g, b`` where each is an integer from to 255. Omitted values default
to black, except ``background`` which defaults to white,
4 changes: 2 additions & 2 deletions docs/source/int_glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Glossary
for more details.

Reference
A references is one of a set of :term:`keywords<keyword>` that can be used to link to a
A reference is one of a set of :term:`keywords<keyword>` that can be used to link to a
:term:`tag` in another document. The reference keywords are specific to the different
:term:`root folder` types. A full overview is available in the :ref:`a_references` chapter.

Expand All @@ -55,7 +55,7 @@ Glossary

Keyword
A keyword in novelWriter is a special command you put in the text of your documents. They are
not standard Markdown, but is used in novelWriter to add information that is interpreted by
not standard Markdown, but are used in novelWriter to add information that is interpreted by
the application. For instance, keywords are used for :term:`tags<tag>` and
:term:`references<reference>`.

Expand Down
6 changes: 3 additions & 3 deletions docs/source/int_introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Key Features
At its core, novelWriter is a multi-document plain text editor. It uses a markup syntax inspired by
Markdown_ to apply simple formatting to the text. It is designed for writing fiction, so the
formatting features available are limited to those relevant for this purpose. It is *not* suitable
for technical writing, and it is *not* a full-feature Markdown editor.
for technical writing, and it is *not* a full-featured Markdown editor.

Your novel project is organised as a collection of separate plain text documents instead of a
single, large document. The idea here is to make it easier to reorganise your project structure
Expand All @@ -32,11 +32,11 @@ Below are some key features of novelWriter.
formatting text. Formatting is therefore limited to a small set of formatting tags for simple
things like text emphasis and paragraph alignment. When you really want to focus on just
writing, you can switch the editor into :guilabel:`Focus Mode` where only the text editor panel
itself is vissible, and the project structure view is hidden away.
itself is visible, and the project structure view is hidden away.

**Keep an eye on your notes**
The main window can optionally show a document viewer to the right of the editor. This view
panel is intended for displaying another scene document, you character notes, plot notes, or any
panel is intended for displaying another scene document, your character notes, plot notes, or any
other document you may need to reference while writing. It is not intended as a preview panel
for the document you're editing, but if you wish, you can also use it for this purpose.

Expand Down
8 changes: 4 additions & 4 deletions docs/source/int_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ novelWriter is built as a cross-platform application using `Python 3 <https://ww
the programming language, and `Qt 5 <https://www.qt.io/>`_ for the user interface.

novelWriter is built for Linux first, and this is where it works best. However, it also runs fine
on Windows and MacOS due to the cross-platform framework it's build on. The author of the
application doesn't own a Mac, so on-going Mac support is dependant on user feedback and user
on Windows and MacOS due to the cross-platform framework it's built on. The author of the
application doesn't own a Mac, so on-going Mac support is dependent on user feedback and user
contributions.

Spell checking in novelWriter is provided by a third party library called
Expand All @@ -36,7 +36,7 @@ read on.
This chapter explains the basics of how the application works and what it can and cannot do.

:ref:`a_ui_project` – Recommended Reading
This chapter will give you a more detailed explanation of how you the user interface components
This chapter will give you a more detailed explanation of how you can use the user interface components
to organise and view your project work.

:ref:`a_ui_writing` – Recommended Reading
Expand Down Expand Up @@ -68,7 +68,7 @@ read on.
Organising Your Projects
========================

In addition to manage a collection of plain text files, novelWriter can interpret and map the
In addition to managing a collection of plain text files, novelWriter can interpret and map the
structure of your novel and show you additional information about its flow and content. In order
to take advantage of these features, you must structure your text in a specific way and add some
meta data for it to extract.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/usage_breakdown.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ much all collected meta data is available here in different columns.

You can select which novel root folder to display from the dropdown box, and you can select which
columns to show or hide from the menu button. You can also rearrange the columns by drag and drop.
The app will remember you column order and size between sessions, and for each individual project.
The app will remember your column order and size between sessions, and for each individual project.


Colour Themes
Expand Down Expand Up @@ -220,7 +220,7 @@ makes it easier to track them with version control software.
Drive is mapped on Linux Gnome desktops using gvfs/gio.

.. caution::
You should not add additional files to the project folder yourself. Nor should you,a s a rule,
You should not add additional files to the project folder yourself. Nor should you, as a rule,
manually edit files within it. If you really must manually edit the text files, e.g. with some
automated task you want to perform, you need to rebuild the :term:`Project Index` when you open
the project again.
Expand Down
12 changes: 6 additions & 6 deletions docs/source/usage_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ have a distinct colour, and the references themselves will get a colour if they
references will get a squiggly error line underneath. The same applies to duplicate tags.

There are a number of syntax highlighter colour themes available, both for light and dark GUIs. You
can select them for :guilabel:`Preferences`.
can select them from :guilabel:`Preferences`.


.. _a_fmt_head:
Expand Down Expand Up @@ -72,7 +72,7 @@ For headers level one and two, adding a ``!`` modifies the behaviour of the head
``#! Title Text``
This tells the build tool that the level one heading is intended to be used for the novel's
main title, like for instance on the front page. When building the manuscript, this will use a
different styling and will exclude the title from for instance a Table of Contents in Libre
different styling and will exclude the title from, for instance, a Table of Contents in Libre
Office.

``##! Title Text``
Expand Down Expand Up @@ -170,7 +170,7 @@ in a special manner and will show up in the :ref:`a_ui_outline` in a dedicated c
indicate this by altering the colour of the word.

``% text...``
This is a comment. The text is not renderred by default (this can be overridden), seen in the
This is a comment. The text is not rendered by default (this can be overridden), seen in the
document viewer, or counted towards word counts.

``% Synopsis: text...``
Expand All @@ -196,10 +196,10 @@ Tags use the command ``@tag:`` to define a tag. The tag can be set once per sect
heading. Setting it multiple times under the same heading will just override the previous setting.

``@tag: value``
A tag commad followed by the tag value, like for instance the name of a character.
A tag command followed by the tag value, like for instance the name of a character.

References can be set anywhere within a section, and are collected according to their category.
References are on the form:
References are in the form:

``@keyword: value``
A reference keyword followed by a value, or a comma separated list of values.
Expand Down Expand Up @@ -236,7 +236,7 @@ Examples:
"``>> Centred text <<``", "The text paragraph is centred."
"``> Left indented text``", "The text has an increased left margin."
"``Right indented text <``", "The text has an increased right margin."
"``> Left/right indented text <``", "The text has an both margins increased."
"``> Left/right indented text <``", "The text has both margins increased."

.. note::
The text editor will not show the alignment and indentation live. But the viewer will show them
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage_shortcuts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Keyboard Shortcuts
******************

Most features in novelWriter are available as keyboard shortcuts. This is a reference list if these
Most features in novelWriter are available as keyboard shortcuts. This is a reference list of those
shortcuts. Most of them are also listed in the application's user interface.

.. note::
Expand Down

0 comments on commit 5219714

Please sign in to comment.