cthos / atom-gitbook

An atom plugin for gitbook editing
MIT License
15 stars 0 forks source link

Parse Summary location from book.json if present #36

Closed aquicthos closed 9 years ago

aquicthos commented 9 years ago

If there's a book.json file present in the repository, check that for the location of the summary file. Fall back to summary.md if necessary.

Additionally, it shouldn't error out if there's nothing to load.

Creating due to #35