All Projects → jedcn → Reveal Ck

jedcn / Reveal Ck

Licence: mit
Create slides with ruby (and usually in markdown)

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Reveal Ck

Backslide
💦 CLI tool for making HTML presentations with Remark.js using Markdown
Stars: ✭ 679 (+236.14%)
Mutual labels:  cli, slides, presentation, markdown
Marp Cli
A CLI interface for Marp and Marpit based converters
Stars: ✭ 606 (+200%)
Mutual labels:  cli, slides, presentation, markdown
Remarker
▶️ Remark cli
Stars: ✭ 132 (-34.65%)
Mutual labels:  cli, slides, presentation, markdown
Tslide
Terminal SlideDeck, supporting markdown.
Stars: ✭ 198 (-1.98%)
Mutual labels:  cli, slides, presentation, markdown
Mdx Deck
♠️ React MDX-based presentation decks
Stars: ✭ 10,487 (+5091.58%)
Mutual labels:  slides, presentation, markdown
Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+4647.03%)
Mutual labels:  slides, presentation, markdown
Marp
The entrance repository of Markdown presentation ecosystem
Stars: ✭ 3,378 (+1572.28%)
Mutual labels:  slides, presentation, markdown
Patat
Terminal-based presentations using Pandoc
Stars: ✭ 1,725 (+753.96%)
Mutual labels:  slides, presentation, markdown
Marp Core
The core of Marp converter
Stars: ✭ 224 (+10.89%)
Mutual labels:  slides, presentation, markdown
Fusuma
✍️Fusuma makes slides with Markdown easily.
Stars: ✭ 5,033 (+2391.58%)
Mutual labels:  slides, presentation, markdown
Marpit
The skinny framework for creating slide deck from Markdown
Stars: ✭ 364 (+80.2%)
Mutual labels:  slides, presentation, markdown
Code Surfer
Rad code slides <🏄/>
Stars: ✭ 5,477 (+2611.39%)
Mutual labels:  slides, presentation, markdown
Spectacle
ReactJS based Presentation Library
Stars: ✭ 9,106 (+4407.92%)
Mutual labels:  slides, presentation
Cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 77 (-61.88%)
Mutual labels:  slides, presentation
Cli
A tiny CLI for HedgeDoc
Stars: ✭ 94 (-53.47%)
Mutual labels:  cli, markdown
Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (-62.38%)
Mutual labels:  cli, markdown
What I Have Read
Paper Lists, Notes and Slides, Focus on NLP. For summarization, please refer to https://github.com/xcfcode/Summarization-Papers
Stars: ✭ 110 (-45.54%)
Mutual labels:  slides, presentation
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (+473.76%)
Mutual labels:  presentation, markdown
Markdownslides
MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
Stars: ✭ 121 (-40.1%)
Mutual labels:  slides, markdown
Formd
A Markdown formatting tool
Stars: ✭ 141 (-30.2%)
Mutual labels:  cli, markdown

Create Slides with Markdown

reveal-ck is..

a command line tool that helps you author reveal.js presentations.

It lets you focus on the content of your presentation by taking care of the details of building a reveal.js presentation.

You write your presentation in markdown, in a single file, and reveal-ck generates everything else.

Get Started Now

Here's a quick example so you can see what using reveal-ck is like.

Learning More

There are many, many things you can do to customize your slides!

Here's a long, but not exhaustive, list of things you can do:

  • Get fast feedback with LiveReload. Save your slides and instantly see the result.
  • Host your slides up on Github Pages.
  • Use any emoji available on github, such as 💸
  • Take advantage of reveal.js' vertical slides
  • Use Github Flavored Markdown Tables
  • Write your slides in HTML or popular Ruby templating languages, like ERB and Haml, and Slim.
  • Easily support CSS tweaks.
  • Use @mentions, such as, @jedcn.
  • Manage configuration of themes and plugins in a single config file.
  • Integrate with rake (ie: create rake tasks that build slides)

Installation

reveal-ck is delivered as a RubyGem, and so, you need Ruby 2.0+ and then installing should be as easy as:

gem install reveal-ck

Verify that things are functional and you have the latest version of reveal-ck by typing:

reveal-ck --version

Questions?

Not everything is documented, and nothing is perfect, so-- if you'd like to ask a question or log a bug please do so!

Contributing

Gem Version Build Status Code Climate Test Coverage

If you're a ruby developer and you want to get going with local development, please see .github/CONTRIBUTING.md.

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].