How can we help?
Searching in {{docApp.searchFilterBySpecificBookTitle}}
{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
For easy formatting of text in Hornbill, a subset of wiki markup can be used for decorating text with italics or bold, creating bulleted or numbered lists, and defining titles and subtitles. Wiki markup lets you quickly apply some basic formatting to your text as you type, giving it that extra touch to make it stand out.
Section Headings
Using the equal sign (=) on either side of a word creates a section heading. The number of equal signs determines the size of the heading. Each heading is followed by a line break.
=Heading 1=
==Heading 2==
===Heading 3===
Lists
There are three types of lists - Bulleted, Numbered and Indented.
Bulleted List
Start each line with an asterisk (). Chaining multiple asterisks () will indent the list level even further.
* Start each line with an asterisk (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br />don't break levels.
*** But jumping levels creates empty space.
* Blank lines ends the list
Any other start ends the list.
Example
• Start each line with an aserisk (*). • More asterisks give deeper • and deeper levels. • Line breaks don't break levels • Blank lines end the list Any other start ends the list
Numbered List
Start each line with a number sign (#). Chaining multiple number signs (#) will indent the list level even further.
# Start each line with a number sign (#).
## More number signs give deeper
### and deeper levels.
# Line breaks <br />don't break levels.
### But jumping levels creates empty space.
# Blank lines ends the list
Any other start also ends the list.
Example
1. Start each line with a number sign (#). 1. More number signs give deeper 1. and deeper levels. 2. Line breaks don't break levels. 3. Blank lines ends the list Any other start also ends the list.
Indented List
This type of list is used for indenting only, and doesn’t prefix the lines with any visible characters. Start each line with a colon sign (:). Chaining multiple colon signs (:) will indent the list level even further.
No indent
: Single indent
:: Double indent
::: Triple indent
Example
No Indent Single indent Double indent Triple indent
Mixture of different types of list
# one
# two
#* two point one
#* two point two
# three
#: three def one
# four
#: four def one
#: this looks like a continuation
# five
## five sub 1
### five sub 1 sub 1
## five sub 2
Example
1. one 2. two • two point one • two point two 3. three three def one 4. four four def one this looks like a continuation 5. five 1. five sub 1 1. five sub 1 sub 1 2. five sub 2
Text Formatting
Single quotation marks ( ’ ) are used to format text as either bold or italic. Typing two single quotation marks either side of some text will italicize the text. Typing three single quotation marks either side of some text will bold the text.
Markup | Displayed As |
---|---|
''italics'' |
italics |
'''bold''' |
bold |
<del>strike through</del> |
|
<ins>underline</ins> |
underline |
<span style="color:red;font-size:16px;font-family:monospace">font formatting such as color and font type</span> |
font formatting such as color and font type |
Links
Hyperlinks to other areas of Hornbill can be added. This includes the ability to provide some friendly text along with the link. These links are internal to your instance of Hornbill. The URL link will always be prefixed with https://live.hornbill.com/
Markup | Displayed As |
---|---|
[[newsfeed]] |
newsfeed |
[[newsfeed|Link to your Newsfeed]] |
Link to your Newsfeed |
The same concept will be available for external links using absolute URLs
Markup | Displayed As |
---|---|
[[https://community.hornbill.com]] |
https://community.hornbill.com |
[[https://community.hornbill.com|Hornbill Community Forums]] |
Hornbill Community Forums |
Date Formatting
You can wrap a Date & Time value (e.g. 21-02-2020 16:10:30) with square brackets to apply the configured preferences in your Profile’s Regional Settings.
For example, if the “Date Time Format” option in my Profile’s Regional Settings is set to “21/02/2020 16:10”, the syntax [01-01-1970 01:00:00] would result in 01/01/1970 01:00.
Another common use is using the Variable Picker in the Business Process Engine to post to a Timeline or Workspace. You can wrap the generated value (by the Variable Picker) with square brackets. For example, &[functions.pcf(“askAQuestion”,“selectStartDate”)] becomes [&[functions.pcf(“askAQuestion”,“selectStartDate”)]].
Images
Images can be added to any text field that allows wiki markup other than Posts or Comments as they have their own mechanism for managing images.
Syntax
[[File:filename.extension|options|caption]]
Legacy Image: Namespace prefix is still supported as a synonym as well as Media.
Examples
- This markup:
[[File:https://www.hornbill.com/images/logo.png]]
- Would be displayed as:
- This markup:
[[File:https://www.hornbill.com/images/logo.png|center|caption]]
- Would be displayed as:
- This markup:
[[File:https://www.hornbill.com/images/logo.png|right|caption]]
- Would be displayed as:
Images with Link:
Images can also be linked to a URL.
The syntax is:
[[File:https://www.hornbill.com/images/logo.png|link=http://www.hornbill.com|alt=Hornbill Logo]]
Symbols
Markup | Displayed As |
---|---|
:-) | 😀 |
:) | 😀 |
:D | 😆 |
:-( | 😞 |
:( | 😞 |
;) | 😉 |
;-) | 😉 |
:-o | 😮 |
:o | 😮 |
:O | 😮 |
:P | 😛 |
:p | 😛 |
:-bd | 👍 |
(y) | 👍 |
(yes) | 👍 |
(ok) | 👍 |
(n) | 👎 |
(no) | 👎 |
X( | 😠 |
~O) | ☕ |
:-S | 😕 |
:/ | 😕 |
:-/ | 😕 |
8-) | 😎 |
(cwl) | 😂 |
:'( | 😢 |
:| | 😐 |
:$ | ☺ |
:-$ | ☺ |
|) | 😴 |
|-) | 😴 |
(zip) | 🤐 |
Code Snippets
A language can be passed as an option after a colon [code:SOURCE-LANGUAGE]
These are the available languages: “bsh”, “c”, “cc”, “cpp”, “cs”, “csh”, “cyc”, “cv”, “htm”, “html”, “java”, “js”, “m”, “mxml”, “perl”, “pl”, “pm”, “py”, “rb”, “sh”, “xhtml”, “xml”, “xsl”, “sql”
Markup | Displayed As |
---|---|
[code] var a = 1 [/code] |
var a = 1 |
[code:sql] SELECT * FROM TABLE [/code] |
SELECT * |
Blockquote
[blockquote] some text [/blockquote]
Example
some text
More properties:
actor - The name of the person
date - Can be a custom format or ISO date format. In the case of ISO format it will be converted to the user’s local time and format based on his settings.
[blockquote|actor:Daniel|date:2015-03-06T16:46:08Z] some text [/blockquote]
Example
some text
Note: It is possible also to use [quote] as an alias to [blockquote]
Horizontal Rule
Markup | Displayed As |
---|---|
---- |
Nowiki
Markup | Displayed As |
---|---|
[nowiki]<br />This is '''bold''' and this is ''italic''<br />[/nowiki] |
This is ‘’‘bold’‘’ and this is ‘’‘italic’‘’ |
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}