Giter VIP home page Giter VIP logo

uposthapon's Introduction

Uposthapon (উপস্থাপন)

Uposthapon is a simple markdown to html presentation converter hugely influenced by Cleaver. The syntax is almost same, even some resources also used from that package specially stylesheets and javascript.

Online Demo

View online demo here.

Requirement

PHP and composer is needed to run Uposthapon.

Installation

Install via composer

composer global require 'milon/uposthapon'

Uses

For general purpose use with default stylesheet-

uposthapon convert 'filename.md'

You could also pass a stylesheet to override default style-

uposthapon convert 'filename.md' --style='style.css'

Slide Types

Slides are written in Markdown, and are separated by two dashes (--) surrounded by line breaks.

Title slide

# Uposthapon
## A Simple Markdown to HTML Presentation Converter

h1 and h2 elements (prefaced with # and ## respectively), will automatically include padding to render a title slide.

Other slides

### A list of things

* Item 1
* Item B
* Item gamma

No need for multiple templates!

Since slides are written in Markdown, you can include things like lists, images, and arbitrary HTML.

h3 tags (prefaced ###) are automatically given a bottom border to represent a slide title.

Navigation

Cleaver supports keyboard navigation for switching between slides. Alternatively, click the control buttons located below the presentation.

To navigate the slideshow:

  • forward: K, L, UP, RIGHT, PgDn, and Space
  • reverse: H, J, LEFT, DOWN, PgUp, and Backspace

The toggle fullscreen mode, press the ENTER key.


License: GNU LGPLv3

Any suggestion or pull request is highly welcomed.

Nuruzzaman Milon

uposthapon's People

Contributors

milon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.