yyoon / Journaley

A simple and elegant open-source journal keeping software for Windows
http://journaleyapp.com/
Other
115 stars 19 forks source link

The character " ` " doesn't render properly #81

Closed sguergachi closed 8 years ago

sguergachi commented 9 years ago

Not sure if this is a font problem, but when you type ` and then a letter after that, it isn't properly spaced out.

You can see the entry list box displays the character properly but the entry page doesn't. image

yyoon commented 9 years ago

Works fine for me... it's weird that the font looks a little bit different. image

yyoon commented 9 years ago

Now I see this problem occurring after doing #83.

It seems like the Noto Sans font is causing this problem. I don't think I have any control with this. Do you have any idea how to deal with this?

sguergachi commented 9 years ago

Maybe we can try Open Sans and see if it has the same issue.

Sammy Guergachi

On Aug 2, 2015, 4:01 AM -0400, YoungSeok Yoonnotifications@github.com, wrote:

Now I see this problem occurring after doing#83(https://github.com/yyoon/Journaley/issues/83).

It seems like the Noto Sans font is causing this problem. I don't think I have any control with this. Do you have any idea how to deal with this?

— Reply to this email directly orview it on GitHub(https://github.com/yyoon/Journaley/issues/81#issuecomment-126997669).

yyoon commented 9 years ago

The same problem occurred when I set the font to Noto Sans in notepad. I haven't changed the code yet, but I could confirm that this problem does not occur with Open Sans, using notepad.

Is this a serious problem, though? Frankly, I don't want to go through the hassle of changing all the Noto Sans reference to Open Sans in our code and resources for now.

sguergachi commented 9 years ago

Nope. This is definitely low priority. Will remove from milestone but keep open in case we find an updated Noto Font or if people complain about this. 

-Sammy Guergachi On 8/2/2015 9:52:57 AM, YoungSeok Yoon notifications@github.com wrote: The same problem occurred when I set the font to Noto Sans in notepad. I haven't changed the code yet, but I could confirm that this problem does not occur with Open Sans, using notepad. Is this a serious problem, though? Frankly, I don't want to go through the hassle of changing all the Noto Sans reference to Open Sans in our code and resources for now. — Reply to this email directly or view it on GitHub [https://github.com/yyoon/Journaley/issues/81#issuecomment-127025586].

yyoon commented 9 years ago

Sounds reasonable to me.

crxtrdude commented 8 years ago

Well, programmers who use backticks for storing their scribbled code over Journaley might have a problem with it, but as Sammy said it's not a priority unless someone would ever complain with it.

BTW, there is the other way to do preformatting text like <code> or tabbing (aka Inserting four spaces). They work on the current MarkdownSharp implementation you guys are using.

EDIT: I've just downloaded Noto Sans recently, the backticks are fixed. Set it on Notepad: Sample