karlicoss

Results 351 comments of karlicoss

Hey, yeah, it happens in [sanitize_body](https://github.com/karlicoss/orger/blob/cbb40a85e3557a5489ebd634d8c1ac2d9d8cbfed/src/orger/inorganic.py#L273-L282), and it's actually a poor version of escaping. E.g. otherwise if your selection contained '*' or '#' symbols, they would end starting a new...

Hey, I don't think it's possible on Reddit, so nothing I can do :) That said if you exported your old account with this tool into a directory, and then...

Hey @wayneashleyberry do you have any thoughts on that? :)

Oh! I had no idea, thanks for letting me know! I guess I'll change the default. It's possible to change though -- it's just annoying that keybindings settings are hidden...

Yep agree. I've been delaying this mainly to avoid reinventing the wheel (especially the UI), but maybe a trivial implementation wouldn't take too much effort. I think backend is fast...

Ugh. Some pages might even triggle multiple onUpdated events with complete=true, e.g. https://github.com/karlicoss/promnesia/projects/1

Kind of -- I was thinking more of "fetch the first time, but don't fetch the next times". Otherwise you'd always get a 1 second lag after loading page. Basically...

Zulip (`zulipchat.com`) has brought promnesia to a crawl during a bout of fast typing.. seems that it sends onUpdate on every character

Hmm so this should be the relevant bit of code that displays it: https://github.com/karlicoss/promnesia/blob/0e1e9a1ccd1f07b2a64336c18c7f41ca24fcbcd4/extension/src/display.js#L160-L196 HTML is used at all because the markdown parser only keeps track of the block's HTML:...

I guess either way even if it's safe, seems that markdown library's HTML rendered has an issue here? Since presumably this stuff quoted in '```' should be rendered as ``...