Crosstyan
Crosstyan
@riotrah You’re doing great job. However as a native Chinese speaker who knows Japanese I think it’s kind of weird to see that the character 木 (which means tree in...
It seems that if `format` parameter of `DataTransfer.setData(format, data)` is set to `"text/html"`, the text can be interpreted as proper rich text (at least in Microsoft Word). I'll look into...
I'll consider this as edge case, although this can be solved like how we prevent XSS attack -- just sanitize/purify the title (convert these special character to [HTML character codes](https://dev.w3.org/html5/html-author/charref))...
Not sure if it's still useful but another python based solution [crosstyan/zig-fetch-py](https://github.com/crosstyan/zig-fetch-py)