paradox-reveal-theme

Paradox Reveal is a paradox plugin for reveal.js presentations.

License

License

GroupId

GroupId

com.sfxcode.paradox
ArtifactId

ArtifactId

paradox-reveal-theme
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

paradox-reveal-theme
Paradox Reveal is a paradox plugin for reveal.js presentations.
Project URL

Project URL

https://github.com/sfxcode
Project Organization

Project Organization

sfxcode
Source Code Management

Source Code Management

https://github.com/sfxcode/sbt-paradox-reveal

Download paradox-reveal-theme

How to add to project

<!-- https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/ -->
<dependency>
    <groupId>com.sfxcode.paradox</groupId>
    <artifactId>paradox-reveal-theme</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation 'com.sfxcode.paradox:paradox-reveal-theme:1.1.2'
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation ("com.sfxcode.paradox:paradox-reveal-theme:1.1.2")
'com.sfxcode.paradox:paradox-reveal-theme:jar:1.1.2'
<dependency org="com.sfxcode.paradox" name="paradox-reveal-theme" rev="1.1.2">
  <artifact name="paradox-reveal-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sfxcode.paradox', module='paradox-reveal-theme', version='1.1.2')
)
libraryDependencies += "com.sfxcode.paradox" % "paradox-reveal-theme" % "1.1.2"
[com.sfxcode.paradox/paradox-reveal-theme "1.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

sbt-paradox-reveal

sbt AutoPlugin for generating reveal.js presentations with Lightbend Paradox.

Documentation

https://sfxcode.github.io/sbt-paradox-reveal

Directives

Used directives are slide, notes, quote, code and fragments.

Use Paradox for Reveal.js presentations

Combine the power of Paradox with the HTML presentation framework reveal.js.

With Paradox for

and Reveal.js for

it is easy to create a presentation with code examples in short time.

Usage

Giter8 Template

g8 https://github.com/sfxcode/paradox-reveal-template.g8

Choose projectName ...

cd projectName

sbt

previewAuto

Custom

This plugin requires sbt 1.0.0+

Install plugin in project/plugins.sbt:

addSbtPlugin("com.sfxcode.paradox" % "sbt-paradox-reveal" % 1.1.0)

Enable Plugin in your build.sbt file:

 enablePlugins(ParadoxRevealPlugin)

Testing

Run test for regular unit tests.

Run scripted for sbt script tests.

Alternatives

Same Idea, less configuration options:

paradox-theme-reveal.js

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3