Joseph Reagle
Joseph Reagle
I'm new and was just looking for how to open a folder in the inactive pane. That's a very common feature of dual pane managers, but if I understand above,...
I think this is a related issue: I changed my left/right cursor keys: ``` keyBindings { "Left" "core.go.up" "Right" "core.open" } ``` but these keys are still active in navigation,...
In pandoc, any text (not just headings) can be decorated with an ID. For example: - (200 pts) **[Practical exercises]{id="practical-exercises"}** Could marksman support this?
Hi @artempyanykh. Pandoc supports two extensions that I use, [implicit header references](https://pandoc.org/MANUAL.html#extension-implicit_header_references) on headings and [bracketed spans](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/bracketed_spans.md) elsewhere. Neither is in the core CommonMark specification, but bracketed spans are [supported...
Relatedly, I just moved to PhotoSwipe, and I'm wondering how to: 1. remove captions (simple version) 2. remove larger head image in a month gallery; I'd rather a gallery just...
I install dev/2.2 and can specify a user_css, but the CSS doesn't seem to get applied (see example), even when I make it concrete/local: ``` 04-2142-skyline-night - Sat Jul 4...
And changing "main" to "secondary" (below) kind of works, but often the first thumbnail in a gallery is not uniformly sized/cropped as all the rest. ```
1. My first point is I'd think that I'd be able to edit CSS to disable display of figcaption, but it doesn't work. 2. Secondly, the thumbnail of the first...
Update: the template location (when installed by pip3.9) is `/usr/local/lib/python3.9/site-packages/sigal/themes/photoswipe/templates/album.html`. The template needs to be edited in two places (`class` and `data-echo`) so as to treat the first image like...