Giter VIP home page Giter VIP logo

miniseminar's Introduction

miniseminar

dockeri.co

Node.js CI Build Status

Dependency Status CodeFactor Code Inspector Known Vulnerabilities

Confluence as a backend -> expressjs -> reveal.js as a presentation -> Profit!

Requirements

  • Confluence server(or cloud)

How to run

$ docker run -ti -p 3000:3000 \
      -e HOST=https://confluency.atlassian.net \
      -e CONTEXT=wiki \
      -e AUTHTYPE=no \
      heycalmdown/miniseminar
$ HOST=https://confluency.atlassian.net CONTEXT=wiki AUTHTYPE=no node ./www/bin

You can get a frontpage at the localhost:3000/. Or open your preferred browser and type localhost:3000/page/:your-confluence-page-id. The page id should be a number.

Try latest version and gist demo.

Config

You can override configs with environment variables.

Name Notes
HOST http(s)://your.host.name:port
CONTEXT You can set this with '' (empty string) when you don't have context trailing after the hostname.
USERNAME
USER_NAME An alias of USERNAME for zsh
PASSWORD
AUTHTYPE no | basic | cookie
PINNED_PAGES You can pin your notice pages. Comma-separated ids.
$ docker run -d -p 3000:3000 \
      -e HOST=http://your.host.name:port \
      -e CONTEXT=wiki \
      -e USERNAME=haha \
      -e PASSWORD=hoho \
      heycalmdown/miniseminar

Markup

Type Notes
Slide Add double horizontal rule from the Confluence editor. Or you can use four dashses(----) twice.
Vertical Slice Add single horizontal rule
Links Use any link style which Confluence support
Image Use any image style which Confluence support including attachments not only external one
Background Image Make the last image as a background if you reset an image size to original
Table Use Confluence table as usual
Fragments Ends a sentence with (unicode return symbol)
Code Highlight Use Confluence code block
Theming Use a query parameter ?theme=black or type t on a slide
Transition Style Use a query parameter ?transition=slide

Supporting Confluence Plugins

Shortcuts

Check this Keyboard Shortcuts out

  • N, SPACE: Next slide
  • P: Previous slide
  • , H: Navigate left
  • , L: Navigate right
  • , K: Navigate up
  • , J: Navigate down
  • Home: First slide
  • End: Last slide
  • B, .: Pause (Blackout)
  • F: Fullscreen
  • ESC, O: Slide overview / Escape from full-screen
  • S: Speaker notes view
  • ?: Show keyboard shortcuts
  • alt + click: Zoom in. Repeat to zoom back out.

And,

  • T: Change the theme

miniseminar's People

Contributors

heycalmdown avatar renovate[bot] avatar greenkeeper[bot] avatar renovate-bot avatar snyk-bot avatar dependabot[bot] avatar

Watchers

James Cloos 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.