mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-22 12:32:48 +00:00
added section on display tags, edited glossary and index file to match
This commit is contained in:
parent
653ebaf02f
commit
0435a36978
64
manual/source/display_tags.rst
Normal file
64
manual/source/display_tags.rst
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
.. _display-tags:
|
||||||
|
|
||||||
|
============
|
||||||
|
Display Tags
|
||||||
|
============
|
||||||
|
|
||||||
|
OpenLP has the ability to add additional formatting to text in songs and custom
|
||||||
|
slides through the use of :ref:`g-display-tags`. :ref:`g-display-tags` provide
|
||||||
|
a shortcut to use HTML and CSS to format text.
|
||||||
|
|
||||||
|
:ref:`g-display-tags` consist of two parts, a starting and an ending tag, each
|
||||||
|
tag consists of brace, tag identifier, brace.
|
||||||
|
|
||||||
|
Using a display tag
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
To use :ref:`g-display-tags` surround the text with a starting tag {} followed
|
||||||
|
by the text to be formatted. End the text to be formatted with an ending tag
|
||||||
|
{/}.
|
||||||
|
|
||||||
|
Example of use
|
||||||
|
--------------
|
||||||
|
|
||||||
|
To italicize a section of text you would do the following in a custom slide or
|
||||||
|
song::
|
||||||
|
|
||||||
|
Amazing grace how {it} sweet {/it} the sound.
|
||||||
|
|
||||||
|
This will yield the text as:
|
||||||
|
|
||||||
|
Amazing grace how *sweet* the sound.
|
||||||
|
|
||||||
|
Included display tags
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
The following tags are included with OpenLP
|
||||||
|
|
||||||
|
* **{r}** red text
|
||||||
|
* **{b}** black text
|
||||||
|
* **{bl}** blue text
|
||||||
|
* **{y}** yellow text
|
||||||
|
* **{g}** green text
|
||||||
|
* **{pk}** pink text
|
||||||
|
* **{o}** orange text
|
||||||
|
* **{pp}** purple text
|
||||||
|
* **{w}** white text
|
||||||
|
* **{sb}** subscript text
|
||||||
|
* **{p}** paragraph
|
||||||
|
* **{st}** bold
|
||||||
|
* **{it}** italics
|
||||||
|
|
||||||
|
Configuring display tags
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
To add new :ref:`g-display-tags` go to :menuselection:`Settings -> Configure
|
||||||
|
Display Tags`
|
||||||
|
|
||||||
|
.. image:: pics/configure_display_tags.png
|
||||||
|
|
||||||
|
Click the :guilabel:`New` button to add new :ref:`g-display-tags`. Enter the
|
||||||
|
discription of the display tag followed by the tag. Finally, enter in the HTML
|
||||||
|
or CSS for the tag and click :guilabel:`Save` to complete adding new
|
||||||
|
:ref:`g-display-tags`.
|
||||||
|
|
@ -8,6 +8,14 @@ The developers of OpenLP have strived to make it a straightforward and easy to
|
|||||||
use application. However, it is good to be familiar with a few terms that will
|
use application. However, it is good to be familiar with a few terms that will
|
||||||
be used throughout this documentation, and when seeking support.
|
be used throughout this documentation, and when seeking support.
|
||||||
|
|
||||||
|
.. _g-display-tags:
|
||||||
|
|
||||||
|
Display Tags
|
||||||
|
------------
|
||||||
|
|
||||||
|
:ref:`display-tags` give you the ability to add additional text formatting to text in
|
||||||
|
songs and custom slides.
|
||||||
|
|
||||||
.. _g-main-window:
|
.. _g-main-window:
|
||||||
|
|
||||||
Main Window
|
Main Window
|
||||||
|
@ -25,6 +25,7 @@ Reference Manual
|
|||||||
dualmonitors
|
dualmonitors
|
||||||
mediamanager
|
mediamanager
|
||||||
print_service
|
print_service
|
||||||
|
display_tags
|
||||||
themes
|
themes
|
||||||
songs
|
songs
|
||||||
bibles
|
bibles
|
||||||
|
BIN
manual/source/pics/configure_display_tags.png
Normal file
BIN
manual/source/pics/configure_display_tags.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Loading…
Reference in New Issue
Block a user