This page (revision-19) was last changed on 17-Dec-2012 09:58 by Jochen Reutelshöfer

This page was created on 17-Dec-2012 09:34 by Jochen Reutelshöfer

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
19 17-Dec-2012 09:58 2 KB Jochen Reutelshöfer to previous How-To-Markup ==> How-To Markup
18 17-Dec-2012 09:57 2 KB Jochen Reutelshöfer to previous | to last
17 17-Dec-2012 09:57 2 KB Jochen Reutelshöfer to previous | to last
16 17-Dec-2012 09:55 2 KB Jochen Reutelshöfer to previous | to last
15 17-Dec-2012 09:55 2 KB Jochen Reutelshöfer to previous | to last
14 17-Dec-2012 09:54 2 KB Jochen Reutelshöfer to previous | to last
13 17-Dec-2012 09:53 2 KB Jochen Reutelshöfer to previous | to last
12 17-Dec-2012 09:52 1 KB Jochen Reutelshöfer to previous | to last
11 17-Dec-2012 09:48 1 KB Jochen Reutelshöfer to previous | to last
10 17-Dec-2012 09:46 1 KB Jochen Reutelshöfer to previous | to last
9 17-Dec-2012 09:45 1 KB Jochen Reutelshöfer to previous | to last
8 17-Dec-2012 09:44 1 KB Jochen Reutelshöfer to previous | to last
7 17-Dec-2012 09:43 1004 bytes Jochen Reutelshöfer to previous | to last
6 17-Dec-2012 09:41 826 bytes Jochen Reutelshöfer to previous | to last
5 17-Dec-2012 09:41 685 bytes Jochen Reutelshöfer to previous | to last
4 17-Dec-2012 09:39 593 bytes Jochen Reutelshöfer to previous | to last
3 17-Dec-2012 09:37 472 bytes Jochen Reutelshöfer to previous | to last
2 17-Dec-2012 09:34 350 bytes Jochen Reutelshöfer to previous | to last
1 17-Dec-2012 09:34 286 bytes Jochen Reutelshöfer to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 2 lines
[{TableOfContents}]
At line 7 added 5 lines
This page describes the DefaultMarkup in general. An instructional page describing how to actually create a new markup based on the DefaultMarkup can be found here: [How-To Markup]
The exemplary use of different kinds of DefaultMarkups can be found in the Demos, for example here: [Demo - Master]
At line 26 added one line
DefaultMarkup blocks can also be defined in a single line. Then no trailing sign is required and the block is terminated by the line-break.
At line 34 added 38 lines
Additionally to the content, also markup specific parameters can be specified.
An annotation parameter is always state at the end of the markup block and is introduced by '@'.
Each markup implementation defines which annotations can be specified. More details about how to specify this can be found here: [How-To Markup]
A DefaultMarkup section as multiple lines is terminated by another percent-sign (~%).
! Multi-line markup
{{{
%%<keyword>
<content>
@<annotation-name>: <value>
%
}}}
! Single line markup
DefaultMarkup blocks can also be defined in a single line. Then no trailing sign is required and the block is terminated by the line-break.
{{{
%%<keyword> <content> @<annotation-name>: <value>
}}}
!! Autocompletion
For an implementation of each DefaultMarkup basic autocompletion functionality is provided automatically.
After typing ''%%'' the completion menu is shown by pressing ''Cmd+space'' as shown in the following screenshot. For each markup also an overview about the available annotations with the respective value range is shown.
[{Image src='autocompletion.jpg' width='..' height='..' align='left|center|right' style='..' class='..' }]