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?!
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
Maybe also/instead, the GUI could have a "Comment Selected Lines"-type button -- AndySheldon
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
CategoryFeatureImplemented (in 1.6)