Code Monkey home page Code Monkey logo

presenpress's Introduction

=== PresenPress ===
Contributors: miyauchi
Donate link: http://wpist.me/
Tags: presentation, leapmotion, reveal.js
Requires at least: 3.6
Tested up to: 3.8
Stable tag: 0.2.4

Presentation with WordPress + Leap Motion.

== Description ==

http://www.youtube.com/watch?v=lZrNsrq18xk

* This plugin allows you to craete presentation.
* You are able to control these presentations by gestures of the Leap Motion.
* JavaScript for slide are supported by [reveal.js](https://github.com/hakimel/reveal.js/).

[This Plugin published on GitHub.](https://github.com/miya0001/presenpress)

= Some Feature =

* Allow you to create mutiple presentation.
* Custom style sheet support.
* Some themes alredy included.
* cube, page, linear and other transition support.
* Convert gallery shortcode to the presentation automatically.

= Supported Gestures =

* swipe left - Move to next slide.
* swipe right - Move to previous slide.
* point - normal pointer
* touch - Highlighted pointer

= How to create presentation =

* Click Add New link in Presenation on the WordPress admin menu.
* If you want to add next slide, please place <!--nextpage--> tag in the editor.

= How to add your custom theme =

* Create your theme CSS. See [documentation](https://github.com/hakimel/reveal.js/blob/master/css/theme/README.md).
* Please place the code like following in your functions.php or your custom plugin.

`<?php

add_filter('presenpress_themes', function($themes){

    $themes['your_theme_name'] = array(
        'url' => 'http://example.com/your_theme.css',
        'version' => '1.0.0'
    );

    return $themes;
});
`

= Translators =

* Turkish(tr_TR) - [Serkan Algur](http://wpadami.com/)
* Japanese(ja) - [Takayuki Miyauchi](http://firegoby.jp/)

== Installation ==

* A plug-in installation screen is displayed on the WordPress admin panel.
* It installs it in `wp-content/plugins`.
* The plug-in is made effective.

== Screenshots ==

1. Visual Editor
2. Presentation Settings
3. Presentation Example
4. Pointer
5. Highlighted pointer


presenpress's People

Contributors

miya0001 avatar serkanalgur 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.