https://github.com/naugtur/builder4impress
A tool to build slides in impress.js in a WYSIWYG manner
https://github.com/naugtur/builder4impress
Last synced: 4 months ago
JSON representation
A tool to build slides in impress.js in a WYSIWYG manner
- Host: GitHub
- URL: https://github.com/naugtur/builder4impress
- Owner: naugtur
- Created: 2012-01-16T19:51:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-29T21:23:35.000Z (over 13 years ago)
- Last Synced: 2025-03-17T14:49:02.486Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 142 KB
- Stars: 36
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
builder4impress
==============
A tool that builds impress.js presentationsCurrent usage instructions
---------Stop the mouse pointer over a step to see the controls. Draggable controls let you set position, rotation and scale of the selected step. Caution: element is being redrawn when you stop the mouse, not all the time. I did that for your CPU ;)
`Edit` opens up a textarea with html contents of the step.
`Wrap` toggles the style of a classic slide.Top left corner has some more buttons:
- Add new - creates a new step in presentation. The new step glows until you change its text.
- Overview - switches you from looking at a particular slide to the overview.
- Get file - downloads the resulting presentation
- style.css - downloads style.css file that needs to be next to the presentation.html (it's for you to edit)You can download the presentation, but not push it back.
Plans and issues [notes to self, but tips are appreciated ;)]
---------Make it follow the mouse more closely (there are some fractions lost in vector rotation or it's just an issue of responsiveness)
Add:
- rearrange steps
- delete steps
- save work to localStorage ?
- load presentation file ?License
---------
MIT License