Individual entries from the entry list can be dragged into the text field via drag'n drop. By default, the respective title of the entry that is dragged into the text field is entered.
The placeholder for the titles is the string %@. This placeholder can occur as often as you like in the format-text. Below are a few examples of how formatting can be designed. As the title of the dragged entry "Example" is used below.
Format | Result |
---|---|
http://example.com?article=%@ | http://example.com?article=Example |
**%@** | **Example** |