gaius wrote:I agree with most of the posters here. But I just thought up one change that COULD be made without losing backwards compatibility: enable move numbering up to 99! This would be useful in diagrammes, no? All that has to be done is replace the space to the right of the move number. For example, a random opening could look like this:
Code: Select all
$$ ---------------------------------------
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . 10. . . |
$$ | . . . . . . . . . . 12. . 8 . . 11. . |
$$ | . . . 2 . . . . . , . . . . . 1 . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . 9 . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . 13. . . |
$$ | . . . 6 . . . . 17. . . . . . . . . . |
$$ | . . 4 , 15. . . . , . . . . . 3 . . . |
$$ | . . . 145 . . . 7 . . . . . . . . . . |
$$ | . . . 16. . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------
Granted, it will look a bit messy for contact fights, but those who don't like it need not use it. Sensei's library diagrammes can still be converted to here, and existing diagrammes are not broken.
I, for one, would like this

The basic premise of SLTXT2PNG, which both Sensei's Library and L19 use, is one character per intersection. Spaces are optional. So this works fine:
Code: Select all
$$W
$$+------
$$|......
$$|...90.
$$|..12..
$$|..3X..
$$|.54...
$$|.76...
$$|..8...
to make this:
$$W
$$+------
$$|......
$$|...90.
$$|..12..
$$|..3X..
$$|.54...
$$|.76...
$$|..8...
- Click Here To Show Diagram Code
[go]$$W
$$+------
$$|......
$$|...90.
$$|..12..
$$|..3X..
$$|.54...
$$|.76...
$$|..8...[/go]
So yes, you are breaking backwards compatibility.
Letting go of this convention is asking for trouble, IMO, because it can become confusing which space belongs to which intersection and which numbers belong together. And if someone does it wrong it will often not be obvious from the result why.
If you want to allow higher numbers, other labels, etc. then at the very least you should make sure that everything is space separated, e.g:
Code: Select all
$$ . . . .
$$ . 13 . .
$$ . . . .
$$ . . 14 .
$$ . . . .
But really, at some point, if you want more power, why not just plug some SGF between sgf tags? I don't think diagrams with 100 moves in them are clear anymore. At some point around maybe 15-20 moves at most, a single diagram loses its communicative ability.
What I would really like is if L19 allowed tables, the way SL does. Having the option to put a series of diagrams next to each other, instead of under each other, is quite powerful. It is much more compact, and allows the reader to see all the diagrams in one screen.
For an example, see:
http://senseis.xmp.net/?HermanHiddema%2 ... arAnalysis