My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Plug-ins collection for the ScrewTurn wiki.

Only one plug-in available at this time.

Path Elements

Allows simulation of tree structure between wiki pages by using symbols. This can help to better organize complex wiki and keep all related pages together.

The plug-in allows you to use syntax like [./Subsection1] and [../Section1/Sebsection] to reference related pages.

  • '/' is used as a separator in the wiki mark up. It is replaced by '-'. So [Section1/Sebsection] becomes [Section1-Sebsection] when wiki page is generated.
  • '.' refers to the current page name. If the current page is 'Parent-Section1-Sebsection' (with the implied structure of 'Section1' being child of 'Parent' and 'Sebsection' being child of 'Section1') then [./DeepSection] will result in link to 'Parent-Section1-Sebsection-DeepSection'.
  • '..' refers to the parent of the current page. If the current page is 'Parent-Section1-Sebsection1' then [../Sebsection2] will result in link to 'Parent-Section1-Sebsection2'.
  • Namespaces are fully supported.
  • In special cases, such as link being to an image or a url, the link is ignored and left unmodified.
Powered by Google Project Hosting