Results 10 comments of John

Hm. That's weird, that hamburger menu doesn't exist at all in my version. I'll try cloning the repository.

@okonek, yes, I have.

It just hangs, without any output...

Here you go: #!/bin/sh exec "$@" This works with signals and everything.

Okay, so I figured out that the "posts page" setting (in Extend > Site Settings) lets you change it (if you first create another page manually), but it doesn't let...

I've come up with a very hacky fix. It consists of a `html_url` function that I use in my theme: ``` function html_url($string) { return str_replace("/posts/", "/", $string) . ".html";...

Technically, this may be fixed by using a backslash escape: ``` 前@label\後 ``` However, I agree that it is unideal to need a backslash for something so common as a...

I can confirm that this is a problem on OpenBSD as well. Perhaps there is some place in the documentation where this could be mentioned?

Hi! Thanks for the info! Yes, I am on 28.1. It seems then that the following could replace ucs-utils-char: ``` (defun back-button--char (name fallback) (or (if (version< emacs-version "26") (cdr...

That's another good idea, especially the search bar. The only problem is that you would lose the "constant overview" of the document unless the outline could be kept open while...