yhatt / marp
- среда, 13 июля 2016 г. в 03:12:45
CoffeeScript
Markdown presentation writer, powered by Electron.
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.*.*.*-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 install appdmg 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 © 2016 Yuki Hattori. This software released under the MIT License.