View text area properties - Options tab
Applications module
View text area
Properties
Format - HTML
The text is interpreted as HTML with this option.
View
These settings are only available if the text area is not in a table.
Maximum text length (column width)
The number of displayed characters can be limited here. If you enter -1,
all characters are shown.
Ellipsis
The symbol entered here will be shown at the end of text that exceeds the
maximum text length.
Wordwrap
You can define the type of line break here.
Extras
Enable protection against Cross-Site-Scripting
Prevents information, which comes from a context where it
is not trusted, from being inserted into a context where it would be
classified as trustworthy.
Show syntax highlighting
Activates syntax highlighting when viewing source code in the text area (applies
to the options HTML and Markdown).
Column presentation in view tables
The column presentation settings are available when the text area is in a view table.
All other information on this topic can be found
here.
Format - Markdown
The text is interpreted as Markdown with this option.
View
These settings are only available if the text area is not in a table.
Maximum text length (column width)
The number of displayed characters can be limited here. If you enter -1,
all characters are shown.
Ellipsis
The symbol entered here will be shown at the end of text that exceeds the
maximum text length.
Wordwrap
You can define the type of line break here.
Extras
Enable protection against Cross-Site-Scripting
Prevents information, which comes from a context where it
is not trusted, from being inserted into a context where it would be
classified as trustworthy.
Show syntax highlighting
Activates syntax highlighting when viewing source code in the text area (applies
to the options HTML and Markdown).
Column presentation in view tables
The column presentation settings are available when the text area is in a view table.
All other information on this topic can be found
here.
Format - Text
Displays unformatted text.
Replace line breaks with <br>
Enters the HTML tag <br> for every line break.
View
These settings are only available if the text area is not in a table.
Maximum text length (column width)
The number of displayed characters can be limited here. If you enter -1,
all characters are shown.
Ellipsis
The symbol entered here will be shown at the end of text that exceeds the
maximum text length.
Wordwrap
You can define the type of line break here.
Extras
Enable protection against Cross-Site-Scripting
Prevents information, which comes from a context where it
is not trusted, from being inserted into a context where it would be
classified as trustworthy.
Show syntax highlighting
Activates syntax highlighting when viewing source code in the text area (applies
to the options HTML and Markdown).
Column presentation in view tables
The column presentation settings are available when the text area is in a view table.
All other information on this topic can be found
here.
Format - Wiki
Wiki syntax is interpreted with this option.
Wiki
Data fields and pages from a wiki application can be integrated here.
Click
here for more information.
Wiki syntax
Links |
Links to posts:
|
The double square bracket indicates that this is a link to an article within the wiki:
[[Article1]]
If there is no article with this heading yet, a link to a new article is shown.
If the article has been created, the user can jump directly to this article.
[[article|display name in text]]
The "|" character can be used to add a display text to a link.
The alias text is used instead of the heading.
|
Links to images:
|
The keyword "Image:" indicates that an image is displayed.
[[Image:myImage.png]], [[Image:http://www.intrexx.de/images/myImage.png]]
This can be used to reference an image that is stored in the "htmlroot" directory.
Naturally, subfolders or links to external websites can also be specified.
[[Image:myImage.png|alt tag]]
The "|" character can be used to add an alt tag to an image.
|
Links to websites:
|
The single square bracket indicates that this is a link to an external web page:
[http://www.intrexx.de]
This is the link to the Intrexx website.
[http://www.intrexx.de|The Intrexx website]
The "|" character can be used to display a web link with an alternative text within the article.
|
Text design |
Style |
Appearance |
Normal text is displayed in the same way as you type it. You can create a paragraph
with a blank line.
|
Normal text is displayed in the same way as you type it. You can create a paragraph
with a blank line.
|
''italic''
|
italic |
'''bold'''
|
bold |
'''''bold and italic'''''
|
bold and italic |
__underlined__
|
Text underlined |
&&superscript&&
|
Text is superscript |
$$subscript$$
|
Text is subscript |
== Heading 1 == | Heading 1 |
=== Heading 2 === | Heading 2 |
==== Heading 3 ==== | Heading 3 |
===== Heading 4 ===== | Heading 4 |
====== Heading 5 ====== | Heading 5 |
======= Heading 6 ======= | Heading 6 |
Text design for lists |
Style |
Appearance |
* one
* two
** two-one
** two-two
* three
|
|
List Types |
° with a circle icon | one |
- with a square icon | one |
1. numbered list | 1. one 2. two 3. three |
a. alphabetically numbered list (with small letters) | a. one b. two c. three |
A. alphabetically numbered list (with capital letters) | A. one B. two C. three |
i. numbered list (small roman numerals) | i. one ii. two iii. three |
I. numbered list (large roman numerals) | I. one II. two III. three |
Combination of list types |
1. one
2. two
ii. two-one
ii. two-two
III. two-two-one
III. two-two-two
ii. two-three
3. three
|
1. one
2. two
ii. two-one
ii. two-two
III. two-two-one
III. two-two-two
ii. two-three
3. three
|
Linking list entries |
With a \ at the end of a line, you can link a list entry to the next line.Example:
1 List entry line 1\
List entry line 2\
List entry line 3
1 List entry line 1\
List entry line 2\
List entry line 3
|
- List entry line 1
List entry line 2
List entry line 3
- List entry line 1
List entry line 2
List entry line 3
|
Particularities
Masking with the '\' character can prevent styles from being applied or lists from being generated (to output the '\' character, you must enter '\\').
Example:
\1. Text does not become a list
or
\& becomes &
\< becomes <
\> becomes >
Text embedded in [[!!]] is ignored.
Example:
[[! == Heading 1 == !]] is output as == Heading 1 ==.