toaco

Results 9 comments of toaco

I'm looking forward to this function, too. Recently, I'm learning Python, I have typed too many **```python**.

I suggest a menu option, when we click it, we can choose a language. Then Typora will fill language setting of all code fences in which language haven't been set....

I'am using phashion 1.2.0 and have encountered a similar problem, the same png image has a different fingerprint, and the console occasionally output: ``` libpng warning: iCCP: known incorrect sRGB...

Are we using SVG2? I found a potentially useful post: https://stackoverflow.com/questions/40137663/why-is-my-svg-appearing-in-chrome-but-not-ie-or-ff

There is a workround: ```ruby def convert_to_pingyin(string, sep='_') result = [] chars = string.split("") chars.each_with_index do |char, index| if char =~ /\p{Han}/ converted_char = PinYin.permlink(char) result convert_to_pingyin('编写A0_1三级标签') => "bian_xie_A0_1_san_ji_biao_qian" [162]...

Thanks for the tool, I have encountered the same problem, I hope someone can help solve it.