Coder Social home page Coder Social logo

slides's Introduction

Slides

This is a simple slide deck builder and presenter, focused on song lyrics.

It's specially useful for using remotely with Zoom or OBS, since the presenter and screen may be on different computers/networks.

Editor view

Click on a date on the calendar to bring up the editor for that slide deck. Text is converted into slides, which are shown in a preview area at the right. One or more empty lines start a new slide, Markdown-style.

Lines that start with "#", or that look like song section names ("intro", "chorus", "verse", etc) are converted to titles. Chords and markings such as "(2x)" are automagically ignored. Usually, pasting lyrics with chords mixed in Just Works™️.

Clicking a slide on the preview area will set that as the current content of the screen. Clicking on "clear screen" will clear it.

editor

Screen view

The screen view will be updated with the current content. It's possible to use screens and decks independently, and different users can open the same deck and control its screen simultaneously.

For instance, user A can use change the current slide on the editor, and user B viewing a screen on a different network will see the change instantly. There's no collaborative editing though.

screen

Building/running

Build it and create a config.yaml, containing the address to serve on, the base URL, and paths to the db and log files.

address: localhost:8080
baseurl: //localhost:8080
path:
  log: /path/to/slides.log
  db: /path/to/slides.sqlite3

Running it with -dev will disable cache for static resources, and reload them on each pageview. All static files are embedded in the binary, so there's no need to copy anything else to the server.

slides's People

Contributors

paupin2 avatar

Stargazers

Benji York 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.