Markdown presentation writer, powered by Electron .
*.*.*-Marp-win32-[arch].zip
and run Marp.exe
. *.*.*-Marp-darwin-x64.dmg
, D&D Marp
to Applications
and run it from Applications folder / Launchpad. Or use Homebrew Cask : brew cask install marp
*.*.*-Marp-linux-[arch].tar.gz
and run Marp
. Split slides by horizontal ruler ---
. It's very simple. Please refer to example.md .
# Slide 1 foobar --- # Slide 2 foobar
npm install npm start
gulp release
Please set application version in package.json
.
If you want to build for Windows in other platforms, please install Wine to rewrite Electron's resources.
To build for Darwin is only supported in OSX. Please installappdmg to create archive ( .dmg
) for Darwin release.
npm install appdmg
appdmg
to package.json
. The release task would fail in other platforms. gulp-appdmg
is no longer in use since v0.0.4. Copyright © 2016Yuki Hattori. This software released under theMIT License.