markdown presentation app by Electron
To install Slippr, use yarn
$ git clone https://github.com/muryoimpl/slippr.git
$ cd slippr
$ yarn
see also release page for Slippr packages
You can also run Slippr using yarn run start
.
$ yarn run start # build CSS, transpile JavaScript and start Electron
You can use Emoji like :+1:
in textarea and Slippr suggests emoji when entering :
in textarea.
buttons | |
---|---|
open | open file dialog |
save as | save text in textarea as markdown file |
overwrite | overwrite the markdown file if you open or save the file before |
print the converted HTML from markdown to PDF | |
hide/show icons | toggle icons in Slide page whether icons displaying |
open timer | open timer page as child window |
full screen | open Slide page |
select-boxes | |
---|---|
aspect ratio | change the aspect ratio of preview, slide and printed PDF |
theme | change background theme of preview, slide and printed PDF |
highlight | change code highlight theme of preview, slide page and printed PDF |
Slippr uses Hue.css, Highlight.js and Google Noto Font. 😄
If you double-click a preview page, it opens the page on the Slide page.
key | |
---|---|
Up | previous page |
Right | next page |
Down | next page |
Left | previous page |
Esc | go back to Editing page |
buttons | |
---|---|
RESET | set 00:05:00 to Timer |
CLEAR | set 00:00:00 to timer |
START | start timer |
STOP | stop timer |
key | |
---|---|
Up | previous page |
Right | next page |
Down | next page |
Left | previous page |
Please see exmaple directory. 👀