wiki:syntaxplugins

Syntax Plugins

Adds postit notes to the markup:

<note>
This is a note
</note>
This is a note

After the note you can specify type:

  • important
  • tip
  • warning

Cloud of most common used works in the wiki:

~~CLOUD~~

Optionally you can specify :#num to indicate the maximum number of works to show (default is 50)

With the tag plugin you can also show a cloud of tags:

~~TAGCLOUD~~

To link tags to the page:

{{tag> tag_list}}

The list of tags is space-separated and may include namespace markup as ns:tag.

You can list the pages tagged by a given tag using:

  • {{topic>[tag]}} list all pages that contain the given category ta
  • {{searchtags}} displays a search form with the possibility to select and filter the tags to view
  • {{count>[tag]}} display an overview of your current used tags (can use ++ to select all tags)
  • {{tagpage>}}

For all of them you can use some expression syntax like:

  • tag1 -tag2 – all pages tagged with tag1 but not with tag2.
  • tag1 +tag2 – all pages tagged with tag1 and tag2.
  • tag1 tag2 – all pages tagged with either tag1 or tag2 or both.
  • ns1?tag1 tag2 – all pages inside namespace ns1 tagged with either tag1 or tag2
  • .?tag1 tag2 – all pages inside the current namespace tagged with either tag1 or tag2
  • wiki/syntaxplugins.txt
  • Last modified: 2023/06/25 23:38
  • by Marc Franquesa