Formating Text

With openforms you can influence the outward appearance of your continuous text.
FormateCommandExample (input)Example (output)
Boldf:This text is written in f:boldThis text is wrriten in bold
Cursivek:This text is written in k:cursiveThis text is written in cursive
Superscriptsup:This text is written in sup:superscriptThis text is written in superscript
Subscriptsub:This text is written in sub: subscriptThis text is written in subscript
Crossed outdel:This text is del:crossed outThis text is crossed out
Formated 
pre:


pre:
                             __                                _____ 
                            / _|                              |  ___|
  ___   _ __    ___  _ __  | |_   ___   _ __  _ __ ___   ___  |___ \ 
 / _ \ | '_ \  / _ \| '_ \ |  _| / _ \ | '__|| '_ ` _ \ / __|     \ \
| (_) || |_) ||  __/| | | || |  | (_) || |   | | | | | |\__ \ /\__/ /
 \___/ | .__/  \___||_| |_||_|   \___/ |_|   |_| |_| |_||___/ \____/ 
       | |                                                           
       |_|


                             __                                _____ 
                            / _|                              |  ___|
  ___   _ __    ___  _ __  | |_   ___   _ __  _ __ ___   ___  |___ \ 
 / _ \ | '_ \  / _ \| '_ \ |  _| / _ \ | '__|| '_ ` _ \ / __|     \ \
| (_) || |_) ||  __/| | | || |  | (_) || |   | | | | | |\__ \ /\__/ /
 \___/ | .__/  \___||_| |_||_|   \___/ |_|   |_| |_| |_||___/ \____/ 
       | |                                                           
       |_|
Format several words[command:…][f:This section is written in bold]This section is written in bold
No line brake nobr:[nobr:This text will always displayed in one line and not break at spaces]

Structuring Texts

You can structure and organize continuous texts.
FormatCommandExample (input)Example (output)
BulletsThis is a continuous text

* one
* two

and another continuous text.
This is a continuous text
  • one
  • two
and another continuous text.
ListsThis is a continuous text

# one
# two

and another continuous text.
This is a continuous text
  1. one
  2. two
and another continuous text.
Forced Empty Rowbr:This is a continuous text<return>
br:
br:
and another continuous text.
This is a continuous text
 
 
and another continuous text.
SubheadingsThis is a continuous text, followed by a

! subheading

and another continuous text.
This is a continuous text, followed by a

subheading
and another continuous text.
Citationsz:This is a continuous text
[z:and this is a citation]
This is a continuous text
and this is a citation
Source Textscode:This is a continuous text
[code:and this is a source excerpt]
This is a continuous text
and this is a source excerpt
Next paragraph after an image.clear:This is a continuous text
clear:
and another continuous text

This is a continuous text
and another continuous text.

Horizontal Linehr:This is a continuous text
hr:
and another continuous text
This is a continuous text

and another continuous text
Please note that you can also structure a text by creating a new standard paragraph for each section.

Semantic Labeling

By using semantic labeling you can capture more information than is visible in the text. This applies especially to footnotes, comments and citations.
FormatCommandExample (input)Example (output)
Abbreviationabbr: Please move your cursor above the following [abbr:abbreviation##Explenation of abbreviation].Please move your cursor above the following abbreviation.
Definitiondfn: Please move your cursor above the following[abbr:definition##Explenation of definition].Please move your cursor above the following definition.
Acronymacronym: Please move your cursor above the following [abbr:Akronym##Explenation of acronyms].Please move your cursor above the following acronym.

(Info) With x-html_tag you may generate arbitrary inline HTML-Tags. e.g to support  project specific HTML5 Tags.

Tables and Overviews

You can display a set of facts or figures systematically in tables. The data to be displayed is set in columns and rows

FormattingCommandExample InputExample Output
Indexdef:
:=
def:
FRG := German
UK := English

FRG German

UK English


Tabletab:
|
tab:
 | Colour | Flavor
Apples | red | sourish
Peas | yellow | sweet



ColourFlavor
Applesredsourish
Peasyellowsweet


Cell Blockingnbsp:tab:
nbsp: | pieces
Apples | 10 br: (20)
Peas | 3 br: (6)



Pieces
Apples10
(20)
Peas3
(6)


Tabletab:
|
tab:
 | Colour | Flavor
Apples | red | sourish
Peas | yellow | sweet



ColourFlavor
Applesredsourish
Peasyellowsweet


Molded horizontal cells|<tab:
 | Colour | Flavor
Apples | red | sourish
Peas gone! |< |<



ColourFlavor
Applesredsourish
Peas gone!


Molded vertical cells|^tab:
 | Colour | Flavor
Apples | red | sourish
Cherries |^| sourish



ColourFlavor
Applesredsourish
Cherriessourish



(Warnung) Please note it is more clear to add a new text paragraph element for each block (in this case the table-block).


Links and References inside text

Inside the text you can place links to external web sites or a document or image inside the system.

FormattingCommandExample InputExample Output
Internal Reference  (1)doc:Additional Information in [doc:/acme.com/en/Content##Content]
Additional Information in [doc:reference-context##Content]
Additional Information in Content
External Referencehttps:Visit us at [https://www.salient.de##Salient]Visit us at Salient
E-Mail (2)mailto:For further questions, please contact [mailto:service@salient.de##salient]For further questions, please contact salient
Popuppopup;pixel-width;pixel-heightAdditional Information in [doc:/acme.com/en/Content##Content##popup;500;600]Additional Information in Content
Modalmodal;pixel-width;pixel-heightAdditional Information in [doc:/acme.com/en/Content##Content##modal;500;600]Additional Information in Content
New Window_blank;pixel-width;pixel-heightAdditional Information in [doc:/acme.com/en/Content##Content##_blank;500;600]Additional Information in Content
Media Assetmedia:media:/Media/Picture##Description##80


Please note that links and references placed by this technique are not updated if the target document or asset is being moved. Therefore it is recommended to use paragraphs like the reference-paragraph instead.

(1) The use of absolute internal paths is problematic.  If the target document has been moved, this link will no longer be valid. As of openforms version 5.50, it ist possible to use reference context key defined in the 'Known Links' attribute of the current paragraph or version. 

(2) It is also possible to preset a mail body: [mailto:address##label##subject##body].