/styleguide-editor

Primary LanguageJavaScriptMIT LicenseMIT

styleguide-editor

what's this

a rich text editor for mapzen styleguide, exporting to markdown. this is an experiment.

screenshot 2016-10-26 18 01 10

howto

  1. clone this repo.
  2. inside this repo, type npm install
  3. assuming that's okay, then type npm start
  4. go to http://localhost:3001/ in your browser

todo

  • there is no reason why this needs to be a webpack server, let's not do that
  • lots of work in the react-rte project
  • images?
  • other special components like custom demos?
  • import markdown back in for editing
  • full page previews
  • blog post metadata
  • embeddable thing for styleguide

credits