Short description

It would be nice to be able to easily commenting in/out larger sections of text in the wiki.. It would be very time-intensive to put before every line a "##" and also removing them later.

Wouldn't it be better to also include something to do muliline comments?

HTML does it that way:

<!--
outcommented
-->

Programming languages often do it like that:

/*
outcommented
*/

Perhaps sth. like that for MoinMoin..?

##/*
outcommented
##*/

Feedback?! ;-)

  1. That could be easily done with a parser. Remove the output from for example ParserMarket/SortText-1.3.5-1.py and name it to a common name -- ReimarBauer 2006-12-06 14:43:36

  2. Maybe also/instead, the GUI could have a "Comment Selected Lines"-type button -- AndySheldon

  3. I like <!-- ... --> because most wikis do it that way (and XML & SGML) and it would allow inline comments. -- panzi

/!\ Coments are added to 1.6dev see http://test.wikiwikiweb.de/CommentsAsCollapseableDivs -- ReimarBauer 2007-04-04 13:34:57


MoinMoin: FeatureRequests/MultilineComments (last edited 2007-12-07 15:25:08 by ReimarBauer)