Try our new project: MarkSlide
Use Markdown to create slides.
- Easy to use
- Page transition animation
- Auto hide cursor when it stops moving for about 2 seconds
- Pause mode (black screen)
- XSS protection
npm install
bower installnpm run ng.watch
# after the first command succeeded:
npm run electron.watchnpm run build.prod
cp package.json ./dist/package.json
electron-packager dist morph --platform=win32 --overwrite
electron-packager dist morph --platform=darwin --overwrite- App package is a little bit large
- Lack of user style support
