Monospace Font

Is something wrong? Do you have any suggestions? Let us know.
User avatar
Dusk Eagle
Gosei
Posts: 1758
Joined: Tue Apr 20, 2010 4:02 pm
Rank: 4d
GD Posts: 0
Has thanked: 378 times
Been thanked: 375 times

Monospace Font

Post by Dusk Eagle »

I think that it would be much better if the forum were to use a monospace font. As it is, go diagrams look very messed up and are hard to follow in text-mode. Bringing in a monospace font would both make it easier to see a Go diagram in editing mode as well as when you click the "Show Diagram Code" button.

Anyway, thanks for the forum Jordus. Hopefully we'll get all the old members over here soon enough :).
We don't know who we are; we don't know where we are.
Each of us woke up one moment and here we were in the darkness.
We're nameless things with no memory; no knowledge of what went before,
No understanding of what is now, no knowledge of what will be.
User avatar
wms
Lives in gote
Posts: 450
Joined: Tue Apr 20, 2010 4:23 pm
GD Posts: 0
KGS: wms
Location: Portland, OR USA
Has thanked: 257 times
Been thanked: 287 times
Contact:

Re: Monospace Font

Post by wms »

You can always use code tags if you want monospace:

Code: Select all

. X |   |  
.---+---+---
. O | X | 
.---+---+---
. O |   | X


And variable width is so much easier to read. Let's leave it as-is.
User avatar
Dusk Eagle
Gosei
Posts: 1758
Joined: Tue Apr 20, 2010 4:02 pm
Rank: 4d
GD Posts: 0
Has thanked: 378 times
Been thanked: 375 times

Re: Monospace Font

Post by Dusk Eagle »

I personally find neither one easier to read. However, code tags do not work while you are editing a message.

What if the font that was used while editing was monospaced, but the actual font when posted was variable-width? That way, go diagrams can still be edited easily, but the site will still be easy to read for those who like variable-width?
We don't know who we are; we don't know where we are.
Each of us woke up one moment and here we were in the darkness.
We're nameless things with no memory; no knowledge of what went before,
No understanding of what is now, no knowledge of what will be.
xed_over
Oza
Posts: 2264
Joined: Mon Apr 19, 2010 11:51 am
Has thanked: 1179 times
Been thanked: 553 times

Re: Monospace Font

Post by xed_over »

Dusk Eagle wrote:What if the font that was used while editing was monospaced, but the actual font when posted was variable-width? That way, go diagrams can still be edited easily, but the site will still be easy to read for those who like variable-width?

I agree

I was going to suggest the code tags too, but then realized you're talking about editing posts
User avatar
wms
Lives in gote
Posts: 450
Joined: Tue Apr 20, 2010 4:23 pm
GD Posts: 0
KGS: wms
Location: Portland, OR USA
Has thanked: 257 times
Been thanked: 287 times
Contact:

Re: Monospace Font

Post by wms »

Ah, I didn't know that you meant during editing. You have a point. Once diagrams are here, monospace will be much easier to use. I wouldn't be against doing it as you say.

A truly excellent approach would be a full go-as-text editor written in javascript, but I don't expect that to come any time soon so monospace may be the right answer.
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Monospace Font

Post by fwiffo »

Yeah, at first I thought you meant the forum's general font, but I agree that the editor should be monospace.
Marcus
Gosei
Posts: 1387
Joined: Tue Apr 20, 2010 8:51 am
GD Posts: 209
KGS: Marcus316
Has thanked: 139 times
Been thanked: 111 times

Re: Monospace Font

Post by Marcus »

I also believe the editing font should be a monospace font.
unkx80
Lives with ko
Posts: 257
Joined: Tue Apr 20, 2010 12:21 am
Rank: Dan player
GD Posts: 0
Location: Singapore
Has thanked: 13 times
Been thanked: 30 times
Contact:

Re: Monospace Font

Post by unkx80 »

+1.
User avatar
Jordus
Site Admin
Posts: 1125
Joined: Fri Dec 04, 2009 6:06 pm
Rank: KGS 9k
GD Posts: 0
Universal go server handle: Jordus
Location: Allegan, MI, USA
Has thanked: 16 times
Been thanked: 116 times
Contact:

Re: Monospace Font

Post by Jordus »

. X | |
.---+---+---
. O | X |
.---+---+---
. O | | X


