====== Hidden Comment ======
---- plugin ----
description: Add comments / notes to your wiki source that won't be shown on the page (previous authors: Esther Brunner)
author : Gina Häußge, Michael Klier
email : dokuwiki@chimeric.de
type : syntax
lastupdate : 2009-02-06
compatible : >= 2006-11-06
depends :
conflicts :
similar : commentsrc, htmlcomment
tags : annotations, hide
----
^ Download | [[http://www.chimeric.de/_src/plugin-comment.tgz|plugin-comment.tgz]] |
This tiny [[plugins|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:
**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 **********/
===== Installation =====
Extract the contents of the .zip or .tgz file to /lib/plugins and it should work.
===== Bugs / Feature Requests =====
Please report bugs or feature requests at the [[http://github.com/dokufreaks/plugin-comment/issues|Bug tracker]].
===== Further Resources =====
* [[http://github.com/dokufreaks/plugin-comment/tree/master|Git Repository]]
* [[http://github.com/dokufreaks/plugin-comment/issues|Bug Tracker]]
===== Changes =====
{{rss>http://github.com/feeds/dokufreaks/commits/plugin-comment/master}}