.. _formatting-tags: =============== Formatting Tags =============== OpenLP has the ability to add additional formatting to text in songs and custom slides through the use of :ref:`g-formatting-tags`. :ref:`g-formatting-tags` provide a shortcut to use HTML and CSS to format text. :ref:`g-formatting-tags` consist of two parts, a starting and an ending tag, each tag consists of brace, tag identifier, brace. Using a Formatting Tag ====================== :ref:`g-formatting-tags` can be inserted by typing the tag into the text that is being edited or by using the mouse to select and insert the tags. Adding Formatting Tags Using Text --------------------------------- To use :ref:`g-formatting-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 make a section of text bold you would do the following in a custom slide or song:: Amazing grace how {st}sweet{/st} the sound. This will yield the text as: Amazing grace how **sweet** the sound. Adding a Formatting Tag Using The Mouse --------------------------------------- :ref:`g-formatting-tags` can be inserted by selecting the text you wish to format. Right click on the text and select :menuselection:`Formatting Tags` followed by selecting the desired formatting. Example of Use ^^^^^^^^^^^^^^ Select the song or custom slide to edit. Next, highlight the text that needs to be formatted. .. image:: /pics/select_text.png Right click on the selected text and select :menuselection:`Formatting Tags` followed by selecting the appropriate formatting for the selected text. .. image:: /pics/select_formatting.png The formatting tags should now be inserted. .. image:: /pics/tags_inserted.png Included formatting 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 formatting tags --------------------------- To add new :ref:`g-formatting-tags` go to :menuselection:`Settings -> Configure Formatting Tags` .. image:: pics/configure_formatting_tags.png Click the :guilabel:`New` button to add new :ref:`g-formatting-tags`. Enter the description of the :ref:`g-formatting-tags` followed by the tag. The tag must be unique. Tags do not need to put the in braces {} here, only when using the tag. Finally, enter in the HTML or CSS for the tag and click :guilabel:`Save` to complete adding new :ref:`g-formatting-tags`. To delete :ref:`g-formatting-tags` that you have entered click on the :ref:`g-formatting-tags` from the list and click :guilabel:`Delete`. **Note** if a tag is deleted that is in use in a song or custom slide the slide will display the tags {} without any formatting. The deleted tags will need to be manually deleted from the songs or custom slides.