Feature Proposal: Add HIDE variable
Motivation
Sometimes it is desirable to hide content in TWiki pages, content that resides in the page and is available in edit, but not shown in topic view.
Description and Documentation
The
%HIDE{...}% variable hides the content, e.g. resolves to an empty string. Useful to prevent TWiki from sending large amounts of content of a long page to the browser, such as the
TWikiUsers page.
Examples
Enter this:
This is visible - %HIDE{ this is removed }% - this is visible.
To get this:
This is visible - - this is visible.
Impact
Implementation
--
Contributors: PeterThoeny - 2011-03-22
Discussion
This is now accepted by 7 day feedback period.
--
PeterThoeny - 2011-03-28
This is now implemented and documented in
SVN trunk.
--
PeterThoeny - 2011-04-01