Chris Emerson

Results 50 comments of Chris Emerson

That's an interesting thought. Though as Markdown can contain HTML tags, maybe just going via HTML makes sense. I don't know how common that is, though.

That sounds great - I'd definitely be interested in making it easier to do things like that, and either including syntect support in `html2text` (probably with a feature flag) or...

That sounds potentially useful, and could become part of the solution for #20. I'm slightly concerned at the overhead (creating hash maps and calling the decorator for every element), but...

Hi, I definitely would like to get RTL text right, but might need some help; I don't know any RTL languages, but am willing to read documentation! If there is...

Thanks. I passed that page through `html2term` and it doesn't look too bad (to me) in pterm/PuTTY: ![screenshot_rtl](https://user-images.githubusercontent.com/1644842/47957264-7da1f300-dfaa-11e8-980c-bf03fd651aa0.png) However (assuming it looks right) it's for the wrong reasons. html2text doesn't...

I'm re-opening but it may take a little while to work out the best way to address this (and it sounds like different terminals behave differently, which won't help).

Sure: ![image](https://user-images.githubusercontent.com/1644842/47963227-ceecc980-e020-11e8-8329-3b756d939cdb.png)

I'll try in kitty at some point (but I haven't got it handy at the moment). I've just tried copying your two examples and pasting them into pterm - they...

Although this is still an issue, I'm not currently working on it; currently I don't know of a way to get terminals to do the right thing with mixed LTR/RTL...

Hi, Glad you're finding it useful! My fingers are also hard-wired to vi-style editors. ctrl-n is the same as ctrl-p but searches for matches in the other direction. Can you...