A small and fun challenge around Jetbrains Intellij IDEA.
The idea is to increase proficiency by mastering the keyboard and giving some tips about the editor, settings and plugins.
For the presentation, display it directly: Intellij Master.
For the keyboard shortcuts, see SHORTCUTS.md and the generated SHORTCUTS.pdf.
The "Presentation Assistant" plugin is very handy to display the keyboard shortcuts on screen.
I first gave this presentation to my coworkers on july 2017.
A keyboard championship is given:
- Each correct response gives a +1
- The top 3 scorers win a yoyo
- One random of the remaining player also wins a yoyo (encourage participation)
Generously given by Jetbrains!
The build script generate both the presentation and the list of keyboard shortcuts.
The index.html is generated with Cleaver.
Image are best at 800px wide.
npm install -g cleaver
cleaver index.md
# Watching:
cleaver watch index.md
# Then open index.html in the browser
The SHORTCUTS.pdf is very handy to be printed. You can generate it from SHORTCUTS.md using markdowntopdf.com or locally with Markdown-pdf.
npm install -g markdown-pdf
markdown-pdf SHORTCUTS.md
# `SHORTCUTS.pdf` is generated