hacker-slides

A simple app that combines Ace Editor and RevealJS. You can write markdown on the left, and preview your presentation on the right.

  • 所有者: jacksingleton/hacker-slides
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Sandstorm Hacker Slides

Screenshot

A simple app that combines Ace Editor and RevealJS

You can write markdown on the left, and preview your presentation on the right.

Try it on Sandstorm

Hack on Hacker Slides

I built this app very quickly and it is unfortunately not one of my main
priorities right now. Contributions are very welcome!

Hacker Slides uses vagrant-spk, so dev setup is quite easy.

  1. You will need vagrant-spk installed. If you get an error running the
    following command, follow the vagrant-spk installation
    instructions
$ vagrant-spk -h
usage: /home/jack/bin/vagrant-spk [-h] [--work-directory WORK_DIRECTORY]
...
  1. Make sure you have virtualbox installed before bringing up vagrant vm
$ VirtualBox -h
Oracle VM VirtualBox Manager 5.0.0
...
  1. Bring up the Vagrant VM
$ vagrant-spk up
  1. Start the application in dev mode
$ vagrant-spk dev
  1. Navigate to the Sandstorm dev instance

http://local.sandstorm.io:6080/

Here are some things to know about the code base.

  • It's a little hacky (it is Hacker Slides after all :))
  • RevealJS 3.0.0 has been
    copied into the static/revealjs directory.
  • main.py is a super simple python server that mainly just accepts GETs and
    PUTs for /slides.md and reads and saves markdown from/to /var/slides.md
  • index.{html,js} is the one and only main page for the app. Its only job is to
    load Ace Editor on the left side of the screen, and slides.html in an
    iframe on the right side.
  • slides.{html,js} sets up RevealJS to load markdown from /slides.md. It
    also knows how to reload the markdown via a postMessage call.
  • save.js adds a debounced keyup handler to the editor that a) fires off an
    ajax PUT to save the markdown content and b) sends a postMessage message to
    the RevealJS iframe telling it to reload its markdown preview (which
    currently roundtrips to the server again)

主要指標

概覽
名稱與所有者jacksingleton/hacker-slides
主編程語言CSS
編程語言Shell (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2015-02-10 01:55:15
推送於2019-10-31 10:55:52
最后一次提交2016-04-24 23:22:11
發布數4
最新版本名稱0.4 (發布於 )
第一版名稱0.1 (發布於 )
用户参与
星數665
關注者數21
派生數52
提交數115
已啟用問題?
問題數42
打開的問題數19
拉請求數7
打開的拉請求數4
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?