bitwiser73

Results 7 comments of bitwiser73

I've never used pango, there must be a reason why sublime doesn't use those. Anyway, I've noticed that there are two handy functions: **pango_font_family_is_monospace()** and **g_unichar_iswide()** which might help to...

Thank you. Did you see #4 ? I did a CJK branch but I got the rendering issue mentionned there. Could you tell me what is your platform ?

This is the behavior I expected (no typo). It could be improved but it is not so easy to correctly update the cursor position if it is inside a formatted...

I might have found a way to do this, I'll give a try soon

I tried to add support for asian characters on MTF. I have a working test which render well inside gnome-terminal but I'm still having issue with ST3. As explained in...

You can find mtf.py in branch 4_cjk_font which is a standalone cli script (no need of sublime) to format md table. It should support asian characters aswell. ``` simple_markdown/mtf.py -h...

Thank you @zh-five , did you try the version from the version from https://github.com/bitwiser73/MarkdownTableFormatter/tree/4_cjk_font ? I am surprised ST3 seems to have better font rendering on Mac OS.