unveil-rs
unveil-rs copied to clipboard
Unveil Rs is a tool to create presentations from markdown inspired by reveal.js, mdbook and zola.
Hey 👋 First off, great project! I've been scouring for a markdown-slide generator, and am on the verge of just using Reveal. From my perspective, this has the following inherent...
Reveal has a reasonable approach to this involving a pdf-print view and printing to PDF from the browser , but it's not great! Presumably this should be much more straight...
End users shall be able to override any default css/js files by specifying coresponding path in the project config : ```toml default_css = "my_theme.css" default_js = "myscript.js" # And so...
Unveil shall embed some default fonts (maybe roboto and the other trending ones). The goal is to no rely on any internet connection to initialize the default project.
sass-rs rely on libsass which does not support other architecture ([see this issue](https://github.com/sass/libsass/issues/2567)). The only way to get around this would be to use another sass compiler. There are [many...
This should be easy to implement. We also probably need to enable activating or deactivating this in `unveil.toml`
This is highly optional and should not be considered a priority. However It would be great to be able to embed a terminals in presentations. We could use something as...