Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matsubara0507/elmdeck

Markdown presentation writer with Elm.
https://github.com/matsubara0507/elmdeck

elm markdown-presentation

Last synced: 9 days ago
JSON representation

Markdown presentation writer with Elm.

Awesome Lists containing this project

README

        

# elMDeck

Markdown presentation writer with Elm.

## Feature

- [x] Common Markdown
- [x] Code highlight
- [x] Formula
- [ ] Scales the image up/down
- [ ] Read from/Write to local file
- [ ] Customize CSS
- [ ] Shortcut
- [ ] Presentation mode

## Usage

```
$ elm package install --yes
$ elm make src/Main.elm --output ./js/main.js
$ chrome index.html
```

if you want to syntax highlight using customize highlight.js, [download highlight.pack.js](https://highlightjs.org/download) and put `js` directory.

## Demo

on [GitHub Pages](https://matsubara0507.github.io/elmdeck/)