mkrevealslides

Crates.iomkrevealslides
lib.rsmkrevealslides
version0.9.0
sourcesrc
created_at2022-07-13 04:22:10.068163
updated_at2022-07-18 06:27:41.883397
descriptionCreates reveal.js presentations automatically from markdown files
homepagehttps://github.com/tinkertanker/mkrevealslides
repositoryhttps://github.com/tinkertanker/mkrevealslides
max_upload_size
id624853
size147,400
Robert (xiurobert)

documentation

README

mkrevealslides

The rusty slide compiler

Rust codecov

Automatically generates reveal.js slides given markdown files

Roadmap

In rough order of priority

  • Better UI
  • Check if the file is actually a .md file
  • Superior error handling that does not involve CRASHING the program
    • More helpful error messages
  • Configuration file support
    • Force paths relative to config file dir instead of invocation dir
  • Support markdown images
    • Allow the program to modify markdown file paths for correct resolution
  • Support slide 1a, 1b etc.
  • Generate zip file with revealJS deps
  • Automatically download revealJS if not present
  • Support revealJS animations
  • Tests
    • Unit tests

    • Integration tests

User guide

See docs/README.md

Commit count: 98

cargo fmt