elm-blogger icon indicating copy to clipboard operation
elm-blogger copied to clipboard

A blogging platform written in Elm + Elixir

Results 8 elm-blogger issues
Sort by recently updated
recently updated
newest added

I've followed all the instructions on the README and received this error when trying to start up phoenix. ``` $ mix phoenix.server Compiling 13 files (.ex) web/channels/editor_channel.ex:15: [warning] An intercept...

Hello, everybody! First of all, thanks for this project -- it's helping me learn both Elixir and Elm. :) I'm getting some errors when `npm` is installing local dependencies: it...

When I install and run this application from scratch on OS X I always get an error when I first run `mix phoenix.server` and browse the page: ``` [info] Running...

- Text field with input for Github repo - Use github auth for the current user to ensure we can interact with Github - Maybe validate that the repo exists...

- Type in markdown - See live preview of "rendered" markdown

Either: - Editor for stylesheet that is used for live preview or - A configurable stylesheet url

- Input markdown as defined in #3 - Generate html from markdwon as in github.com/noredink/eng-blog - Upload to github repo as defined in #2

- User types text into a text field - When the user clicks a save button, it should upload this text to a github repo - Github repo configurable through...