jnboehm

Results 17 comments of jnboehm

Fair point, I was surprised myself that I didn't have it installed, apparently it's part of the `inetutils` package, which I didn't need to install yet. I was thinking along...

As more or less of a workaround. The way the radian-font is used by adding it to the`default-frame-alist` it should be sufficient to specify the font with the size present...

That's a good way to approach it, I was thinking about creating a hashmap that would then return the transformed katex-xexpr. This way the call to `decode` would only be...

To fill in the last piece of the puzzle I have implemented what Joel outlines and the code below basically completes step 2 above. You need `node` installed and the...

One quick and dirty option to circumvent your problem is removing `ul` and `ol` from the `block-tags` list. Of course that will then turn the behavior off everywhere, but I...

I think this is the most promising approach that I have come across: https://github.com/otherjoel/thenotepad/tree/master/pollen-local It does some trickery with defining the functions according to a naming scheme, so it doesn't...

Huh, interesting, I always assumed that it would be a default from the browser, never questioned it too much. Thank you for clarifying the rationale behind it!

A follow-up question: do you (does anyone) have a good way to work around this in the light of the index.ptree file? Would it be safe to rename the `.html`...

Thanks for bringing this up! Yeah, one issue I see is that then the parallelization strategy also becomes a factor to consider. So I would agree that the best course...

Cool, yeah if you want to draft a pull request, I'd be happy to merge it. To be fair, I am not sure if there are any subtle issues with...