All Projects → yusukebe → App-revealup

yusukebe / App-revealup

Licence: other
HTTP Server app for viewing Markdown formatted text as slides

Programming Languages

perl
6916 projects
Mathematica
289 projects
Raku
181 projects

Projects that are alternatives of or similar to App-revealup

promise-yes
Slide about how to use Promise in JavaScript.
Stars: ✭ 13 (-65.79%)
Mutual labels:  slide
android-lecture
android lecture notes
Stars: ✭ 25 (-34.21%)
Mutual labels:  slide
DDoS-Script
A script written in perl for ddos ​​with automatic detection of open and vulnerable port that gives up to 1.5 gb packages / s
Stars: ✭ 30 (-21.05%)
Mutual labels:  perl5
ng2-carouselamos
Simple carousel/slider for angular 2.
Stars: ✭ 39 (+2.63%)
Mutual labels:  slide
DBD-mysql
MySQL driver for the Perl5 Database Interface (DBI)
Stars: ✭ 50 (+31.58%)
Mutual labels:  perl5
channel9
Channel9 PowerShell scripts to download Powerpoint Slides and videos
Stars: ✭ 19 (-50%)
Mutual labels:  slide
Rmarkdown tutorial
Reproducible Research with Rmarkdown: data management, analysis, and reporting all-in-one
Stars: ✭ 18 (-52.63%)
Mutual labels:  slide
SlideToUnlock
No description or website provided.
Stars: ✭ 14 (-63.16%)
Mutual labels:  slide
tweenslideshow
A simple slideshow using Tweenmax
Stars: ✭ 34 (-10.53%)
Mutual labels:  slide
mm.angular-fullpage.js
Angular directive for use the jQuery fullPage.js library on Angular.js v1.x
Stars: ✭ 17 (-55.26%)
Mutual labels:  slide
reveal-template
Simple reveal.js template with mathjax support and no node or npm dependencies, just a good old Makefile
Stars: ✭ 20 (-47.37%)
Mutual labels:  revealjs
python4selftrackers
Presentations on Quantified Self and Self-Tracking with Python
Stars: ✭ 26 (-31.58%)
Mutual labels:  slide
resumify
Capture screenshot and make PDF on your HTML presentation.
Stars: ✭ 28 (-26.32%)
Mutual labels:  slide
company-introduction-jp
日本の会社紹介スライドのまとめです。
Stars: ✭ 49 (+28.95%)
Mutual labels:  slide
perl-live
perl live coding
Stars: ✭ 13 (-65.79%)
Mutual labels:  perl5
Slide
Slide is an open-source, ad-free Reddit browser for Android.
Stars: ✭ 1,733 (+4460.53%)
Mutual labels:  slide
ShinyCMS
ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)
Stars: ✭ 55 (+44.74%)
Mutual labels:  perl5
ged2site
Create a family tree website from a Gedcom file
Stars: ✭ 25 (-34.21%)
Mutual labels:  perl5
Slide-iOS
A powerful new way to Reddit on iOS.
Stars: ✭ 461 (+1113.16%)
Mutual labels:  slide
cassandra-top
Cassandra top command to monitor cluster without Datastax OpsCenter, and log nodetool administrative commands
Stars: ✭ 13 (-65.79%)
Mutual labels:  perl5

Build Status

NAME

App::revealup - HTTP Server application for viewing Markdown formatted text as slides

SYNOPSIS

$ revealup serve slide.md --port 5000

DESCRIPTION

App::revealup is a web application module for giving Markdown-driven presentations. The revealup command starts a local web server to serve the your markdown presentation file with reveal.js. The presentation can be viewed in a web browser. The reveal.js library offers comprehensive presenting features such as slide transitions, speaker notes and more.

Sample Markdown

## This is an H2 Title

Description... The horizontal slide separator characters are '---'

---

## This is second title

The vertical slide separator characters are '___'

___

## This is a third title

---

## This is a forth title
<!-- .slide: data-background="#f70000" data-transition="page" -->

You can add slide attributes like above.

Note:
This is a speaker note. It can be viewed in the speaker mode, just press S during the presentation to view notes and other useful information.

COMMANDS

  • serve

      $ revealup serve markdown.md --theme night.css
    

    serve command launch the HTTP server for showing slides on your web browser.

    SEE MORE: App::revealup::cli::serve

  • export

      $ revealup export theme --base beige.css --output style.css
    

    export command generate the files such as CSS of the theme and HTML for the slides.

    SEE MORE: App::revealup::cli::export

LICENSE

Copyright (C) Yusuke Wada.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

reveal.js

reveal.js is by Hakim El Hattab, http://hakim.se.

https://github.com/hakimel/reveal.js/

AUTHOR

Yusuke Wada [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].