Reveal editor is a presentation tool that is able to write with markdown.
- Rich markdown view by SimpleMDE
- Supports
::style emoji - Assets manager
- Speaker notes and its tool
Currently Linux only.
⬇️ Download latest version from release page
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
- Clone forked repository
cd reveal-editoryarnyarn start
Note: Press Ctrl+R in electron's development tool after make sure that webpack-dev-server finish compiling if index.html is failed to load bundle.js.
Please add to devDependencies if you would like to add a module that related main process. Because electron-packager copy only devDependencies modules when packaging.
If modules are used only on renderer process or tools like webpack or test frameworks, add to dependencies.
yarn run build
Coming soon...