https://github.com/georgemandis/demoify
https://github.com/georgemandis/demoify
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/georgemandis/demoify
- Owner: georgemandis
- License: cc0-1.0
- Created: 2020-02-13T01:43:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:26:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T22:21:25.555Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Demoify
An Electron app for live demos at conferences. It gives me:
- A Monaco editor that lets me open files and walk through the code
- A toggalable in-window webcam view I can call from the command palette (Useful for my hardware demos on stage)
- A special "Demo" panel that stores a JSON file to localStorage and allows me to quickly open any of the URLs in that structure in a real browser with some keystrokes.## Shortcuts:
- Command/Ctr+1: Edit the demo URLs JSON
- Command/Ctr+2: Star the webcam
- Command/Ctr+O: Open a file in the editor (can't save or make changes)
- Command/Ctr+S: Save current state of demo URLs JSON to localStorage
- Command/Ctr+K+[1-9] (Chord): Launch the specific demo from your JSONYou can also do Command/Ctrl+P to get the full Command Palette.