nimiSlides icon indicating copy to clipboard operation
nimiSlides copied to clipboard

A Reveal.js theme for nimib for making slideshow presentations in Nim

Results 12 nimiSlides issues
Sort by recently updated
recently updated
newest added

I am yet again making a new set of slides with nimislides (public soon) and as usual I try to innovate a bit my workflow. For this feature request it...

Right now [auto-animation](https://hugogranstrom.com/nimiSlides/tutorials/auto_animate.html) is quite verbose and repetitive. For example this simple example: ```nim slide(slideOptions(autoAnimate=true)): nbText: """ # Only title first """ slide(slideOptions(autoAnimate=true)): nbText: """ # Only title first Then...

was looking for prezi open source alternatives and found this which looks pretty cool! https://github.com/impress/impress.js

Reveal.js has a wide range of [configuration](https://revealjs.com/config/) and supporting them all in nimiSlides is tedious work. Instead we will have a `Table[string, string]` which will represent the key-value pairs in...

Currently the documentation consists of the README and the example slides in `docs/`. This could be improved, both by having a compiler-generated API docs and more specific example slides in...

- [x] Build all slides - [x] Generate documentation (#14) - [ ] PR Preview? - [x] Check all PRs ```yaml pull_request: branches: - main ```

Is it possible to have color font before using a fragment to highlight? So the nbText already has a color first , then use a fragment to fade in ,...

This is an idea by @srozb. Now that nimib has support for highlighting all kinds of languages in markdown, it would be nice if we could animate them as well...

All templates should use the built-in partials feature of nimib as much as possible and not use `nbRawHtml` unless it has to. This way users can customize the partials if...

Having the ability to add for example an `Author: Hugo Granström` in the lower right corner that is visible on all slides.