[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wiki syntax (was Re: Testing for CamelCase)
- From: Alex Sandro Queiroz e Silva <ventonegro@...>
- Date: Wed, 05 Jan 2005 16:30:39 -0300
Hallo,
Mark Hamburg wrote:
We're using a slightly-hacked NoNameWiki and one of the things I like about
it is the ability to require that links take the form [[LinkName]] or [[Link
Name]]. This helps avoid links for camel case text that shouldn't be a link.
It also allows for some more natural links.
I think this is how MediaWiki (the engine the powers Wikipedia)
works. It makes a lot of sense, and even simplifies gsub's. :-)
-alex