%RENDERLIST{ <parameters> }%
before any bullet list %TOC%
, or the result of a FormattedSearch
"name" ortheme="name" | Select a rendering theme |
focus="any text" | Focus list on a bullet with specified text |
depth="2" | Remove bullets with an indent greater then the depth. The depth is relative to the highlighted bullet in case focus is specified |
<name>_THEME
Plugin settings Set <name>_THEME = tree, <0/1 flag to suppress/show lines of first level>
Set <name>_THEME = icon, <0/1 flag to suppress/show lines of first level>, <icon width>, <icon height>, <spacer graph>, <T-line graph>, <I-line graph>, <L-line graph>, <icon image>
[[][]]
links on bullet where text is found
*
bullets
Like this
Align continuation lines with leading spaces like this
myicon.gif
, or
globe.gif
, home.gif
, virtualhome.gif
, group.gif
, persons.gif
, virtualpersons.gif
, person.gif
, virtualperson.gif
, email.gif
, trend.gif
, folder.gif
, folders.gif
, file.gif
, files.gif
, doc.gif
, image.gif
, pdf.gif
, ppt.gif
, sound.gif
, xls.gif
, zip.gif
, see.gif
icon:myicon Followed by normal bullet text
%ICON{name}% Followed by normal bullet text
You type: | You get: (simulated) | You get: (if installed) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
%RENDERLIST{"thread"}% * one * one.a * one.a.x * one.b * one.b.x continue * one.b.y * icon:person Tim * icon:person Mico * two * three |
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
%RENDERLIST{"org"}% * one * one.a * one.a.x * one.b * one.b.x continue * one.b.y * icon:person Tim * icon:person Mico * two * three |
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
%RENDERLIST{ "org" focus="one.b" }% * one * one.a * one.a.x * one.b * one.b.x continue * one.b.y * icon:person Tim * icon:person Mico * two * three |
|
|
RENDERLISTPLUGIN_<SOMETHING>_THEME
(for example, RENDERLISTPLUGIN_THREAD_THEME
) and contain a comma-delimited list of render type and parameters. The default themes are:
Theme | Render type |
---|---|
THREAD | tree, 1 |
ORG | icon, 0, 16, 16, , , , , |
GROUP | icon, 0, 16, 16, , , , , |
icon, 0, 16, 16, , , , , | |
TREND | icon, 0, 16, 16, , , , , |
FILE | icon, 0, 16, 16, , , , , |
cd /path/to/foswiki perl tools/extension_installer <NameOfExtension> installIf you have any problems, or if the extension isn't available in
configure
, then you can still install manually from the command-line. See https://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Change History: | |
08 Apr 2016: | 2.28: |
14 Jun 2015: | 2.27: Foswiki 2.0 release. |
28 Nov 2012: | 2.2.7: Foswiki 1.1.6 release. Item11267: Convert to perl version string. |
06 Apr 2012: | 2.2.6: Foswiki 1.1.5 release. Item11453: convert to preRenderingHandler. |
05 Dec 2011: | 2.2.5: Foswiki 1.1.4 release. Minor code and topic cleanup. |
15 Jul 2011: | 2.2.4: fixed line parser - |
11 Apr 2011: | 2.2.3: Version released with Foswiki 1.1.3. Only a minor change related to how the plugin is being upgraded |
20 Sep 2010: | 2.2.2: Will Norris. <nobr> modernization - |
01 Aug 2010: | 2.2.1: Paul Harvey. Documentation updates - |
20 Sep 2009: | 2.2: Crawford Currie. Moved default themes out of plugin topic for efficiency. |
16 Dec 2008: | 2.1: Kenneth Lavrsen. Foswiki version |
15 Jan 2008: | 2.0: Kenneth Lavrsen. No more reporting warnings in the error log when a render list starts at deeper level than 1 |
30 Sep 2007: | Added VarRENDERLIST to have it listed in Macros |
23 Sep 2006: | Support for img tag and image URL after icon: (suggested by %ICON{folder}% instead of icon:folder ; added files.gif and folders.gif (contributed by |
25 Apr 2006: | SVN sync, Cairo + Dakar compatibility |
14 Apr 2006: | TWikiRelease04x00 compatibility update |
21 Nov 2004: | Added benchmarks (no code changes) |
21 Mar 2004: | Internal change: Fixed unofficial function call |
01 Mar 2004: | Added FILE_THEME and folder/file icons |
29 Dec 2003: | Fixed rendering issue if focus bullet contains icon:name ; added TREND_THEME |
16 Dec 2003: | Specify icons with icon:name syntax |
11 Dec 2003: | Added focus and depth parameters |
05 Dec 2003: | Fixed rendering issue with IE; added EMAIL_THEME |
02 Dec 2003: | Initial version |
Plugin Home: | https://foswiki.org/Extensions/RenderListPlugin |