wanadev / wanaprez

Simply turns Markdown into presentation

Home Page:https://prez.wanadev.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wanaprez! - Simply turns Markdown into presentation

Lint GitHub package.json version License

Wanaprez is just a simple presentation tools written in JavaScript.

Quick and easy:

  • Just take 5 min to write some Markdown,
  • give it to Wanaprez,
  • and you're done!

Try it out!

How does it work?

Just write Markdown... It is as simple as that!

# My Prez

## Some Title

### Slide 1

**Lorem ipsum** dolor _sit amet_, consectetur ~~adipiscing elit~~.

### Slide 2

* Foo
* Bar
* Baz

---

Slide 3
  • Press Up / Down or scroll to navigate,
  • press F to toggle fullscreen.

Demo

Look at the demo prez here:

Hacking

You can build the wanaprez.dist.js file with the following command:

npm run build

You can check coding style with the following command:

npm run lint

Changelog

  • 1.2.0:
    • Allow to use an horizontal rule to create slides without titles (@MickGe, #4)
    • Toggle fullscreen with F key (@MickGe, #5)
    • Limit picture size to slides width (@MickGe, #6)
    • Add code linting (ESLint)
  • 1.1.0:
    • Rescales the prensentation when the screen is too small or too big
    • Supports mobiles devices
  • 1.0.1: Some CSS fixes
  • 1.0.0: First public release

About

Simply turns Markdown into presentation

https://prez.wanadev.org/

License:Other


Languages

Language:JavaScript 99.7%Language:CSS 0.3%Language:HTML 0.1%