reveal-editor
reveal-editor copied to clipboard
Electron+Vue+bulma+SimpleMDE+reveal.js = Reveal editor
Reveal editor
Reveal editor is a presentation tool that is able to write with markdown.

Features
- Rich markdown view by SimpleMDE
- Supports
::style emoji - Assets manager
- Speaker notes and its tool
Usage
Currently Linux only.
:arrow_down: Download latest version from release page
Contribution
- 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
Development
- 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.
Build
yarn run build
Test
Coming soon...