auditorium
auditorium copied to clipboard
An HTML+CSS+JS generator from pure Python code
Hi! Really cool idea! I'm trying to reuse the themes options on [reveal.js](https://revealjs.com/themes/) but getting an error. Is the themes list restricted somehow? ``` static_html = show.render(theme="beige") .... Traceback (most...
Hi! It seems that always the theme 'white' is used regardless of what you specify in `run()`. Theming works in HTML export.
On your webpages such as "https://apiad.net/auditorium/quickstart/" you refer to an API documentation at https://apiad.net/api/show/ . Sorry to say that but https://apiad.net/api/show/ is broken.
If not, where would I start to add that functionality ? Thanks! Great project!
I've been giving a shot to auditorium for presentations and like it so far, but there are a few things that it would be great to make configurable. I'd love...
When using `render`, allow for a possibly optional flag `--animations` that makes `auditorium` inject into the generated HTML the content for all frames of animations, and corresponding JavaScript to change...
Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.1 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...
When accessing [the docs](https://apiad.net/auditorium/history), there is only a 404 error page to be found :'(