User Tools

Site Tools


Sidebar

x_howto:comments
Approved 2022/02/09 17:31 by mk (version: 2)

Table of Contents

Comments

This tiny plugin allows you to leave notes to yourself (and other authors of your wiki) in the wiki source code that won't be shown on the wiki page. The syntax is like C and PHP:

In this examble remove the @ because else the comments won't be vissible on the website!

Example:

The text @/* between the slash-asterisk and asterisk-slash */ is hidden
Becomes:
The text is hidden

You can also have multi-line comments:

@/**
* @todo: rewrite this section to reflect changes made recently
*
* this is a longer note
*/

But this single line example works too:

@/********** added by Esther **********/
x_howto/comments.txt · Last modified: 2022/02/09 17:30 by mk