Nathan Yergler
Nathan Yergler
I'm no longer using Django on a daily basis, so I'm not sure when I'll get to this. It's unlikely to happen before October given my work load right now.
@webmaven I'm primarily using Node.js and Go in my new job.
That sort of makes sense given where Hieroglyph lives in the Sphinx processing pipeline. I'd have to dig a little deeper, but I think this is going to be a...
The issue is that by the time Sphinx has processed an RST file into a docutils tree, I think it's too late to bail out and remove it from the...
My recollection is that there were cases where the node didn't necessarily have a parent. I seem to recall that docutils did something slightly different in the two cases when...
Ah, makes sense; I suppose that should be something like `self.section_level = max(0, self.section_level - 1)` ? A PR would be fantastic, thanks!
I believe the intention was that when you had multi-file slide decks that the headings would be "right" going from one file to the next. I'd have to look more...
I sort of suspect the issue has to do with not having a theme set. I don't really recall what Hieroglyph does in that case, but I sort of suspect...
Yes, the slides are statically sized. Having a "full screen" theme is something that's been brought up a few times, but isn't something I have bandwidth to work on.
@petarmaric I just took a brief look at reveal.js, so the following is based on a very brief assessment. When I started building Hieroglyph it used a static HTML layout...