So wrap you text with

Code: Select all

[font=monospace]monospace text[/font]


is that what we were looking for"?
I'm thinking...
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Monospace Font

Post by fwiffo »

No - the problem is that the font used in the <textarea> part of the editor is not a monospace font. So if you're editing a go diagram, things look all wonky while you're editing it. It's not hard to fix (just have to edit a stylesheet in the theme).
User avatar
schultz
Lives in gote
Posts: 505
Joined: Tue Apr 20, 2010 5:31 pm
GD Posts: 0
Location: Montana
Has thanked: 80 times
Been thanked: 62 times

Re: Monospace Font

Post by schultz »

It would also be nice for the diagram code displayed below the diagrams in posts to be monospace as well.
KGS: schultz [?].
User avatar
Jordus
Site Admin
Posts: 1125
Joined: Fri Dec 04, 2009 6:06 pm
Rank: KGS 9k
GD Posts: 0
Universal go server handle: Jordus
Location: Allegan, MI, USA
Has thanked: 16 times
Been thanked: 116 times
Contact:

Re: Monospace Font

Post by Jordus »

schultz wrote:It would also be nice for the diagram code displayed below the diagrams in posts to be monospace as well.


like this?

Click Here To Show Diagram Code
[go]$$Bcm151 Moves 151 to 160 This is a long title, which I am going to keep writing about. You can write paragraphs and paragraphs, and the captions should wrap correctly, and not overlap with the image. Hopefully this works on all diagram sizes. If it does, that would be cool. And nothing else to say here, I guess...
$$ ---------------------------------------
$$ | . . . . . . . . . . . . O . . . . . . |
$$ | . . . . O X . . . . X O X O O . O . . |
$$ | . O O O . X . . . X . . X X O O X . . |
$$ | . . X O . . . X . , X . . X X X O O . |
$$ | . . X O . X X X X O . O . . . X X O . |
$$ | . . . . O O O X O . . . . . X X O . . |
$$ | . . X . . . . O O . . O . . X O . O . |
$$ | . . . . O X . . . . . . X X O O . . . |
$$ | . X X . O 6 . O . O . X . . . O O . . |
$$ | . O X , X . X O . , . . . . X O X X . |
$$ | . O O X . . X O X X . X X X . X . . . |
$$ | . . . X . . . X O . . O X O X X 5 O . |
$$ | . . O X . . . X O . O . O O O . X 4 . |
$$ | . . O X . . . X O . . . O . X O O O . |
$$ | . . O . . . . O X O O . O . . X . . . |
$$ | . . O X X . . . X X X O . O . X O . . |
$$ | . . X O X . . . X . . X O . . X O . . |
$$ | . . O O X 3 . . . . . . X X . X O 0 . |
$$ | . . 2 C O . . . . . . . . . . 9 7 8 . |
$$ ---------------------------------------[/go]
I'm thinking...
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Monospace Font

Post by fwiffo »

Actually I think he meant the diagram code which shows when you click "show diagram code". It's font was set to a monospace font that not everyone has. I fixed it.
unkx80
Lives with ko
Posts: 257
Joined: Tue Apr 20, 2010 12:21 am
Rank: Dan player
GD Posts: 0
Location: Singapore
Has thanked: 13 times
Been thanked: 30 times
Contact:

Re: Monospace Font

Post by unkx80 »

fwiffo wrote:No - the problem is that the font used in the <textarea> part of the editor is not a monospace font. So if you're editing a go diagram, things look all wonky while you're editing it. It's not hard to fix (just have to edit a stylesheet in the theme).

Yes, this.
User avatar
mdobbins
Lives with ko
Posts: 242
Joined: Sun Feb 28, 2010 8:18 am
Rank: KGS 4 Kyu
GD Posts: 2067
KGS: mgd
DGS: mdobbins
Location: Pa, Va
Has thanked: 15 times
Been thanked: 64 times
Contact:

Re: Monospace Font

Post by mdobbins »

fwiffo wrote:Actually I think he meant the diagram code which shows when you click "show diagram code". It's font was set to a monospace font that not everyone has. I fixed it.

It is not showing up mono spaced on my Android phone.
Michael Dobbins; Dragon: mdobbins, KGS: mgd, AGA#: 4253,
My Website
Post Reply