README.md 709 B

livefriday

blackfriday+livereload - a simple markdown to html generator wich livereloads on save

TODO

  • Pass watchDir as an argument
  • Currently only lists and reloads files with .md suffix - added .mdown
  • Configure http server host and port - using codegangsta/cli
  • Open browser automatically after launch - using open
  • Check error from http.ListenAndServer()
  • !security issue! mdHandler loads files outside watchDir - now using filepath.Base() to stop local file inclusions