From: Adam S. <ad...@pe...> - 2001-11-27 20:09:27
|
> It's already (sort of) there in PageNamesInPathInfo. (Not that that's > any better of a name.) ah, i figured it was there somewhere ... > Yes. I've fixed it in CVS, but the fix hasn't made it to the /wiki > wiki yet. I'll work on it today. great, thanks. > You can't put blank lines between items. (A blank link starts a whole > new <ol>.) PhpWiki has always been this way, I think. I don't like > it either. The fix is not completely trivial, I think, so I've been > putting it off (and, I think I'll continue to do so.) <laugh> ... okay. shame though it's awkward. > Personally, I'm somewhat undecided. I would like the ability to > include <tt> text inline. I'm not sure I like the syntax. (I don't > like the backticks, and would rather see nearly any other character > used for the escape.) there was some brief discussion, i believe the only reason it was chosen is that no one could think of anything else that was available. moin uses {{{text}}} which isn't great, i'm not sure what usemod uses. > (I'm not sure I like the current __ and '' syntax either, but it's > kind of late to change that. If I had the chance to do it over again > today, I think I would do (more or less UseMod style): > > Support <i>italic</i>, <b>bold</b>, <tt>fixed</tt>. > > Support also some e-mail heuristic style markup: > *bold*, _italic_, etc. i like /italic/ though i'm not sure if that conflicts with anything. is there any reason to support _underline_? or is that deemed confusing. i've certainly never missed it anyway. is it really too late? i think some of the wiki syntax phpwiki uses could be refined a lot. the alpha tree is already a large change, would some changes in hwo it works be possible or is that breaking too much backwards compatibility. > At least that's what I think today. i agree with you. > I think I'm against disabling WikiWord linkage within <tt>, though I do > like UseMods <pre> and <nowiki> tags to help with that problem. how come? in what situations do you want monospaced text and WikiWords? > It's already there, I think. (In slightly modified form --- I've > changed it so that the rhs can't contain punctuation.) great, thanks. adam. |