Choose a Template Above

Generate Text and Copy it to Clipboard.
Create a new Template using text markings shown below.
Shortcuts for template input:
  • Textblocks can be invoked by adding a leading ! sign: click the airplane button for a complete list !ne = no entry
  • You can use markups directly in the textarea at the beginning of a line.
    These markups are available:
    !l = list
    !ls = sub item
    !n = numbered list
    !e = end markup
    !es = end sub markup
Instructions for creating a template:
  • A Placeholder helps to identify the correct input field and has to be always set
  • The Priority value organizes each input field and shows higher priority ones first.
  • For one word which needs to change:
    %Sample Word%1
    Use % at the start and end position of the placeholder
    Set 1 as priority or any other number up until 99
  • Custom input placeholders:
    %Sample Expression=longText%1
    Use % at the start and end position of the placeholder
    Use Sample Expression= placeholder name
    Set 1 as priority or any other number up until 99
    Config hiddenField like so:
    %Sample Expression=hiddenField:id:longText:!l%1
    in this example longText:!l can also be omitted.
    With longText you can add markups like !l by adding them like this:
    %Sample Expression=longText:!l%1
  • Use field types like longText or markup to customize further These are all the different Field types:
    simpleInput
    longText
    hiddenField
    current_time
    current_date
    markup:title
    And these are the markups you can add:
    title
    link
    italic
    green_highlighted
    highlighted
  • For gender specific expressions:
    %Sample Expression=m:der Bauer;w:die Bäuerin;d: Bauern;%1
    Use % at the start and end position of the placeholder
    Use Sample Expression= as placeholder name
    Use m:der Bauer;
    for each gender; be careful to add it for the last item aswell
  • For dropdown lists:
    Use %Sample Expression=l:item 1;l:item 2;%1 for each item
  • For hidden fields and its trigger:
    Use %Sample Expression=h:itemid 1:fieldtype:formatting;%1
    You can also have multiple hidden fields selectable by a list
  • You can also use markups in the template file at the beginning of a line.
    These markups are available:
    !l = list
    !ls = sub item
    !n = numbered list
    !e = end markup
    !es = end sub markup