Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matsubara0507/elmdeck
- Owner: matsubara0507
- License: mit
- Created: 2017-12-04T04:57:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T05:26:23.000Z (about 7 years ago)
- Last Synced: 2024-12-08T08:42:21.472Z (2 months ago)
- Topics: elm, markdown-presentation
- Language: Elm
- Homepage:
- Size: 265 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)