Guest User

Untitled

a guest
Nov 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # davetron5000's ideal presentation software
  2.  
  3. * Editable as text, preferably markdown
  4. * Plays in a browser
  5. * Deployable to heroku or other service completely statically
  6. * clean default look that is easy to customize without slogging through generated HTML
  7. * hard-fix the dimensions, e.g. 1024x768 for projectors
  8. * support for remote control for advancing
  9.  
  10. ## Slide Types
  11.  
  12. * **Big Honkin' Title** - one string that fills the screen, preferably sizes to fit
  13. * **Bullets** - one large, optional title, and 2-5 bullets that build on move forward, sized to fit
  14. * **Code** - this is important:
  15. * Syntax highlighting
  16. * Size scales to fit area
  17. * ability to "build" code snippets, e.g. show adding/modification of code
  18. * ability to get code from external file, using refs, e.g. # START:foo..#END:foo
  19. * ability to highlight certain lines or sections of code
  20. * **Command Line** - show command-line execution, then results, typing-out style like showoff, but with ANSI support
  21. * **Image** - centered image, scaled automatically to fit, possibly with a title
  22.  
  23. ## Transitions
  24.  
  25. I don't really like transitions, so I don't care about them. Sorry reveal.js and deck.js
  26.  
  27. ## Styling
  28.  
  29. * Dead simple support for themes
  30. * Default to high-contrast black on white - suitable for shitty conference projectors
  31. * Separation of colors/fonts from sizing of things
  32. * Things top-aligned, not middle aligned (so people in the back can see stuff)
  33.  
  34. ## What `showoff` is missing
  35.  
  36. * All my crazy code slide requirements
  37. * support for themes
  38. * ANSI in command-line output
  39. * automatic font-size scaling
  40.  
  41. ## What `reveal.js` is missing
  42.  
  43. * Almost everything; editing slides in HTML is just brutal
  44. * default style is super-small titles and fonts
  45. * huge pain to change the style - clashes with transitions
  46. * flippy/floppy 3d is neato-keen, but just too annoying for a real presentation
  47.  
  48. ## `deck.js`?
  49.  
  50. * same deal - tiny fonts, pointless animations, editing in HTML is teh suck
Add Comment
Please, Sign In to add comment