Table of Contents

Comment Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin Add comments / notes to your wiki source that won't be shown on the page.

Last updated on
2023-08-18
Provides
Syntax
Repository
Source
Conflicts with
fckg

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:

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

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Bugs / Feature Requests

Please report bugs or feature requests at the Bug tracker.

Further Resources

Changes

Comments

.