Question
I would love to be able to insert line breaks into long TWiki commands, with recognized continuation on the following line.
For example, I'd like to be able to do something like this:
%TABLE{ dataalign="center" tablewidth="90%" sort="on" initsort="1" }%
| *Web* | *Topic* | *Parent<br>Topic* | *Summary* | *Created By* | *Last Update* |
%SEARCH{ "Foo" scope="topic" type="literal" web="all" nosearch="on" nototal="on" \
order="topic" format="| $web | $web.$topic | [[$web.$parent]]| $summary | \
$createwikiusername | $date |")<p>" }%
except, of course, I can't do that.
Is there an alternative or shall I file a feature request?
Environment
--
VickiBrown - 19 Sep 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Did you try
GluePlugin yet? It is heavily used in Michas great Plugins.
--
FranzJosefSilli - 19 Sep 2006
Or break lines with trailing backslashes.
--
PeterThoeny - 24 Oct 2006