a1rb4Ck / marp

Markdown presentation writer, powered by Electron.

Home Page:https://yhatt.github.io/marp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marp

Markdown presentation writer, powered by Electron.

Marp

⚠️ This repository is forcked on @marp-team/marp, and offical repo is already DROPPED MAINTENANCE

This forcked with some enhancements. (See CHANGELOG.md) and PR are welcomed.

Usage

Install

▶️ Download latest archives from release page.

  • Windows: Unzip *.*.*-Marp-win32-[arch].zip and run Marp.exe.
  • macOS: Mount *.*.*-Marp-darwin-x64.dmg, D&D Marp to Applications and run it from Applications folder / Launchpad. Or use Homebrew Cask: brew cask install marp
  • Linux: Unpack *.*.*-Marp-linux-[arch].tar.gz and run Marp.

How to write slides?

Split slides by horizontal ruler ---. It's very simple. Please refer to example.md.

# Slide 1

foobar

---

# Slide 2

foobar

For developers

Getting started

yarn install
yarn start

Customizing Slide CSS

It's easy, include a <link> tag at the top of your presentation, or alternatively a <style> tag that contains all of your styles. All CSS should be targeting either .slide or elements inside of .slide. For reference, check out the gaia theme in the sass folder.

Create release builds

yarn gulp release

Please set application version in package.json.

OS specific

Windows

If you want to build for Windows in other platforms, please install Wine to rewrite Electron's resources.

macOS

To build for Darwin is only supported in macOS.

Licenses

Copyright © 2016-2018 Yuki Hattori.

This software released under the MIT License.

About

Markdown presentation writer, powered by Electron.

https://yhatt.github.io/marp/

License:Other


Languages

Language:CoffeeScript 77.2%Language:CSS 18.4%Language:HTML 4.2%Language:JavaScript 0.1%